Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_ll_rtc.c311 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init()
326 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init()
340 RTC_TimeStruct->Minutes, RTC_TimeStruct->Seconds); in LL_RTC_TIME_Init()
345 __LL_RTC_CONVERT_BIN2BCD(RTC_TimeStruct->Minutes), in LL_RTC_TIME_Init()
382 RTC_TimeStruct->Minutes = 0U; in LL_RTC_TIME_StructInit()
512 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init()
537 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init()
578 RTC_AlarmStruct->AlarmTime.Minutes, RTC_AlarmStruct->AlarmTime.Seconds); in LL_RTC_ALMA_Init()
584 __LL_RTC_CONVERT_BIN2BCD(RTC_AlarmStruct->AlarmTime.Minutes), in LL_RTC_ALMA_Init()
630 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init()
[all …]
Dstm32l1xx_hal_rtc_ex.c271 sTime->Minutes = (uint8_t)((tmpreg & (RTC_TR_MNT | RTC_TR_MNU)) >>8); in HAL_RTC_GetTime()
280 sTime->Minutes = (uint8_t)RTC_Bcd2ToByte(sTime->Minutes); in HAL_RTC_GetTime()
342 assert_param(IS_RTC_MINUTES(sAlarm->AlarmTime.Minutes)); in HAL_RTC_SetAlarm()
355 ((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Minutes) << 8) | \ in HAL_RTC_SetAlarm()
376 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes))); in HAL_RTC_SetAlarm()
391 ((uint32_t)(sAlarm->AlarmTime.Minutes) << 8) | \ in HAL_RTC_SetAlarm()
538 assert_param(IS_RTC_MINUTES(sAlarm->AlarmTime.Minutes)); in HAL_RTC_SetAlarm_IT()
550 ((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Minutes) << 8) | \ in HAL_RTC_SetAlarm_IT()
571 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes))); in HAL_RTC_SetAlarm_IT()
585 ((uint32_t)(sAlarm->AlarmTime.Minutes) << 8) | \ in HAL_RTC_SetAlarm_IT()
[all …]
Dstm32l1xx_hal_rtc.c370 assert_param(IS_RTC_MINUTES(sTime->Minutes)); in HAL_RTC_SetTime()
374 ((uint32_t)RTC_ByteToBcd2(sTime->Minutes) << 8) | \ in HAL_RTC_SetTime()
391 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sTime->Minutes))); in HAL_RTC_SetTime()
394 ((uint32_t)(sTime->Minutes) << 8) | \ in HAL_RTC_SetTime()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_ll_rtc.c308 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init()
323 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init()
337 RTC_TimeStruct->Minutes, RTC_TimeStruct->Seconds); in LL_RTC_TIME_Init()
342 __LL_RTC_CONVERT_BIN2BCD(RTC_TimeStruct->Minutes), in LL_RTC_TIME_Init()
375 RTC_TimeStruct->Minutes = 0U; in LL_RTC_TIME_StructInit()
501 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init()
526 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init()
567 RTC_AlarmStruct->AlarmTime.Minutes, RTC_AlarmStruct->AlarmTime.Seconds); in LL_RTC_ALMA_Init()
573 __LL_RTC_CONVERT_BIN2BCD(RTC_AlarmStruct->AlarmTime.Minutes), in LL_RTC_ALMA_Init()
619 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init()
[all …]
Dstm32l0xx_hal_rtc.c435 assert_param(IS_RTC_MINUTES(sTime->Minutes)); in HAL_RTC_SetTime()
439 ((uint32_t)RTC_ByteToBcd2(sTime->Minutes) << 8U) | \ in HAL_RTC_SetTime()
456 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sTime->Minutes))); in HAL_RTC_SetTime()
459 ((uint32_t)(sTime->Minutes) << 8U) | \ in HAL_RTC_SetTime()
562 sTime->Minutes = (uint8_t)((tmpreg & (RTC_TR_MNT | RTC_TR_MNU)) >>8U); in HAL_RTC_GetTime()
571 sTime->Minutes = (uint8_t)RTC_Bcd2ToByte(sTime->Minutes); in HAL_RTC_GetTime()
783 assert_param(IS_RTC_MINUTES(sAlarm->AlarmTime.Minutes)); in HAL_RTC_SetAlarm()
796 ((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Minutes) << 8U) | \ in HAL_RTC_SetAlarm()
817 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes))); in HAL_RTC_SetAlarm()
832 ((uint32_t)(sAlarm->AlarmTime.Minutes) << 8U) | \ in HAL_RTC_SetAlarm()
[all …]
Dstm32l0xx_hal_rtc_ex.c331 sTimeStamp->Minutes = (uint8_t)((tmptime & (RTC_TR_MNT | RTC_TR_MNU)) >> 8U); in HAL_RTCEx_GetTimeStamp()
347 sTimeStamp->Minutes = (uint8_t)RTC_Bcd2ToByte(sTimeStamp->Minutes); in HAL_RTCEx_GetTimeStamp()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rtc.c307 assert_param(IS_LL_RTC_MINUTES(RTC_TimeStruct->Minutes)); in LL_RTC_TIME_Init()
322 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_TimeStruct->Minutes))); in LL_RTC_TIME_Init()
336 RTC_TimeStruct->Minutes, RTC_TimeStruct->Seconds); in LL_RTC_TIME_Init()
341 __LL_RTC_CONVERT_BIN2BCD(RTC_TimeStruct->Minutes), in LL_RTC_TIME_Init()
374 RTC_TimeStruct->Minutes = 0U; in LL_RTC_TIME_StructInit()
500 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMA_Init()
525 assert_param(IS_LL_RTC_MINUTES(__LL_RTC_CONVERT_BCD2BIN(RTC_AlarmStruct->AlarmTime.Minutes))); in LL_RTC_ALMA_Init()
566 RTC_AlarmStruct->AlarmTime.Minutes, RTC_AlarmStruct->AlarmTime.Seconds); in LL_RTC_ALMA_Init()
572 __LL_RTC_CONVERT_BIN2BCD(RTC_AlarmStruct->AlarmTime.Minutes), in LL_RTC_ALMA_Init()
618 assert_param(IS_LL_RTC_MINUTES(RTC_AlarmStruct->AlarmTime.Minutes)); in LL_RTC_ALMB_Init()
[all …]
Dstm32l4xx_hal_rtc.c850 assert_param(IS_RTC_MINUTES(sTime->Minutes)); in HAL_RTC_SetTime()
854 ((uint32_t)RTC_ByteToBcd2(sTime->Minutes) << RTC_TR_MNU_Pos) | \ in HAL_RTC_SetTime()
871 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sTime->Minutes))); in HAL_RTC_SetTime()
874 ((uint32_t)(sTime->Minutes) << RTC_TR_MNU_Pos) | \ in HAL_RTC_SetTime()
962 sTime->Minutes = (uint8_t)((tmpreg & (RTC_TR_MNT | RTC_TR_MNU)) >> RTC_TR_MNU_Pos); in HAL_RTC_GetTime()
971 sTime->Minutes = (uint8_t)RTC_Bcd2ToByte(sTime->Minutes); in HAL_RTC_GetTime()
1185 assert_param(IS_RTC_MINUTES(sAlarm->AlarmTime.Minutes)); in HAL_RTC_SetAlarm()
1197 ((uint32_t)RTC_ByteToBcd2(sAlarm->AlarmTime.Minutes) << RTC_ALRMAR_MNU_Pos) | \ in HAL_RTC_SetAlarm()
1218 assert_param(IS_RTC_MINUTES(RTC_Bcd2ToByte(sAlarm->AlarmTime.Minutes))); in HAL_RTC_SetAlarm()
1233 ((uint32_t)(sAlarm->AlarmTime.Minutes) << RTC_ALRMAR_MNU_Pos) | \ in HAL_RTC_SetAlarm()
[all …]
Dstm32l4xx_hal_rtc_ex.c441 sTimeStamp->Minutes = (uint8_t)((tmptime & (RTC_TSTR_MNT | RTC_TSTR_MNU)) >> RTC_TSTR_MNU_Pos); in HAL_RTCEx_GetTimeStamp()
457 sTimeStamp->Minutes = (uint8_t)RTC_Bcd2ToByte(sTimeStamp->Minutes); in HAL_RTCEx_GetTimeStamp()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_ll_rtc.h139 uint8_t Minutes; /*!< Specifies the RTC Time Minutes. member
1169 __STATIC_INLINE void LL_RTC_TIME_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_TIME_SetMinute() argument
1172 … (((Minutes & 0xF0U) << (RTC_TR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_TR_MNU_Pos))); in LL_RTC_TIME_SetMinute()
1255 …Config(RTC_TypeDef *RTCx, uint32_t Format12_24, uint32_t Hours, uint32_t Minutes, uint32_t Seconds) in LL_RTC_TIME_Config() argument
1261 (((Minutes & 0xF0U) << (RTC_TR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_TR_MNU_Pos)) | \ in LL_RTC_TIME_Config()
1856 __STATIC_INLINE void LL_RTC_ALMA_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_ALMA_SetMinute() argument
1859 … (((Minutes & 0xF0U) << (RTC_ALRMAR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_ALRMAR_MNU_Pos))); in LL_RTC_ALMA_SetMinute()
1927 …igTime(RTC_TypeDef *RTCx, uint32_t Format12_24, uint32_t Hours, uint32_t Minutes, uint32_t Seconds) in LL_RTC_ALMA_ConfigTime() argument
1932 … (((Minutes & 0xF0U) << (RTC_ALRMAR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_ALRMAR_MNU_Pos)) | \ in LL_RTC_ALMA_ConfigTime()
2236 __STATIC_INLINE void LL_RTC_ALMB_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_ALMB_SetMinute() argument
[all …]
Dstm32l1xx_hal_rtc_ex.h98 uint8_t Minutes; /*!< Specifies the RTC Time Minutes. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rtc.h177 uint8_t Minutes; /*!< Specifies the RTC Time Minutes. member
1180 __STATIC_INLINE void LL_RTC_TIME_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_TIME_SetMinute() argument
1183 … (((Minutes & 0xF0U) << (RTC_POSITION_TR_MT - 4U)) | ((Minutes & 0x0FU) << RTC_POSITION_TR_MU))); in LL_RTC_TIME_SetMinute()
1266 …Config(RTC_TypeDef *RTCx, uint32_t Format12_24, uint32_t Hours, uint32_t Minutes, uint32_t Seconds) in LL_RTC_TIME_Config() argument
1272 … (((Minutes & 0xF0U) << (RTC_POSITION_TR_MT - 4U)) | ((Minutes & 0x0FU) << RTC_POSITION_TR_MU)) | \ in LL_RTC_TIME_Config()
1863 __STATIC_INLINE void LL_RTC_ALMA_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_ALMA_SetMinute() argument
1866 …(((Minutes & 0xF0U) << (RTC_POSITION_ALMA_MT - 4U)) | ((Minutes & 0x0FU) << RTC_POSITION_ALMA_MU))… in LL_RTC_ALMA_SetMinute()
1934 …igTime(RTC_TypeDef *RTCx, uint32_t Format12_24, uint32_t Hours, uint32_t Minutes, uint32_t Seconds) in LL_RTC_ALMA_ConfigTime() argument
1939 …(((Minutes & 0xF0U) << (RTC_POSITION_ALMA_MT - 4U)) | ((Minutes & 0x0FU) << RTC_POSITION_ALMA_MU))… in LL_RTC_ALMA_ConfigTime()
2241 __STATIC_INLINE void LL_RTC_ALMB_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_ALMB_SetMinute() argument
[all …]
Dstm32l0xx_hal_rtc.h109 uint8_t Minutes; /*!< Specifies the RTC Time Minutes. member
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rtc.h139 uint8_t Minutes; /*!< Specifies the RTC Time Minutes. member
1444 __STATIC_INLINE void LL_RTC_TIME_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_TIME_SetMinute() argument
1447 … (((Minutes & 0xF0U) << (RTC_TR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_TR_MNU_Pos))); in LL_RTC_TIME_SetMinute()
1524 …Config(RTC_TypeDef *RTCx, uint32_t Format12_24, uint32_t Hours, uint32_t Minutes, uint32_t Seconds) in LL_RTC_TIME_Config() argument
1530 (((Minutes & 0xF0U) << (RTC_TR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_TR_MNU_Pos)) | \ in LL_RTC_TIME_Config()
2117 __STATIC_INLINE void LL_RTC_ALMA_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_ALMA_SetMinute() argument
2120 … (((Minutes & 0xF0U) << (RTC_ALRMAR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_ALRMAR_MNU_Pos))); in LL_RTC_ALMA_SetMinute()
2182 …igTime(RTC_TypeDef *RTCx, uint32_t Format12_24, uint32_t Hours, uint32_t Minutes, uint32_t Seconds) in LL_RTC_ALMA_ConfigTime() argument
2187 … (((Minutes & 0xF0U) << (RTC_ALRMAR_MNT_Pos - 4U)) | ((Minutes & 0x0FU) << RTC_ALRMAR_MNU_Pos)) | \ in LL_RTC_ALMA_ConfigTime()
2483 __STATIC_INLINE void LL_RTC_ALMB_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes) in LL_RTC_ALMB_SetMinute() argument
[all …]
Dstm32l4xx_hal_rtc.h113 uint8_t Minutes; /*!< Specifies the RTC Time Minutes. member
/loramac-node-3.4.0/src/boards/SKiM980A/
Drtc-board.c174 time.Minutes = 0; in RtcInit()
342 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
396 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
458 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NucleoL152/
Drtc-board.c174 time.Minutes = 0; in RtcInit()
342 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
396 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
458 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NucleoL073/
Drtc-board.c175 time.Minutes = 0; in RtcInit()
343 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
397 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
459 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/SKiM880B/
Drtc-board.c174 time.Minutes = 0; in RtcInit()
342 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
396 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
458 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/SKiM881AXL/
Drtc-board.c175 time.Minutes = 0; in RtcInit()
343 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
397 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
459 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NucleoL476/
Drtc-board.c174 time.Minutes = 0; in RtcInit()
342 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
396 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
458 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/NAMote72/
Drtc-board.c174 time.Minutes = 0; in RtcInit()
342 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
396 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
458 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/
Drtc-board.c175 time.Minutes = 0; in RtcInit()
343 rtcAlarmMinutes = time.Minutes; in RtcStartAlarm()
397 RtcAlarm.AlarmTime.Minutes = rtcAlarmMinutes; in RtcStartAlarm()
459 ( ( uint32_t )time->Minutes * SECONDS_IN_1MINUTE ) + in RtcGetCalendarValue()