Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h174 #define PWR_NPRIV (PWR_ATTR_PRIV_MASK | 0x00000000U) /*!< Non-privilege attri… macro
401 (((__ATTRIBUTES__) & PWR_NPRIV) == PWR_NPRIV)) && \
402 … (((__ATTRIBUTES__) & ~(PWR_SEC|PWR_NSEC|PWR_PRIV|PWR_NPRIV)) == 0U))
407 (((__ATTRIBUTES__) & PWR_NPRIV) == PWR_NPRIV)) && \
408 (((__ATTRIBUTES__) & ~(PWR_PRIV|PWR_NPRIV)) == 0U))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c680 else if ((Attributes & PWR_NPRIV) == PWR_NPRIV) in HAL_PWR_ConfigAttributes()
742 attributes = PWR_NPRIV; in HAL_PWR_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h237 #define PWR_NPRIV (PWR_ITEM_ATTR_NSEC_PRIV_MASK) /*!< NPrivileged attribute … macro
609 #define IS_PWR_ATTRIBUTES(ATTRIBUTES) (((ATTRIBUTES) == PWR_NPRIV) || ((ATTRIBUTES) == PWR_PRIV))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c651 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_PRIV) == 0U) ? PWR_NPRIV : PWR_PRIV; in HAL_PWR_GetConfigAttributes()