Home
last modified time | relevance | path

Searched refs:RTC_IT_TS (Results 1 – 6 of 6) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc_ex.c251 __HAL_RTC_TIMESTAMP_ENABLE_IT(hrtc,RTC_IT_TS); in HAL_RTCEx_SetTimeStamp_IT()
287 __HAL_RTC_TIMESTAMP_DISABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_DeactivateTimeStamp()
748 if(__HAL_RTC_TIMESTAMP_GET_IT_SOURCE(hrtc, RTC_IT_TS) != RESET) in HAL_RTCEx_TamperTimeStampIRQHandler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c303 __HAL_RTC_TIMESTAMP_ENABLE_IT(hrtc,RTC_IT_TS); in HAL_RTCEx_SetTimeStamp_IT()
338 __HAL_RTC_TIMESTAMP_DISABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_DeactivateTimeStamp()
560 if(__HAL_RTC_TIMESTAMP_GET_IT_SOURCE(hrtc, RTC_IT_TS) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c947 __HAL_RTC_TIMESTAMP_ENABLE_IT(hrtc,RTC_IT_TS); in HAL_RTCEx_SetTimeStamp_IT()
984 __HAL_RTC_TIMESTAMP_DISABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_DeactivateTimeStamp()
1229 if(__HAL_RTC_TIMESTAMP_GET_IT_SOURCE(hrtc, RTC_IT_TS) != RESET) in HAL_RTCEx_TamperTimeStampIRQHandler()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h402 #define RTC_IT_TS ((uint32_t)RTC_CR_TSIE) /*!< Enable Timestamp Inte… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h476 #define RTC_IT_TS RTC_CR_TSIE /*!< Enable Timestamp Interrupt */ macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h204 #define RTC_IT_TS ((uint32_t)RTC_CR_TSIE) macro