Lines Matching defs:lengthInBytes
238 status_t FLASH_Erase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, uint32_t key) in FLASH_Erase()
266 uint32_t lengthInBytes = FSL_FEATURE_FLASH_PFLASH_BLOCK_SECTOR_SIZE; in FLASH_EraseSectorNonBlocking() local
305 status_t FLASH_Program(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_Program()
326 …s_t FLASH_ProgramOnce(flash_config_t *config, uint32_t index, uint8_t *src, uint32_t lengthInBytes) in FLASH_ProgramOnce()
339 … FLASH_ProgramSection(flash_config_t *config, uint32_t start, uint8_t *src, uint32_t lengthInBytes) in FLASH_ProgramSection()
363 …flash_config_t *config, uint32_t start, uint8_t *dst, uint32_t lengthInBytes, ftfx_read_resource_o… in FLASH_ReadResource()
372 …atus_t FLASH_ReadOnce(flash_config_t *config, uint32_t index, uint8_t *dst, uint32_t lengthInBytes) in FLASH_ReadOnce()
384 status_t FLASH_VerifyErase(flash_config_t *config, uint32_t start, uint32_t lengthInBytes, ftfx_mar… in FLASH_VerifyErase()
419 uint32_t lengthInBytes, in FLASH_VerifyProgram()
579 uint32_t lengthInBytes, in FLASH_IsProtected()
779 uint32_t lengthInBytes, in FLASH_IsExecuteOnly()
1399 uint32_t lengthInBytes, in flash_check_range_to_get_index()