Searched refs:RTC_CR_WUTIE (Results 1 – 14 of 14) sorted by relevance
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_ll_rtc.h | 298 #define LL_RTC_CR_WUTIE RTC_CR_WUTIE 3914 SET_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_EnableIT_WUT() 3926 CLEAR_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_DisableIT_WUT() 3996 return (READ_BIT(RTCx->CR, RTC_CR_WUTIE) == (RTC_CR_WUTIE)); in LL_RTC_IsEnabledIT_WUT() 4874 SET_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_EnableIT_WUT() 4886 CLEAR_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_DisableIT_WUT() 5052 return (READ_BIT(RTCx->CR, RTC_CR_WUTIE) == (RTC_CR_WUTIE)); in LL_RTC_IsEnabledIT_WUT()
|
D | stm32l4xx_hal_rtc.h | 477 #define RTC_IT_WUT RTC_CR_WUTIE /*!< Enable Wakeup timer Interrupt */
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_ll_rtc.h | 281 #define LL_RTC_CR_WUTIE RTC_CR_WUTIE 3621 SET_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_EnableIT_WUT() 3633 CLEAR_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_DisableIT_WUT() 3727 return (READ_BIT(RTCx->CR, RTC_CR_WUTIE) == (RTC_CR_WUTIE)); in LL_RTC_IsEnabledIT_WUT()
|
D | stm32l1xx_hal_rtc_ex.h | 205 #define RTC_IT_WUT ((uint32_t)RTC_CR_WUTIE)
|
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_ll_rtc.h | 317 #define LL_RTC_CR_WUTIE RTC_CR_WUTIE 3553 SET_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_EnableIT_WUT() 3565 CLEAR_BIT(RTCx->CR, RTC_CR_WUTIE); in LL_RTC_DisableIT_WUT() 3731 return (READ_BIT(RTCx->CR, RTC_CR_WUTIE) == (RTC_CR_WUTIE)); in LL_RTC_IsEnabledIT_WUT()
|
D | stm32l0xx_hal_rtc.h | 403 #define RTC_IT_WUT ((uint32_t)RTC_CR_WUTIE) /*!< Enable Wakeup timer I…
|
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4399 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk /*!< */ macro
|
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 4755 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk /*!< */ macro
|
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 4906 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk /*!< */ macro
|
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 4558 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk macro
|
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 4558 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk macro
|
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 4987 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk macro
|
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5093 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk macro
|
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 11850 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk macro
|