Home
last modified time | relevance | path

Searched refs:RTC_PRIVCFGR_PRIV (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rtc.h828 #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()
Dstm32wbaxx_hal_rtc_ex.h815 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rtc.h863 #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()
Dstm32h7rsxx_hal_rtc_ex.h746 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rtc.h902 #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()
Dstm32h5xx_hal_rtc_ex.h844 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rtc.h823 #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()
Dstm32u5xx_hal_rtc_ex.h788 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rtc.h853 #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()
Dstm32n6xx_hal_rtc_ex.h807 #define RTC_PRIVILEGE_FULL_YES RTC_PRIVCFGR_PRIV
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rtc.c161 #if defined (RTC_PRIVCFGR_PRIV) in LL_RTC_DeInit()
Dstm32wbaxx_hal_rtc_ex.c2846 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c2956 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c2894 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c2984 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c3072 privilegeState->rtcPrivilegeFull = READ_BIT(rtc_privcfgr, RTC_PRIVCFGR_PRIV); in HAL_RTCEx_PrivilegeModeGet()
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h9676 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
Dstm32h523xx.h14197 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
Dstm32h562xx.h15185 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba52xx.h10837 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
Dstm32wba54xx.h11231 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
Dstm32wba5mxx.h11249 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
Dstm32wba55xx.h11249 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
/hal_stm32-latest/stm32cube/stm32u5xx/soc/
Dstm32u545xx.h16166 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h16842 #define RTC_PRIVCFGR_PRIV RTC_PRIVCFGR_PRIV_Msk macro

12