OpenOCD
s3c24xx.c File Reference
Include dependency graph for s3c24xx.c:

Go to the source code of this file.

Functions

int s3c24xx_address (struct nand_device *nand, uint8_t address)
 
int s3c24xx_command (struct nand_device *nand, uint8_t command)
 
 S3C24XX_DEVICE_COMMAND ()
 
int s3c24xx_read_data (struct nand_device *nand, void *data)
 
int s3c24xx_reset (struct nand_device *nand)
 
int s3c24xx_write_data (struct nand_device *nand, uint16_t data)
 

Function Documentation

◆ s3c24xx_address()

int s3c24xx_address ( struct nand_device nand,
uint8_t  address 
)

◆ s3c24xx_command()

int s3c24xx_command ( struct nand_device nand,
uint8_t  command 
)

◆ S3C24XX_DEVICE_COMMAND()

S3C24XX_DEVICE_COMMAND ( )

Definition at line 20 of file s3c24xx.c.

References ERROR_OK, info, LOG_ERROR, and NULL.

◆ s3c24xx_read_data()

int s3c24xx_read_data ( struct nand_device nand,
void *  data 
)

◆ s3c24xx_reset()

◆ s3c24xx_write_data()

int s3c24xx_write_data ( struct nand_device nand,
uint16_t  data 
)