Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc.c1277 SET_BIT(hrtc->IsEnabled.RtcFeatures, RTC_MISR_ALRAMF); in HAL_RTC_SetAlarm()
1304 SET_BIT(hrtc->IsEnabled.RtcFeatures, RTC_MISR_ALRBMF); in HAL_RTC_SetAlarm()
1483 SET_BIT(hrtc->IsEnabled.RtcFeatures, RTC_MISR_ALRAMF); in HAL_RTC_SetAlarm_IT()
1508 SET_BIT(hrtc->IsEnabled.RtcFeatures, RTC_MISR_ALRBMF); in HAL_RTC_SetAlarm_IT()
1559 CLEAR_BIT(hrtc->IsEnabled.RtcFeatures, RTC_MISR_ALRAMF); in HAL_RTC_DeactivateAlarm()
1573 CLEAR_BIT(hrtc->IsEnabled.RtcFeatures, RTC_MISR_ALRBMF); in HAL_RTC_DeactivateAlarm()
1668 uint32_t tmp = READ_REG(RTC->MISR) & READ_REG(hrtc->IsEnabled.RtcFeatures); in HAL_RTC_AlarmIRQHandler()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rtc.h98 uint32_t RtcFeatures; member