Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_log/
Dapp_log_store.h86 …uint32_t (*flash_read)(const uint32_t addr, uint8_t *buf, const uint32_t size); /**< Flash … member
/device/soc/hpmicro/sdk/hpm_sdk/components/eeprom_emulation/
Deeprom_emulation.h97 uint32_t (*flash_read)(uint8_t *buf, uint32_t addr, uint32_t size); member
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/flash/
Dflash.c697 UINT32 flash_read(char *user_buf, UINT32 count, UINT32 address) in flash_read() function
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/flash/
Dflash_api.c103 int flash_read(void *adr, unsigned int len, void *buf) in flash_read() function
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/flash/
Dflash.c189 int flash_read(const uint32_t addr, uint8_t *dst, const uint32_t size) in flash_read() function
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dspi_struct.h42 …uint32_t flash_read: 1; /*Read flash enable. Read flash operation will be … member