Searched defs:nand_ops (Results 1 – 2 of 2) sorted by relevance
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | mtdnand.h | 89 struct nand_ops struct 91 …t *nand, int cmd, int page, int offset); /* send nand operation cmd, return Status bits(0 success), 93 …d_buf)(rt_nand_t *nand, uint8_t *buf, int len); /* read data from nand chip's page buffer */ 94 …ite_buf)(rt_nand_t *nand, const uint8_t *buf, int len);/* write data to nand chip's page buffer */ 95 …nt(*isbad)(rt_nand_t *nand, uint32_t blk); /* if NULL OOB[0] used as bad mark(not 0xff is bad) */ 96 int(*markbad)(rt_nand_t *nand, uint32_t blk); /* if NULL OOB[0] used as bad mark(set to 0x00) */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | uffs_nandif.c | 131 const uffs_FlashOps nand_ops = variable 298 const uffs_FlashOps nand_ops = variable
|