Home
last modified time | relevance | path

Searched refs:rt_mtd_nand_device (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dmtd_nand.h22 #define RT_MTD_NAND_DEVICE(device) ((struct rt_mtd_nand_device*)(device))
32 struct rt_mtd_nand_device struct
53 typedef struct rt_mtd_nand_device* rt_mtd_nand_t; argument
57 rt_err_t (*read_id)(struct rt_mtd_nand_device *device);
59 rt_err_t (*read_page)(struct rt_mtd_nand_device *device,
64 rt_err_t (*write_page)(struct rt_mtd_nand_device *device,
70 rt_err_t (*erase_block)(struct rt_mtd_nand_device *device, rt_uint32_t block);
76 rt_uint32_t rt_mtd_nand_read_id(struct rt_mtd_nand_device *device);
78 struct rt_mtd_nand_device *device,
83 struct rt_mtd_nand_device *device,
[all …]
/components/drivers/mtd/
A Dmtd_nand.c71 struct rt_mtd_nand_device *device) in rt_mtd_nand_register_device()
98 rt_uint32_t rt_mtd_nand_read_id(struct rt_mtd_nand_device *device) in rt_mtd_nand_read_id()
105 struct rt_mtd_nand_device *device, in rt_mtd_nand_read()
115 struct rt_mtd_nand_device *device, in rt_mtd_nand_write()
124 rt_err_t rt_mtd_nand_move_page(struct rt_mtd_nand_device *device, in rt_mtd_nand_move_page()
187 struct rt_mtd_nand_device *nand; in mtd_nandid()
203 struct rt_mtd_nand_device *nand; in mtd_nand_read()
237 struct rt_mtd_nand_device *nand; in mtd_nand_readoob()
270 struct rt_mtd_nand_device *nand; in mtd_nand_write()
313 struct rt_mtd_nand_device *nand; in mtd_nand_erase()
[all …]

Completed in 4 milliseconds