|
mcp7940 1.0
mcp7940 driver library
|
Time and date format structures for embedded applications. More...

Go to the source code of this file.
Data Structures | |
| struct | FORMAT_Time_t |
| Represents a time of day using hour, minute, and second fields. More... | |
| struct | FORMAT_Date_t |
| Represents a compact calendar date using day, month, and year fields. More... | |
| struct | FORMAT_DateTime_t |
| Combines date and time into a single timestamp structure. More... | |
Typedefs | |
| typedef struct FORMAT_Time_t | FORMAT_Time |
| Alias for struct FORMAT_Time_t representing a formatted time of day. | |
| typedef struct FORMAT_Date_t | FORMAT_Date |
| Alias for struct FORMAT_Date_t representing a formatted calendar date. | |
| typedef struct FORMAT_DateTime_t | FORMAT_DateTime |
| Alias for struct FORMAT_DateTime_t representing a combined date-time value. | |
Time and date format structures for embedded applications.
This header defines compact structures for representing time, date and combined date-time values in 8-bit fields suitable for embedded systems. The types are intended for storing and transferring formatted time data, independent of any specific RTC device.
| typedef struct FORMAT_Date_t FORMAT_Date |
Alias for struct FORMAT_Date_t representing a formatted calendar date.
| typedef struct FORMAT_DateTime_t FORMAT_DateTime |
Alias for struct FORMAT_DateTime_t representing a combined date-time value.
| typedef struct FORMAT_Time_t FORMAT_Time |
Alias for struct FORMAT_Time_t representing a formatted time of day.