Home
last modified time | relevance | path

Searched refs:RTC_CR_BKP (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h347 #define RTC_STOREOPERATION_SET RTC_CR_BKP
614 MODIFY_REG((__HANDLE__)->Instance->CR, RTC_CR_BKP , (__BKP__)); \
631 MODIFY_REG((__HANDLE__)->Instance->CR, RTC_CR_BKP , (__BKP__)); \
Dstm32l4xx_ll_rtc.h1571 SET_BIT(RTCx->CR, RTC_CR_BKP); in LL_RTC_TIME_EnableDayLightStore()
1583 CLEAR_BIT(RTCx->CR, RTC_CR_BKP); in LL_RTC_TIME_DisableDayLightStore()
1594 return (READ_BIT(RTCx->CR, RTC_CR_BKP) == (RTC_CR_BKP)); in LL_RTC_TIME_IsDayLightStoreEnabled()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h1297 SET_BIT(RTCx->CR, RTC_CR_BKP); in LL_RTC_TIME_EnableDayLightStore()
1309 CLEAR_BIT(RTCx->CR, RTC_CR_BKP); in LL_RTC_TIME_DisableDayLightStore()
1320 return (READ_BIT(RTCx->CR, RTC_CR_BKP) == (RTC_CR_BKP)); in LL_RTC_TIME_IsDayLightStoreEnabled()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc.c422 hrtc->Instance->CR &= (uint32_t)~RTC_CR_BKP; in HAL_RTC_SetTime()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c883 hrtc->Instance->CR &= ((uint32_t)~RTC_CR_BKP); in HAL_RTC_SetTime()
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h4546 #define RTC_CR_BKP RTC_CR_BKP_Msk macro
4602 #define RTC_CR_BCK RTC_CR_BKP
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h4546 #define RTC_CR_BKP RTC_CR_BKP_Msk macro
4602 #define RTC_CR_BCK RTC_CR_BKP
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h4975 #define RTC_CR_BKP RTC_CR_BKP_Msk macro
5031 #define RTC_CR_BCK RTC_CR_BKP
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h5081 #define RTC_CR_BKP RTC_CR_BKP_Msk macro
5137 #define RTC_CR_BCK RTC_CR_BKP
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11838 #define RTC_CR_BKP RTC_CR_BKP_Msk macro
11891 #define RTC_CR_BCK RTC_CR_BKP