Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_flash.h862 #define IS_OB_SFSA_START_ADDR(__VALUE__) (((__VALUE__) >= FLASH_BASE) && ((__VALUE__) <=… macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_flash_ex.c791 assert_param(IS_OB_SFSA_START_ADDR(pOBParam->SecureFlashStartAddr)); in FLASH_OB_SecureConfig()