Searched refs:FLASH_ReadOnce (Results 1 – 2 of 2) sorted by relevance
| /hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/ |
| D | fsl_flash.c | 1434 status_t FLASH_ReadOnce(flash_config_t *config, uint32_t index, uint32_t *dst, uint32_t lengthInByt… in FLASH_ReadOnce() function 3426 returnCode = FLASH_ReadOnce(config, kFLASH_RecordIndexSwapAddr, returnValue, 4); in flash_validate_swap_indicator_address() 3432 returnCode = FLASH_ReadOnce(config, kFLASH_RecordIndexSwapEnable, returnValue, 4); in flash_validate_swap_indicator_address() 3438 returnCode = FLASH_ReadOnce(config, kFLASH_RecordIndexSwapDisable, returnValue, 4); in flash_validate_swap_indicator_address()
|
| D | fsl_flash.h | 854 status_t FLASH_ReadOnce(flash_config_t *config, uint32_t index, uint32_t *dst, uint32_t lengthInByt…
|