Home
last modified time | relevance | path

Searched refs:SBS_HDPL_VALUE_0 (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal.h233 #define SBS_HDPL_VALUE_0 0x000000B4U /*!< Hide protection level 0 */ macro
658 #define IS_SBS_HDPL(__LEVEL__) (((__LEVEL__) == SBS_HDPL_VALUE_0) || ((__LEVEL__) == SBS_H…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal.h92 #define SBS_HDPL_VALUE_0 0x000000B4U /*!< Hide protection level 0 */ macro
523 #define IS_SBS_HDPL(__LEVEL__) (((__LEVEL__) == SBS_HDPL_VALUE_0) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c1099 if (Level != SBS_HDPL_VALUE_0) in HAL_SBS_ConfigDebugLevel()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c682 if (Level != SBS_HDPL_VALUE_0) in HAL_SBS_ConfigDebugLevel()