31 uint8_t *data,
int size)
54 .nand_device_command = &nonce_nand_device_command,
const struct command_registration hello_command_handlers[]
Export the registration for the hello command group, so it can be embedded in example drivers.
static int nonce_nand_fast_block_write(struct nand_device *nand, uint8_t *data, int size)
static int nonce_nand_address(struct nand_device *nand, uint8_t address)
static int nonce_nand_reset(struct nand_device *nand)
static int nonce_nand_write(struct nand_device *nand, uint16_t data)
struct nand_flash_controller nonce_nand_controller
static int nonce_nand_read(struct nand_device *nand, void *data)
static int nonce_nand_init(struct nand_device *nand)
NAND_DEVICE_COMMAND_HANDLER(nonce_nand_device_command)
static int nonce_nand_command(struct nand_device *nand, uint8_t command)
size_t size
Size of the control block search area.
Interface for NAND flash controllers.
const char * name
Driver name that is used to select it from configuration files.