|
RTEMS CPU Kit with SuperCore
|
Data structure to manage and manipulate calendar time. More...
#include <types.h>
Data Fields | |
| uint32_t | year |
| Year, A.D. | |
| uint32_t | month |
| Month, 1 . More... | |
| uint32_t | day |
| Day, 1 . More... | |
| uint32_t | hour |
| Hour, 0 . More... | |
| uint32_t | minute |
| Minute, 0 . More... | |
| uint32_t | second |
| Second, 0 . More... | |
| uint32_t | ticks |
| Elapsed ticks between seconds. | |
Data structure to manage and manipulate calendar time.
| uint32_t rtems_time_of_day::day |
| uint32_t rtems_time_of_day::hour |
Hour, 0 .
. 23.
| uint32_t rtems_time_of_day::minute |
Minute, 0 .
. 59.
| uint32_t rtems_time_of_day::month |
Month, 1 .
. 12.
| uint32_t rtems_time_of_day::second |
Second, 0 .
. 59.
1.8.13