Home
last modified time | relevance | path

Searched refs:PWR_PRIVCFGR_NSPRIV (Results 1 – 25 of 28) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr.c949 #if defined(PWR_PRIVCFGR_NSPRIV)
1071 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
1076 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
1086 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
1090 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
1128 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_NSPRIV) == 0U) ? PWR_NSEC_NPRIV : PWR_NSEC_PRIV; in HAL_PWR_GetConfigAttributes()
1132 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_NSPRIV) == 0U) ? PWR_NSEC_NPRIV : PWR_NSEC_PRIV; in HAL_PWR_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr.c880 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
885 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
898 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
902 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
939 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_NSPRIV) == 0U) ? PWR_NSEC_NPRIV : PWR_NSEC_PRIV; in HAL_PWR_GetConfigAttributes()
945 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_NSPRIV) == 0U) ? PWR_NSEC_NPRIV : PWR_NSEC_PRIV; in HAL_PWR_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_pwr.c565 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
570 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
580 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
584 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in HAL_PWR_ConfigAttributes()
639 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_NSPRIV) == 0U) ? PWR_NSEC_NPRIV : PWR_NSEC_PRIV; in HAL_PWR_GetConfigAttributes()
643 attributes = ((PWR->PRIVCFGR & PWR_PRIVCFGR_NSPRIV) == 0U) ? PWR_NSEC_NPRIV : PWR_NSEC_PRIV; in HAL_PWR_GetConfigAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_pwr.h1636 #if defined(PWR_PRIVCFGR_NSPRIV)
1644 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in LL_PWR_EnableNSecurePrivilege()
1654 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in LL_PWR_DisableNSecurePrivilege()
1664 return ((READ_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV) == PWR_PRIVCFGR_NSPRIV) ? 1UL : 0UL); in LL_PWR_IsEnabledNSecurePrivilege()
1690 #if defined(PWR_PRIVCFGR_NSPRIV)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_pwr.h1873 #if defined(PWR_PRIVCFGR_NSPRIV)
1881 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in LL_PWR_EnableNSecurePrivilege()
1891 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in LL_PWR_DisableNSecurePrivilege()
1901 return ((READ_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV) == PWR_PRIVCFGR_NSPRIV) ? 1UL : 0UL); in LL_PWR_IsEnabledNSecurePrivilege()
Dstm32h5xx_hal_pwr.h232 #if defined(PWR_PRIVCFGR_NSPRIV)
604 #elif defined(PWR_PRIVCFGR_NSPRIV)
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_pwr.h3235 SET_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in LL_PWR_EnableNSecurePrivilege()
3245 CLEAR_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV); in LL_PWR_DisableNSecurePrivilege()
3255 return ((READ_BIT(PWR->PRIVCFGR, PWR_PRIVCFGR_NSPRIV) == PWR_PRIVCFGR_NSPRIV) ? 1UL : 0UL); in LL_PWR_IsEnabledNSecurePrivilege()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba52xx.h9064 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32wba54xx.h9334 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32wba5mxx.h9340 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32wba55xx.h9340 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h523xx.h12044 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk macro
Dstm32h562xx.h12773 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk macro
Dstm32h533xx.h12563 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk macro
Dstm32h573xx.h15376 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk macro
Dstm32h563xx.h14857 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h13176 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u535xx.h12663 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u575xx.h13832 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u585xx.h14394 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u595xx.h14654 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u5a5xx.h15216 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u5f7xx.h16155 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u599xx.h18373 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro
Dstm32u5g7xx.h16717 #define PWR_PRIVCFGR_NSPRIV PWR_PRIVCFGR_NSPRIV_Msk /*!< RCC non-se… macro

12