LibDriver DS3231
Loading...
Searching...
No Matches
ds3231_time_s Struct Reference

ds3231 time structure definition More...

#include <driver_ds3231.h>

Data Fields

uint16_t year
uint8_t month
uint8_t week
uint8_t date
uint8_t hour
uint8_t minute
uint8_t second
ds3231_format_t format
ds3231_am_pm_t am_pm

Detailed Description

ds3231 time structure definition

Definition at line 160 of file driver_ds3231.h.

Field Documentation

◆ am_pm

am pm

Definition at line 170 of file driver_ds3231.h.

◆ date

uint8_t date

date

Definition at line 165 of file driver_ds3231.h.

◆ format

data format

Definition at line 169 of file driver_ds3231.h.

◆ hour

uint8_t hour

hour

Definition at line 166 of file driver_ds3231.h.

◆ minute

uint8_t minute

minute

Definition at line 167 of file driver_ds3231.h.

◆ month

uint8_t month

month

Definition at line 163 of file driver_ds3231.h.

◆ second

uint8_t second

second

Definition at line 168 of file driver_ds3231.h.

◆ week

uint8_t week

week

Definition at line 164 of file driver_ds3231.h.

◆ year

uint16_t year

year

Definition at line 162 of file driver_ds3231.h.


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