_calendar_time Struct Reference

CALENDAR_Time calendar time structure definition. More...

#include <gr55xx_hal_calendar.h>

Data Fields

uint8_t sec
 
uint8_t min
 
uint8_t hour
 
uint8_t date
 
uint8_t mon
 
uint8_t year
 
uint8_t week
 
uint16_t ms
 

Detailed Description

CALENDAR_Time calendar time structure definition.

Field Documentation

◆ date

uint8_t _calendar_time::date

Specifies the Calendar date. This parameter must be a number between min_value = 1 and max_value = 31.

◆ hour

uint8_t _calendar_time::hour

Specifies the Calendar time hour. This parameter must be a number between min_value = 0 and max_value = 23.

◆ min

uint8_t _calendar_time::min

Specifies the Calendar time minutes. This parameter must be a number between min_value = 0 and max_value = 59.

◆ mon

uint8_t _calendar_time::mon

Specifies the Calendar month. This parameter must be a number between min_value = 1 and max_value = 12.

◆ ms

uint16_t _calendar_time::ms

Specifies the Calendar time milliseconds. This parameter must be a number between min_value = 0 and max_value = 999.

◆ sec

uint8_t _calendar_time::sec

Specifies the Calendar time seconds. This parameter must be a number between min_value = 0 and max_value = 59.

◆ week

uint8_t _calendar_time::week

Specifies the Calendar weekday. This parameter must be a number between min_value = 0 and max_value = 6.

◆ year

uint8_t _calendar_time::year

Specifies the Calendar year which stars from 2010. This parameter must be a number between min_value = 10 and max_value = 99.


The documentation for this struct was generated from the following file: