/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 267 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 282 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 444 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 469 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 562 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 587 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_rtc.c | 76 #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() 479 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 504 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 597 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 622 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 274 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 289 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 467 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 492 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 585 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 610 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 275 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 290 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 476 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 501 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 594 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 619 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 274 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 289 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 467 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 492 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 585 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 610 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 288 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 303 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 483 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 508 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 601 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 626 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 291 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 306 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 486 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 511 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 604 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 629 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 274 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 289 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 467 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 492 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 585 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 610 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 290 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 305 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 483 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 508 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 601 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 626 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 271 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 286 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 464 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 489 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 582 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 607 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 271 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 286 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 464 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 489 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 582 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 607 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 277 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 292 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 471 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 496 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 589 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 614 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 306 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 321 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 499 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 524 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 617 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 642 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 295 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 310 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 490 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 515 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 608 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 633 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_rtc.c | 75 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 293 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 308 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 487 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 513 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 607 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 633 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 290 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 305 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 483 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 508 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 601 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 626 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 294 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 309 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 487 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 512 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init() 605 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init() 630 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMB_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_rtc.c | 68 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 234 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 240 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 308 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALARM_Init() 314 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALARM_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 265 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 280 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 458 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 483 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_rtc.c | 76 #define IS_LL_RTC_MINUTES(__MINUTES__) ((__MINUTES__) <= 59U) macro 261 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init() 276 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init() 454 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init() 479 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init()
|