Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_flash.h500 #define SYSTEM_IN_SECURE_MODE FLASH_OPTR_ESE /*!< Secure mode : Security enabled */ macro
924 #define IS_OB_SECURE_MODE(__VALUE__) (((__VALUE__) == SYSTEM_IN_SECURE_MODE) ||\
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_flash_ex.c789 if (pOBParam->SecureMode == SYSTEM_IN_SECURE_MODE) in FLASH_OB_SecureConfig()