/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 828 #if defined(RTC_PRIVCFGR_PRIV) 832 #define LL_RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV /*!< RTC full privilege … 4886 #if defined(RTC_PRIVCFGR_PRIV) 4915 …MODIFY_REG(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV | RTC_… in LL_RTC_SetRtcPrivilege() 4942 …return READ_BIT(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV… in LL_RTC_GetRtcPrivilege()
|
D | stm32wbaxx_hal_rtc_ex.h | 815 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rtc.h | 863 #if defined(RTC_PRIVCFGR_PRIV) 867 #define LL_RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV /*!< RTC full privilege … 5032 #if defined(RTC_PRIVCFGR_PRIV) 5061 …MODIFY_REG(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV | RTC_… in LL_RTC_SetRtcPrivilege() 5088 …return READ_BIT(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV… in LL_RTC_GetRtcPrivilege()
|
D | stm32h7rsxx_hal_rtc_ex.h | 746 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rtc.h | 902 #if defined(RTC_PRIVCFGR_PRIV) 906 #define LL_RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV /*!< RTC full privilege … 5246 #if defined(RTC_PRIVCFGR_PRIV) 5275 …MODIFY_REG(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV | RTC_… in LL_RTC_SetRtcPrivilege() 5302 …return READ_BIT(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV… in LL_RTC_GetRtcPrivilege()
|
D | stm32h5xx_hal_rtc_ex.h | 844 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 823 #define LL_RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV /*!< RTC full privilege */ 4914 …MODIFY_REG(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV | RTC_… in LL_RTC_SetRtcPrivilege() 4941 …return READ_BIT(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV |… in LL_RTC_GetRtcPrivilege()
|
D | stm32u5xx_hal_rtc_ex.h | 788 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rtc.h | 853 #define LL_RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV /*!< RTC full privilege … 5025 …MODIFY_REG(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV | RTC_… in LL_RTC_SetRtcPrivilege() 5052 …return READ_BIT(RTCx->PRIVCFGR, RTC_PRIVCFGR_PRIV | RTC_PRIVCFGR_INITPRIV | RTC_PRIVCFGR_CALPRIV… in LL_RTC_GetRtcPrivilege()
|
D | stm32n6xx_hal_rtc_ex.h | 807 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_rtc.c | 161 #if defined (RTC_PRIVCFGR_PRIV) in LL_RTC_DeInit()
|
D | stm32wbaxx_hal_rtc_ex.c | 2846 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rtc_ex.c | 2956 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rtc_ex.c | 2894 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc_ex.c | 2984 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc_ex.c | 3072 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9676 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
D | stm32h523xx.h | 14197 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
D | stm32h562xx.h | 15185 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 10837 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
D | stm32wba54xx.h | 11231 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
D | stm32wba5mxx.h | 11249 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
D | stm32wba55xx.h | 11249 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 16166 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 16842 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
|