Home
last modified time | relevance | path

Searched refs:FLASH_MassErase (Results 1 – 19 of 19) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c106 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks);
110 static void FLASH_MassErase(uint8_t VoltageRange);
179 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase()
181 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange); in HAL_FLASHEx_Erase()
254 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
256 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange); in HAL_FLASHEx_Erase_IT()
440 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks) in FLASH_MassErase() function
639 static void FLASH_MassErase(uint8_t VoltageRange) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_flash_ex.c95 static void FLASH_MassErase(uint32_t Banks);
179 FLASH_MassErase(FLASH_BANK_BOTH); in HAL_FLASHEx_Erase()
200 FLASH_MassErase(FLASH_BANK_2); in HAL_FLASHEx_Erase()
217 FLASH_MassErase(FLASH_BANK_1); in HAL_FLASHEx_Erase()
342 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
590 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_flash_ex.c74 static void FLASH_MassErase(void);
128 FLASH_MassErase(); in HAL_FLASHEx_Erase()
202 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
516 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash_ex.c87 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks);
155 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase()
226 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
432 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_flash_ex.c95 static void FLASH_MassErase(void);
163 FLASH_MassErase(); in HAL_FLASHEx_Erase()
248 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
452 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c94 static void FLASH_MassErase(void);
161 FLASH_MassErase(); in HAL_FLASHEx_Erase()
241 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
479 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c100 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks);
182 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase()
253 FLASH_MassErase((uint8_t) pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
537 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks) in FLASH_MassErase() function
948 static void FLASH_MassErase(uint8_t VoltageRange, uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_flash_ex.c95 static void FLASH_MassErase(void);
175 FLASH_MassErase(); in HAL_FLASHEx_Erase()
261 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
498 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_flash_ex.c95 static void FLASH_MassErase(void);
175 FLASH_MassErase(); in HAL_FLASHEx_Erase()
261 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
498 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_flash_ex.c114 static void FLASH_MassErase(void);
187 FLASH_MassErase(); in HAL_FLASHEx_Erase()
263 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
887 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c92 static void FLASH_MassErase(uint32_t Banks);
181 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase()
268 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
568 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_flash_ex.c113 static void FLASH_MassErase(void);
196 FLASH_MassErase(); in HAL_FLASHEx_Erase()
281 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
631 static void FLASH_MassErase(void) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c116 static void FLASH_MassErase(uint32_t Banks);
195 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase()
275 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
742 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c122 static void FLASH_MassErase(void);
214 FLASH_MassErase(); in HAL_FLASHEx_Erase()
300 FLASH_MassErase(); in HAL_FLASHEx_Erase_IT()
988 static void FLASH_MassErase() in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c92 static void FLASH_MassErase(uint32_t Banks);
184 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase()
283 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
537 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c124 static void FLASH_MassErase(uint32_t Banks);
209 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase()
289 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
888 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c82 static void FLASH_MassErase(uint32_t Banks);
171 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase()
274 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
504 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c108 static void FLASH_MassErase(uint32_t Banks);
201 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase()
300 FLASH_MassErase(pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
945 static void FLASH_MassErase(uint32_t Banks) in FLASH_MassErase() function
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c114 static void FLASH_MassErase(uint32_t VoltageRange, uint32_t Banks);
226 FLASH_MassErase(pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase()
387 FLASH_MassErase(pEraseInit->VoltageRange, pEraseInit->Banks); in HAL_FLASHEx_Erase_IT()
1103 static void FLASH_MassErase(uint32_t VoltageRange, uint32_t Banks) in FLASH_MassErase() function