Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h171 #define PWR_NSEC (PWR_ATTR_SEC_MASK | 0x00000000U) /*!< Non-secure attribut… macro
399 (((__ATTRIBUTES__) & PWR_NSEC) == PWR_NSEC) || \
402 … (((__ATTRIBUTES__) & ~(PWR_SEC|PWR_NSEC|PWR_PRIV|PWR_NPRIV)) == 0U))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c700 else if ((Attributes & PWR_NSEC) == PWR_NSEC) in HAL_PWR_ConfigAttributes()
757 attributes |= PWR_NSEC; in HAL_PWR_GetConfigAttributes()