Home
last modified time | relevance | path

Searched refs:FlashEmpty (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_flash_ex.h69 void HAL_FLASHEx_ForceFlashEmpty(uint32_t FlashEmpty);
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_flash_ex.c445 void HAL_FLASHEx_ForceFlashEmpty(uint32_t FlashEmpty) in HAL_FLASHEx_ForceFlashEmpty() argument
447 assert_param(IS_FLASH_EMPTY_CHECK(FlashEmpty)); in HAL_FLASHEx_ForceFlashEmpty()
449 MODIFY_REG(FLASH->ACR, FLASH_ACR_EMPTY, FlashEmpty); in HAL_FLASHEx_ForceFlashEmpty()