Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_rtc.c77 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro
284 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init()
299 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init()
485 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init()
510 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init()
603 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init()
628 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()

Completed in 6 milliseconds