Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h170 #define PWR_SEC (PWR_ATTR_SEC_MASK | 0x00000001U) /*!< Secure attribute … macro
398 #define IS_PWR_ATTRIBUTES(__ATTRIBUTES__) (((((__ATTRIBUTES__) & PWR_SEC) == PWR_SEC) || \
402 … (((__ATTRIBUTES__) & ~(PWR_SEC|PWR_NSEC|PWR_PRIV|PWR_NPRIV)) == 0U))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c696 if ((Attributes & PWR_SEC) == PWR_SEC) in HAL_PWR_ConfigAttributes()
753 attributes |= PWR_SEC; in HAL_PWR_GetConfigAttributes()