Searched refs:RTC_CR_WUCKSEL (Results 1 – 19 of 19) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_rtc_ex.c | 1140 hrtc->Instance->CR &= (uint32_t)~RTC_CR_WUCKSEL; in HAL_RTCEx_SetWakeUpTimer() 1235 hrtc->Instance->CR &= (uint32_t)~RTC_CR_WUCKSEL; in HAL_RTCEx_SetWakeUpTimer_IT()
|
D | stm32l0xx_ll_rtc.c | 186 LL_RTC_WriteReg(RTCx, CR, (LL_RTC_ReadReg(RTCx, CR) & RTC_CR_WUCKSEL)); in LL_RTC_DeInit()
|
D | stm32l0xx_hal_rtc.c | 283 hrtc->Instance->CR &= RTC_CR_WUCKSEL; in HAL_RTC_DeInit()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rtc_ex.c | 778 CR_tmp &= (uint32_t)~RTC_CR_WUCKSEL; in HAL_RTCEx_SetWakeUpTimer() 894 CR_tmp &= (uint32_t)~RTC_CR_WUCKSEL; in HAL_RTCEx_SetWakeUpTimer_IT()
|
D | stm32l4xx_ll_rtc.c | 184 LL_RTC_WriteReg(RTCx, CR, (LL_RTC_ReadReg(RTCx, CR) & RTC_CR_WUCKSEL)); in LL_RTC_DeInit()
|
D | stm32l4xx_hal_rtc.c | 430 hrtc->Instance->CR &= RTC_CR_WUCKSEL; in HAL_RTC_DeInit()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_ll_rtc.c | 186 LL_RTC_WriteReg(RTCx, CR, (LL_RTC_ReadReg(RTCx, CR) & RTC_CR_WUCKSEL)); in LL_RTC_DeInit()
|
D | stm32l1xx_hal_rtc_ex.c | 1583 hrtc->Instance->CR &= (uint32_t)~RTC_CR_WUCKSEL; in HAL_RTCEx_SetWakeUpTimer() 1679 hrtc->Instance->CR &= (uint32_t)~RTC_CR_WUCKSEL; in HAL_RTCEx_SetWakeUpTimer_IT()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_rtc.h | 2905 MODIFY_REG(RTCx->CR, RTC_CR_WUCKSEL, WakeupClock); in LL_RTC_WAKEUP_SetClock() 2922 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_WUCKSEL)); in LL_RTC_WAKEUP_GetClock()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_rtc.h | 2983 MODIFY_REG(RTCx->CR, RTC_CR_WUCKSEL, WakeupClock); in LL_RTC_WAKEUP_SetClock() 3000 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_WUCKSEL)); in LL_RTC_WAKEUP_GetClock()
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rtc.h | 2927 MODIFY_REG(RTCx->CR, RTC_CR_WUCKSEL, WakeupClock); in LL_RTC_WAKEUP_SetClock() 2944 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_WUCKSEL)); in LL_RTC_WAKEUP_GetClock()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4432 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk /*!< */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 4939 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk /*!< */ macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 4594 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 4594 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 4788 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk /*!< */ macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5023 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5129 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 11883 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk macro
|