Searched refs:RTC_CR_ALRAIE (Results 1 – 14 of 14) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rtc.h | 300 #define LL_RTC_CR_ALRAIE RTC_CR_ALRAIE 3962 SET_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_EnableIT_ALRA() 3974 CLEAR_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_DisableIT_ALRA() 4018 return (READ_BIT(RTCx->CR, RTC_CR_ALRAIE) == (RTC_CR_ALRAIE)); in LL_RTC_IsEnabledIT_ALRA() 4923 SET_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_EnableIT_ALRA() 4935 CLEAR_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_DisableIT_ALRA() 5075 return (READ_BIT(RTCx->CR, RTC_CR_ALRAIE) == (RTC_CR_ALRAIE)); in LL_RTC_IsEnabledIT_ALRA()
|
D | stm32l4xx_hal_rtc.h | 478 #define RTC_IT_ALRA RTC_CR_ALRAIE /*!< Enable Alarm A Interrupt */
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_rtc.h | 283 #define LL_RTC_CR_ALRAIE RTC_CR_ALRAIE 3670 SET_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_EnableIT_ALRA() 3682 CLEAR_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_DisableIT_ALRA() 3750 return (READ_BIT(RTCx->CR, RTC_CR_ALRAIE) == (RTC_CR_ALRAIE)); in LL_RTC_IsEnabledIT_ALRA()
|
D | stm32l1xx_hal_rtc_ex.h | 207 #define RTC_IT_ALRA ((uint32_t)RTC_CR_ALRAIE)
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_rtc.h | 319 #define LL_RTC_CR_ALRAIE RTC_CR_ALRAIE 3602 SET_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_EnableIT_ALRA() 3614 CLEAR_BIT(RTCx->CR, RTC_CR_ALRAIE); in LL_RTC_DisableIT_ALRA() 3754 return (READ_BIT(RTCx->CR, RTC_CR_ALRAIE) == (RTC_CR_ALRAIE)); in LL_RTC_IsEnabledIT_ALRA()
|
D | stm32l0xx_hal_rtc.h | 404 #define RTC_IT_ALRA ((uint32_t)RTC_CR_ALRAIE) /*!< Enable Alarm A Interr…
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4405 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk /*!< */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 4912 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk /*!< */ macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 4564 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 4564 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 4761 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk /*!< */ macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 4993 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5099 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 11856 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk macro
|