Home
last modified time | relevance | path

Searched defs:rt_mtd_nand_driver_ops (Results 1 – 1 of 1) sorted by relevance

/components/drivers/include/drivers/
A Dmtd_nand.h55 struct rt_mtd_nand_driver_ops struct
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,
68 rt_err_t (*move_page)(struct rt_mtd_nand_device *device, rt_off_t src_page, rt_off_t dst_page);
70 rt_err_t (*erase_block)(struct rt_mtd_nand_device *device, rt_uint32_t block);
71 rt_err_t (*check_block)(struct rt_mtd_nand_device *device, rt_uint32_t block);
72 rt_err_t (*mark_badblock)(struct rt_mtd_nand_device *device, rt_uint32_t block);

Completed in 2 milliseconds