RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_time_of_day Struct Reference

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.
 

Detailed Description

Data structure to manage and manipulate calendar time.

Field Documentation

◆ day

uint32_t rtems_time_of_day::day

Day, 1 .

. 31.

Referenced by _TOD_To_seconds().

◆ hour

uint32_t rtems_time_of_day::hour

Hour, 0 .

. 23.

◆ minute

uint32_t rtems_time_of_day::minute

Minute, 0 .

. 59.

◆ month

uint32_t rtems_time_of_day::month

Month, 1 .

. 12.

◆ second

uint32_t rtems_time_of_day::second

Second, 0 .

. 59.


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