/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc_ex.h | 761 #ifdef RTC_SECCFGR_SEC 765 #define RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure */ 1614 #if defined(RTC_SECCFGR_SEC)
|
D | stm32wbaxx_ll_rtc.h | 795 #if defined(RTC_SECCFGR_SEC) 799 #define LL_RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure … 4787 #if defined(RTC_SECCFGR_SEC) 4818 …MODIFY_REG(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SECCFGR… in LL_RTC_SetRtcSecure() 4846 …return READ_BIT(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SE… in LL_RTC_GetRtcSecure()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc_ex.h | 790 #ifdef RTC_SECCFGR_SEC 794 #define RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure */ 1714 #if defined(RTC_SECCFGR_SEC)
|
D | stm32h5xx_ll_rtc.h | 869 #if defined(RTC_SECCFGR_SEC) 873 #define LL_RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure … 5147 #if defined(RTC_SECCFGR_SEC) 5178 …MODIFY_REG(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SECCFGR… in LL_RTC_SetRtcSecure() 5206 …return READ_BIT(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SE… in LL_RTC_GetRtcSecure()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rtc_ex.c | 2675 #if defined(RTC_SECCFGR_SEC) 2707 secureState->rtcSecureFull = READ_BIT(rtc_seccfgr, RTC_SECCFGR_SEC); in HAL_RTCEx_SecureModeGet()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc_ex.c | 2899 #if defined(RTC_SECCFGR_SEC) 2931 secureState->rtcSecureFull = READ_BIT(rtc_seccfgr, RTC_SECCFGR_SEC); in HAL_RTCEx_SecureModeGet()
|
D | stm32h5xx_ll_rtc.c | 162 #if defined (RTC_SECCFGR_SEC) in LL_RTC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 792 #define LL_RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure */ 4819 …MODIFY_REG(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SECCFGR… in LL_RTC_SetRtcSecure() 4847 …return READ_BIT(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SE… in LL_RTC_GetRtcSecure()
|
D | stm32u5xx_hal_rtc_ex.h | 744 #define RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure …
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rtc.h | 822 #define LL_RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure … 4930 …MODIFY_REG(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SECCFGR… in LL_RTC_SetRtcSecure() 4958 …return READ_BIT(RTCx->SECCFGR, RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SE… in LL_RTC_GetRtcSecure()
|
D | stm32n6xx_hal_rtc_ex.h | 762 #define RTC_SECURE_FULL_YES RTC_SECCFGR_SEC /*!< RTC full secure */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc.c | 457 …WRITE_REG(RTC->SECCFGR, (RTC_SECCFGR_SEC | RTC_SECCFGR_INITSEC | RTC_SECCFGR_CALSEC | RTC_SECCFGR_… in HAL_RTC_DeInit()
|
D | stm32u5xx_hal_rtc_ex.c | 2850 secureState->rtcSecureFull = READ_BIT(rtc_seccfgr, RTC_SECCFGR_SEC); in HAL_RTCEx_SecureModeGet()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rtc_ex.c | 2819 secureState->rtcSecureFull = READ_BIT(rtc_seccfgr, RTC_SECCFGR_SEC); in HAL_RTCEx_SecureModeGet()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 10860 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32wba54xx.h | 11254 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32wba5mxx.h | 11272 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32wba55xx.h | 11272 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 14220 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32h562xx.h | 15208 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32h533xx.h | 14769 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32h573xx.h | 17853 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 16189 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32u535xx.h | 15637 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|
D | stm32u575xx.h | 17152 #define RTC_SECCFGR_SEC RTC_SECCFGR_SEC_Msk macro
|