Home
last modified time | relevance | path

Searched refs:RTC_ISR_ITSF (Results 1 – 3 of 3) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h271 #define LL_RTC_ISR_ITSF RTC_ISR_ITSF
4525 return (READ_BIT(RTCx->ISR, RTC_ISR_ITSF) == (RTC_ISR_ITSF)); in LL_RTC_IsActiveFlag_ITS()
4643 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_ITSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))… in LL_RTC_ClearFlag_ITS()
Dstm32l4xx_hal_rtc.h541 #define RTC_FLAG_ITSF RTC_ISR_ITSF
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11896 #define RTC_ISR_ITSF RTC_ISR_ITSF_Msk macro