Searched refs:spi_flash_ctrl (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | boot_rom.h | 230 typedef struct spi_flash_ctrl { struct 241 hi_u32(*read)(struct spi_flash_ctrl *spif_ctrl, hi_u32 flash_addr, 243 hi_u32(*write)(struct spi_flash_ctrl *spif_ctrl, hi_u32 flash_addr, 245 hi_u32(*erase)(struct spi_flash_ctrl *spif_ctrl, hi_u32 flash_addr,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
H A D | flash_prv.h | 269 typedef struct spi_flash_ctrl { struct 283 hi_u32 (*read)(struct spi_flash_ctrl* spif_ctrl, hi_u32 flash_addr, hi_u32 read_size, 285 hi_u32 (*write)(struct spi_flash_ctrl* spif_ctrl, hi_u32 flash_addr, hi_u32 write_size, 287 hi_u32 (*erase)(struct spi_flash_ctrl* spif_ctrl, hi_u32 flash_addr, hi_u32 erase_size, hi_bool is_crash);
|
Completed in 3 milliseconds