RTEMS 6.1-rc5
|
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 |
Structure is used to hold the date and time.
uint8_t _snvs_lp_srtc_datetime::day |
Range from 1 to 31 (depending on month).
uint8_t _snvs_lp_srtc_datetime::hour |
Range from 0 to 23.
uint8_t _snvs_lp_srtc_datetime::minute |
Range from 0 to 59.
uint8_t _snvs_lp_srtc_datetime::month |
Range from 1 to 12.
uint8_t _snvs_lp_srtc_datetime::second |
Range from 0 to 59.
uint16_t _snvs_lp_srtc_datetime::year |
Range from 1970 to 2099.