Home
last modified time | relevance | path

Searched refs:IS_RTC_FORMAT (Results 1 – 9 of 9) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c414 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetTime()
549 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetTime()
593 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetDate()
704 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetDate()
759 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetAlarm()
943 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetAlarm_IT()
1221 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetAlarm()
Dstm32l0xx_hal_rtc_ex.c323 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTCEx_GetTimeStamp()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc.c349 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetTime()
472 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetDate()
581 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetDate()
Dstm32l1xx_hal_rtc_ex.c256 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetTime()
316 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetAlarm()
512 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetAlarm_IT()
713 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetAlarm()
1020 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTCEx_GetTimeStamp()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c810 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetTime()
949 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetTime()
993 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetDate()
1106 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetDate()
1161 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetAlarm()
1346 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_SetAlarm_IT()
1625 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTC_GetAlarm()
Dstm32l4xx_hal_rtc_ex.c433 assert_param(IS_RTC_FORMAT(Format)); in HAL_RTCEx_GetTimeStamp()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc.h247 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD)) macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h805 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || ((FORMAT) == RTC_FORMAT_BCD)) macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h985 #define IS_RTC_FORMAT(FORMAT) (((FORMAT) == RTC_FORMAT_BIN) || \ macro