Home
last modified time | relevance | path

Searched refs:WakeUpAutoClr (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c813 …r_IT(RTC_HandleTypeDef *hrtc, uint32_t WakeUpCounter, uint32_t WakeUpClock, uint32_t WakeUpAutoClr) in HAL_RTCEx_SetWakeUpTimer_IT() argument
825 assert_param(WakeUpAutoClr <= WakeUpCounter); in HAL_RTCEx_SetWakeUpTimer_IT()
885 hrtc->Instance->WUTR = (uint32_t) (WakeUpCounter | (WakeUpAutoClr << RTC_WUTR_WUTOCLR_Pos)); in HAL_RTCEx_SetWakeUpTimer_IT()
901 if (WakeUpAutoClr != 0u) in HAL_RTCEx_SetWakeUpTimer_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc_ex.h1286 …_IT(RTC_HandleTypeDef *hrtc, uint32_t WakeUpCounter, uint32_t WakeUpClock, uint32_t WakeUpAutoClr);