Home
last modified time | relevance | path

Searched refs:IS_RTC_HOUR12 (Results 1 – 7 of 7) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rtc.c427 assert_param(IS_RTC_HOUR12(sTime->Hours)); in HAL_RTC_SetTime()
448 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetTime()
775 assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours)); in HAL_RTC_SetAlarm()
808 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetAlarm()
959 assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours)); in HAL_RTC_SetAlarm_IT()
991 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetAlarm_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc.c842 assert_param(IS_RTC_HOUR12(sTime->Hours)); in HAL_RTC_SetTime()
863 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetTime()
1177 assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours)); in HAL_RTC_SetAlarm()
1209 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetAlarm()
1362 assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours)); in HAL_RTC_SetAlarm_IT()
1395 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetAlarm_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rtc.c362 assert_param(IS_RTC_HOUR12(sTime->Hours)); in HAL_RTC_SetTime()
383 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetTime()
Dstm32l1xx_hal_rtc_ex.c334 assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours)); in HAL_RTC_SetAlarm()
367 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetAlarm()
530 assert_param(IS_RTC_HOUR12(sAlarm->AlarmTime.Hours)); in HAL_RTC_SetAlarm_IT()
562 assert_param(IS_RTC_HOUR12(tmpreg)); in HAL_RTC_SetAlarm_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rtc.h196 #define IS_RTC_HOUR12(HOUR) (((HOUR) > 0U) && ((HOUR) <= 12U)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rtc.h861 #define IS_RTC_HOUR12(HOUR) (((HOUR) > (uint32_t)0U) && ((HOUR) <= (uint32_t)12U)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h1029 #define IS_RTC_HOUR12(HOUR) (((HOUR) > 0u) && ((HOUR) <= 12u)) macro