STM32F103xB HAL User Manual
|
RTC Time structure definition. More...
#include <stm32f1xx_hal_rtc.h>
Data Fields | |
uint8_t | Hours |
uint8_t | Minutes |
uint8_t | Seconds |
RTC Time structure definition.
Definition at line 93 of file stm32f1xx_hal_rtc.h.
uint8_t RTC_TimeTypeDef::Hours |
Specifies the RTC Time Hour. This parameter must be a number between Min_Data = 0 and Max_Data = 23
Definition at line 95 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_GetTime(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
uint8_t 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 98 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_GetTime(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().
uint8_t 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 101 of file stm32f1xx_hal_rtc.h.
Referenced by HAL_RTC_GetAlarm(), HAL_RTC_GetTime(), HAL_RTC_SetAlarm(), HAL_RTC_SetAlarm_IT(), and HAL_RTC_SetTime().