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/ |
D | stm32l4xx_hal_rtc.h | 347 #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__)); \
|
D | stm32l4xx_ll_rtc.h | 1571 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/ |
D | stm32l1xx_ll_rtc.h | 1297 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/ |
D | stm32l1xx_hal_rtc.c | 422 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/ |
D | stm32l4xx_hal_rtc.c | 883 hrtc->Instance->CR &= ((uint32_t)~RTC_CR_BKP); in HAL_RTC_SetTime()
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 4546 #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/ |
D | stm32l151xba.h | 4546 #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/ |
D | stm32l152xc.h | 4975 #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/ |
D | stm32l152xe.h | 5081 #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/ |
D | stm32l476xx.h | 11838 #define RTC_CR_BKP RTC_CR_BKP_Msk macro 11891 #define RTC_CR_BCK RTC_CR_BKP
|