libws libws
WSwan hardware library for the Wonderful toolchain
Loading...
Searching...
No Matches
ws_cart_rtc_time_t Struct Reference

Structure containing the time read from the RTC, BCD-encoded. More...

#include <rtc.h>

Data Fields

uint8_t hour
 Hour (0x00 - 0x23, or 0x00 - 0x11 and AM/PM bit)
uint8_t minute
 Minute (0x00 - 0x59)
uint8_t second
 Second (0x00 - 0x59)

Detailed Description

Structure containing the time read from the RTC, BCD-encoded.

Definition at line 72 of file rtc.h.

Field Documentation

◆ hour

uint8_t hour

Hour (0x00 - 0x23, or 0x00 - 0x11 and AM/PM bit)

Definition at line 73 of file rtc.h.

◆ minute

uint8_t minute

Minute (0x00 - 0x59)

Definition at line 74 of file rtc.h.

◆ second

uint8_t second

Second (0x00 - 0x59)

Definition at line 75 of file rtc.h.


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