Home
last modified time | relevance | path

Searched refs:RTC_TAFCR_TAMPIE (Results 1 – 7 of 7) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc_ex.h208 #define RTC_IT_TAMP1 ((uint32_t)(RTC_TAFCR_TAMPIE | RTC_TAFCR_TAMP1E))
210 #define RTC_IT_TAMP2 ((uint32_t)(RTC_TAFCR_TAMPIE | RTC_TAFCR_TAMP2E))
211 #define RTC_IT_TAMP3 ((uint32_t)(RTC_TAFCR_TAMPIE | RTC_TAFCR_TAMP3E))
841 …LE_IT(__HANDLE__, __INTERRUPT__) SET_BIT(((__HANDLE__)->Instance->TAFCR), RTC_TAFCR_TAMPIE)
857 …E_IT(__HANDLE__, __INTERRUPT__) CLEAR_BIT(((__HANDLE__)->Instance->TAFCR), RTC_TAFCR_TAMPIE)
873 …(__HANDLE__, __INTERRUPT__) (((((__HANDLE__)->Instance->TAFCR) & RTC_TAFCR_TAMPIE) != RESET) ? …
Dstm32l1xx_ll_rtc.h284 #define LL_RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE
3693 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3704 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3762 RTC_TAFCR_TAMPIE) == (RTC_TAFCR_TAMPIE)); in LL_RTC_IsEnabledIT_TAMP()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc_ex.c1106 (uint32_t)RTC_TAFCR_TAMPPUDIS | (uint32_t)RTC_TAFCR_TAMPIE); in HAL_RTCEx_SetTamper()
1172 …uint32_t)~((uint32_t)RTC_TAFCR_TAMP1E | (uint32_t)RTC_TAFCR_TAMP1TRG | (uint32_t)RTC_TAFCR_TAMPIE); in HAL_RTCEx_SetTamper_IT()
1177 hrtc->Instance->TAFCR |= (uint32_t)RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper_IT()
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h4977 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h4977 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h5406 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h5512 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro