Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal.c799 assert_param(IS_SYSCFG_SECURITY_ACCESS(SecurityAccess)); in HAL_SYSCFG_EnableSecurityAccess()
819 assert_param(IS_SYSCFG_SECURITY_ACCESS(SecurityAccess)); in HAL_SYSCFG_DisableSecurityAccess()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal.h561 #define IS_SYSCFG_SECURITY_ACCESS(__VALUE__) ((((__VALUE__) & HAL_SYSCFG_SECURE_ACCESS_A… macro
566 #define IS_SYSCFG_SECURITY_ACCESS(__VALUE__) ((((__VALUE__) & HAL_SYSCFG_SECURE_ACCESS_A… macro