RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Fields
_snvs_lp_srtc_datetime Struct Reference

Structure is used to hold the date and time. More...

#include <fsl_snvs_lp.h>

Data Fields

uint16_t year
 
uint8_t month
 
uint8_t day
 
uint8_t hour
 
uint8_t minute
 
uint8_t second
 

Detailed Description

Structure is used to hold the date and time.

Field Documentation

◆ day

uint8_t _snvs_lp_srtc_datetime::day

Range from 1 to 31 (depending on month).

◆ hour

uint8_t _snvs_lp_srtc_datetime::hour

Range from 0 to 23.

◆ minute

uint8_t _snvs_lp_srtc_datetime::minute

Range from 0 to 59.

◆ month

uint8_t _snvs_lp_srtc_datetime::month

Range from 1 to 12.

◆ second

uint8_t _snvs_lp_srtc_datetime::second

Range from 0 to 59.

◆ year

uint16_t _snvs_lp_srtc_datetime::year

Range from 1970 to 2099.


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