![]() |
TicalcClock | Structure |
calc_def.h |
struct TicalcClock |
Fields
@uint16_t@ year |
year |
@uint8_t@ month |
month |
@uint8_t@ day |
day |
@uint8_t@ hours |
hours |
@uint8_t@ minutes |
minutes |
@uint8_t@ seconds |
seconds |
@uint8_t@ time_format |
12 or 24 hours |
@uint8_t@ date_format |
a format specifier |
Summary
Structure used to store clock informations.
Description
Note : the fields are hexadecimal values. They are not in BCD format. The time_format field must contains 12d or 24d. The date_format field must contains a value between 1 and 8.