Home
last modified time | relevance | path

Searched refs:RTC_CR_FMT (Results 1 – 17 of 17) sorted by relevance

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c223 hrtc->Instance->CR &= ((uint32_t)~(RTC_CR_FMT | RTC_CR_OSEL | RTC_CR_POL)); in HAL_RTC_Init()
425 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetTime()
445 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetTime()
773 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm()
805 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm()
957 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm_IT()
988 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm_IT()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c334 hrtc->Instance->CR &= ~(RTC_CR_FMT | RTC_CR_POL | RTC_CR_OSEL | RTC_CR_TAMPOE); in HAL_RTC_Init()
337 hrtc->Instance->CR &= ~(RTC_CR_FMT | RTC_CR_OSEL | RTC_CR_POL); in HAL_RTC_Init()
840 if((hrtc->Instance->CR & RTC_CR_FMT) != 0U) in HAL_RTC_SetTime()
860 if((hrtc->Instance->CR & RTC_CR_FMT) != 0U) in HAL_RTC_SetTime()
1175 if((hrtc->Instance->CR & RTC_CR_FMT) != 0U) in HAL_RTC_SetAlarm()
1206 if((hrtc->Instance->CR & RTC_CR_FMT) != 0U) in HAL_RTC_SetAlarm()
1360 if((hrtc->Instance->CR & RTC_CR_FMT) != 0U) in HAL_RTC_SetAlarm_IT()
1392 if((hrtc->Instance->CR & RTC_CR_FMT) != 0U) in HAL_RTC_SetAlarm_IT()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc.c240 hrtc->Instance->CR &= ((uint32_t)~(RTC_CR_FMT | RTC_CR_OSEL | RTC_CR_POL)); in HAL_RTC_Init()
360 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetTime()
380 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetTime()
Dstm32l1xx_hal_rtc_ex.c332 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm()
364 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm()
528 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm_IT()
559 if((hrtc->Instance->CR & RTC_CR_FMT) != (uint32_t)RESET) in HAL_RTC_SetAlarm_IT()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h326 #define LL_RTC_HOURFORMAT_AMPM RTC_CR_FMT /*!< AM/PM hour format */
816 MODIFY_REG(RTCx->CR, RTC_CR_FMT, HourFormat); in LL_RTC_SetHourFormat()
829 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_FMT)); in LL_RTC_GetHourFormat()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rtc.h365 #define LL_RTC_HOURFORMAT_AMPM RTC_CR_FMT /*!< AM/PM hour format */
807 MODIFY_REG(RTCx->CR, RTC_CR_FMT, HourFormat); in LL_RTC_SetHourFormat()
820 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_FMT)); in LL_RTC_GetHourFormat()
Dstm32l0xx_hal_rtc.h206 #define RTC_HOURFORMAT_12 ((uint32_t)RTC_CR_FMT)
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h257 #define RTC_HOURFORMAT_12 RTC_CR_FMT
Dstm32l4xx_ll_rtc.h349 #define LL_RTC_HOURFORMAT_AMPM RTC_CR_FMT /*!< AM/PM hour format */
908 MODIFY_REG(RTCx->CR, RTC_CR_FMT, HourFormat); in LL_RTC_SetHourFormat()
921 return (uint32_t)(READ_BIT(RTCx->CR, RTC_CR_FMT)); in LL_RTC_GetHourFormat()
/loramac-node-2.7.6/src/boards/SKiM881AXL/cmsis/
Dstm32l081xx.h4420 #define RTC_CR_FMT RTC_CR_FMT_Msk /*!< */ macro
/loramac-node-2.7.6/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h4776 #define RTC_CR_FMT RTC_CR_FMT_Msk /*!< */ macro
/loramac-node-2.7.6/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h4927 #define RTC_CR_FMT RTC_CR_FMT_Msk /*!< */ macro
/loramac-node-2.7.6/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h4582 #define RTC_CR_FMT RTC_CR_FMT_Msk macro
/loramac-node-2.7.6/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h4582 #define RTC_CR_FMT RTC_CR_FMT_Msk macro
/loramac-node-2.7.6/src/boards/NAMote72/cmsis/
Dstm32l152xc.h5011 #define RTC_CR_FMT RTC_CR_FMT_Msk macro
/loramac-node-2.7.6/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h5117 #define RTC_CR_FMT RTC_CR_FMT_Msk macro
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11871 #define RTC_CR_FMT RTC_CR_FMT_Msk macro