LibDriver DS1307
Loading...
Searching...
No Matches
ds1307_time_s Struct Reference

ds1307 time structure definition More...

#include <driver_ds1307.h>

Data Fields

uint16_t year
uint8_t month
uint8_t week
uint8_t date
uint8_t hour
uint8_t minute
uint8_t second
ds1307_format_t format
ds1307_am_pm_t am_pm

Detailed Description

ds1307 time structure definition

Definition at line 118 of file driver_ds1307.h.

Field Documentation

◆ am_pm

am pm

Definition at line 128 of file driver_ds1307.h.

◆ date

uint8_t date

date

Definition at line 123 of file driver_ds1307.h.

◆ format

data format

Definition at line 127 of file driver_ds1307.h.

◆ hour

uint8_t hour

hour

Definition at line 124 of file driver_ds1307.h.

◆ minute

uint8_t minute

minute

Definition at line 125 of file driver_ds1307.h.

◆ month

uint8_t month

month

Definition at line 121 of file driver_ds1307.h.

◆ second

uint8_t second

second

Definition at line 126 of file driver_ds1307.h.

◆ week

uint8_t week

week

Definition at line 122 of file driver_ds1307.h.

◆ year

uint16_t year

year

Definition at line 120 of file driver_ds1307.h.


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