Arguments to time-set command.
More...
#include <pixelkey_commands.h>
|
|
struct { |
|
uint16_t year |
| | Year.
|
| |
|
uint8_t month |
| | Month.
|
| |
|
uint8_t day |
| | Day.
|
| |
|
uint8_t hour |
| | Hour (24).
|
| |
|
uint8_t minute |
| | Minute.
|
| |
|
uint8_t second |
| | Second.
|
| |
|
uint8_t tz_hour |
| | Time-zone hour offset (MSB signifies sign).
|
| |
|
uint8_t tz_minute |
| | Time-zone minute offset.
|
| |
| } | time_bcd |
| | BCD coded time.
|
| |
Arguments to time-set command.
The documentation for this struct was generated from the following file: