Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr.h173 #define PWR_PRIV (PWR_ATTR_PRIV_MASK | 0x00000002U) /*!< Privilege attribute… macro
400 (((__ATTRIBUTES__) & PWR_PRIV) == PWR_PRIV) || \
402 … (((__ATTRIBUTES__) & ~(PWR_SEC|PWR_NSEC|PWR_PRIV|PWR_NPRIV)) == 0U))
406 #define IS_PWR_ATTRIBUTES(__ATTRIBUTES__) (((((__ATTRIBUTES__) & PWR_PRIV) == PWR_PRIV) || \
408 (((__ATTRIBUTES__) & ~(PWR_PRIV|PWR_NPRIV)) == 0U))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr.c676 if ((Attributes & PWR_PRIV) == PWR_PRIV) in HAL_PWR_ConfigAttributes()
738 attributes = PWR_PRIV; in HAL_PWR_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c597 if ((Attributes & PWR_PRIV) == PWR_PRIV) in HAL_PWR_ConfigAttributes()
651 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_PRIV) == 0U) ? PWR_NPRIV : PWR_PRIV; in HAL_PWR_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_pwr.h236 #define PWR_PRIV (PWR_ITEM_ATTR_NSEC_PRIV_MASK | 0x01U) /*!< Privileged attribute … macro
609 #define IS_PWR_ATTRIBUTES(ATTRIBUTES) (((ATTRIBUTES) == PWR_NPRIV) || ((ATTRIBUTES) == PWR_PRIV))