Searched refs:IsEnabled (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rtc_ex.c | 1584 SET_BIT(hrtc->IsEnabled.TampFeatures, sTamper->Tamper); in HAL_RTCEx_SetTamper() 1655 SET_BIT(hrtc->IsEnabled.TampFeatures, sTamper->Tamper); in HAL_RTCEx_SetTamper_IT() 1691 CLEAR_BIT(hrtc->IsEnabled.TampFeatures, Tamper); in HAL_RTCEx_DeactivateTamper() 1766 SET_BIT(hrtc->IsEnabled.TampFeatures, sIntTamper->IntTamper); in HAL_RTCEx_SetInternalTamper() 1812 SET_BIT(hrtc->IsEnabled.TampFeatures, sIntTamper->IntTamper); in HAL_RTCEx_SetInternalTamper_IT() 1842 CLEAR_BIT(hrtc->IsEnabled.TampFeatures, IntTamper); in HAL_RTCEx_DeactivateInternalTamper() 1889 uint32_t tmp = READ_REG(TAMP->MISR) & READ_REG(hrtc->IsEnabled.TampFeatures); in HAL_RTCEx_TamperIRQHandler()
|
D | stm32wlxx_hal_rtc.c | 1277 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/ |
D | stm32wlxx_hal_rtc.h | 206 …RTC_IsEnabledTypeDef IsEnabled; /*!< Flag to avoid treatment of the interrupts activated by t… member
|