Home
last modified time | relevance | path

Searched refs:RTC_FLAG_RECALPF (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc_ex.h1284 #define RTC_FLAGS_MASK ((uint32_t) (RTC_FLAG_RECALPF | RTC_FLAG_TAMP2F | RTC_FLAG_TAMP1F| \
1299 #define RTC_FLAGS_MASK ((uint32_t) (RTC_FLAG_RECALPF | RTC_FLAG_TAMP3F | RTC_FLAG_TAMP2F |…
1312 #define RTC_FLAGS_MASK ((uint32_t) (RTC_FLAG_RECALPF | RTC_FLAG_TAMP3F | RTC_FLAG_TAMP2F |…
Dstm32l0xx_hal_rtc.h429 #define RTC_FLAG_RECALPF ((uint32_t)RTC_ISR_RECALPF) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h175 RTC_FLAG_RECALPF))
182 RTC_FLAG_RECALPF))
220 #define RTC_FLAG_RECALPF ((uint32_t)RTC_ISR_RECALPF) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h501 #define RTC_FLAG_RECALPF 0x00000110u /*!< Recalibration pending Flag */ macro
538 #define RTC_FLAG_RECALPF RTC_ISR_RECALPF macro