Home
last modified time | relevance | path

Searched refs:FLASH_Erase_Sector (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c198 FLASH_Erase_Sector(index, (uint8_t) pEraseInit->VoltageRange); in HAL_FLASHEx_Erase()
272 FLASH_Erase_Sector(pEraseInit->Sector, pEraseInit->VoltageRange); in HAL_FLASHEx_Erase_IT()
486 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange) in FLASH_Erase_Sector() function
670 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange) in FLASH_Erase_Sector() function
Dstm32f7xx_hal_flash.c329 FLASH_Erase_Sector(temp, pFlash.VoltageForErase); in HAL_FLASH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c171 FLASH_Erase_Sector(index, (uint8_t) pEraseInit->VoltageRange); in HAL_FLASHEx_Erase()
241 FLASH_Erase_Sector(pEraseInit->Sector, pEraseInit->VoltageRange); in HAL_FLASHEx_Erase_IT()
351 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange) in FLASH_Erase_Sector() function
Dstm32f2xx_hal_flash.c315 FLASH_Erase_Sector(addresstmp, pFlash.VoltageForErase); in HAL_FLASH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c198 FLASH_Erase_Sector(index, (uint8_t) pEraseInit->VoltageRange); in HAL_FLASHEx_Erase()
268 FLASH_Erase_Sector(pEraseInit->Sector, pEraseInit->VoltageRange); in HAL_FLASHEx_Erase_IT()
581 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange) in FLASH_Erase_Sector() function
977 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange) in FLASH_Erase_Sector() function
Dstm32f4xx_hal_flash.c317 FLASH_Erase_Sector(addresstmp, pFlash.VoltageForErase); in HAL_FLASH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c225 FLASH_Erase_Sector(sector_index, pEraseInit->Banks); in HAL_FLASHEx_Erase()
316 FLASH_Erase_Sector(pEraseInit->Sector, pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
992 void FLASH_Erase_Sector(uint32_t Sector, uint32_t Banks) in FLASH_Erase_Sector() function
Dstm32h5xx_hal_flash.c455 FLASH_Erase_Sector(pFlash.Sector, pFlash.Bank); in HAL_FLASH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c259 FLASH_Erase_Sector(sector_index, pEraseInit->Banks, pEraseInit->VoltageRange); in HAL_FLASHEx_Erase()
410 FLASH_Erase_Sector(pEraseInit->Sector, pEraseInit->Banks, pEraseInit->VoltageRange); in HAL_FLASHEx_Erase_IT()
1180 void FLASH_Erase_Sector(uint32_t Sector, uint32_t Banks, uint32_t VoltageRange) in FLASH_Erase_Sector() function
Dstm32h7xx_hal_flash.c501 FLASH_Erase_Sector(temp, FLASH_BANK_1, pFlash.VoltageForErase); in HAL_FLASH_IRQHandler()
570 FLASH_Erase_Sector(temp, FLASH_BANK_2, pFlash.VoltageForErase); in HAL_FLASH_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash_ex.h387 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange);
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h679 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h1051 void FLASH_Erase_Sector(uint32_t Sector, uint32_t Banks);
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h1053 void FLASH_Erase_Sector(uint32_t Sector, uint32_t Banks, uint32_t VoltageRange);
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h1044 void FLASH_Erase_Sector(uint32_t Sector, uint8_t VoltageRange);