Go to the source code of this file.
◆ NAND_DEVICE_COMMAND_HANDLER()
NAND_DEVICE_COMMAND_HANDLER |
( |
nonce_nand_device_command |
| ) |
|
◆ nonce_nand_address()
static int nonce_nand_address |
( |
struct nand_device * |
nand, |
|
|
uint8_t |
address |
|
) |
| |
|
static |
◆ nonce_nand_command()
static int nonce_nand_command |
( |
struct nand_device * |
nand, |
|
|
uint8_t |
command |
|
) |
| |
|
static |
◆ nonce_nand_fast_block_write()
static int nonce_nand_fast_block_write |
( |
struct nand_device * |
nand, |
|
|
uint8_t * |
data, |
|
|
int |
size |
|
) |
| |
|
static |
◆ nonce_nand_init()
static int nonce_nand_init |
( |
struct nand_device * |
nand | ) |
|
|
static |
◆ nonce_nand_read()
static int nonce_nand_read |
( |
struct nand_device * |
nand, |
|
|
void * |
data |
|
) |
| |
|
static |
◆ nonce_nand_reset()
static int nonce_nand_reset |
( |
struct nand_device * |
nand | ) |
|
|
static |
◆ nonce_nand_write()
static int nonce_nand_write |
( |
struct nand_device * |
nand, |
|
|
uint16_t |
data |
|
) |
| |
|
static |
◆ nonce_nand_controller
Initial value:= {
.name = "nonce",
.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)
static int nonce_nand_read(struct nand_device *nand, void *data)
static int nonce_nand_init(struct nand_device *nand)
static int nonce_nand_command(struct nand_device *nand, uint8_t command)
Definition at line 46 of file nonce.c.