Home
last modified time | relevance | path

Searched refs:RTC_OR_OUT_RMP (Results 1 – 10 of 10) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h237 #define RTC_OUTPUT_REMAP_POS1 ((uint32_t)RTC_OR_OUT_RMP)
Dstm32l0xx_ll_rtc.h1076 SET_BIT(RTCx->OR, RTC_OR_OUT_RMP); in LL_RTC_EnableOutRemap()
1087 CLEAR_BIT(RTCx->OR, RTC_OR_OUT_RMP); in LL_RTC_DisableOutRemap()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h318 #define RTC_OUTPUT_REMAP_POS1 RTC_OR_OUT_RMP
Dstm32l4xx_ll_rtc.h1342 SET_BIT(RTCx->OR, RTC_OR_OUT_RMP); in LL_RTC_EnableOutRemap()
1353 CLEAR_BIT(RTCx->OR, RTC_OR_OUT_RMP); in LL_RTC_DisableOutRemap()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c234 hrtc->Instance->OR &= (uint32_t)~(RTC_OR_ALARMOUTTYPE | RTC_OR_OUT_RMP); in HAL_RTC_Init()
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c372 hrtc->Instance->OR &= ~(RTC_OR_ALARMOUTTYPE | RTC_OR_OUT_RMP); in HAL_RTC_Init()
/loramac-node-3.7.0/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h4876 #define RTC_OR_OUT_RMP RTC_OR_OUT_RMP_Msk /*!< */ macro
4882 #define RTC_OR_RTC_OUT_RMP RTC_OR_OUT_RMP
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h5232 #define RTC_OR_OUT_RMP RTC_OR_OUT_RMP_Msk /*!< */ macro
5238 #define RTC_OR_RTC_OUT_RMP RTC_OR_OUT_RMP
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h5383 #define RTC_OR_OUT_RMP RTC_OR_OUT_RMP_Msk /*!< */ macro
5389 #define RTC_OR_RTC_OUT_RMP RTC_OR_OUT_RMP
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h12320 #define RTC_OR_OUT_RMP RTC_OR_OUT_RMP_Msk macro