Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Interface Structure for RTC Date and Time. More...
#include <baremetal/cascoda-bm-driver/include/cascoda-bm/cascoda_interface.h>
Public Attributes | |
u32_t | year |
Year (i.e. More... | |
u32_t | month |
Month (1-12) More... | |
u32_t | day |
Day (1-31) More... | |
u32_t | hour |
Hour (0-23) More... | |
u32_t | min |
Minutes (0-59) More... | |
u32_t | sec |
Seconds (0-59) More... | |
Interface Structure for RTC Date and Time.
u32_t RTCDateAndTime::day |
Day (1-31)
u32_t RTCDateAndTime::hour |
Hour (0-23)
u32_t RTCDateAndTime::min |
Minutes (0-59)
u32_t RTCDateAndTime::month |
Month (1-12)
u32_t RTCDateAndTime::sec |
Seconds (0-59)
u32_t RTCDateAndTime::year |
Year (i.e.
2019)