Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtd_nor.h31 struct rt_mtd_nor_driver_ops struct
33 rt_err_t (*read_id) (struct rt_mtd_nor_device* device);
35 …read) (struct rt_mtd_nor_device* device, rt_off_t offset, rt_uint8_t* data, rt_uint32_t length);
36 … (struct rt_mtd_nor_device* device, rt_off_t offset, const rt_uint8_t* data, rt_uint32_t length);
38 rt_err_t (*erase_block)(struct rt_mtd_nor_device* device, rt_off_t offset, rt_uint32_t length);