| 
    STM32F103xB HAL User Manual
   
    
   
   | 
  
  
  
 
RTC Time structure definition. More...
#include <stm32f1xx_ll_rtc.h>
Data Fields | |
| uint8_t | Hours | 
| uint8_t | Minutes | 
| uint8_t | Seconds | 
RTC Time structure definition.
Definition at line 83 of file stm32f1xx_ll_rtc.h.
| uint8_t LL_RTC_TimeTypeDef::Hours | 
Specifies the RTC Time Hours. This parameter must be a number between Min_Data = 0 and Max_Data = 23
Definition at line 85 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_ALARM_Init(), LL_RTC_ALARM_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().
| uint8_t LL_RTC_TimeTypeDef::Minutes | 
Specifies the RTC Time Minutes. This parameter must be a number between Min_Data = 0 and Max_Data = 59
Definition at line 88 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_ALARM_Init(), LL_RTC_ALARM_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().
| uint8_t LL_RTC_TimeTypeDef::Seconds | 
Specifies the RTC Time Seconds. This parameter must be a number between Min_Data = 0 and Max_Data = 59
Definition at line 91 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_ALARM_Init(), LL_RTC_ALARM_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().
 1.7.6.1