LibDriver DS1302
Loading...
Searching...
No Matches
ds1302_time_s Struct Reference

ds1302 time structure definition More...

#include <driver_ds1302.h>

Data Fields

uint16_t year
uint8_t month
uint8_t week
uint8_t date
uint8_t hour
uint8_t minute
uint8_t second
ds1302_format_t format
ds1302_am_pm_t am_pm

Detailed Description

ds1302 time structure definition

Definition at line 103 of file driver_ds1302.h.

Field Documentation

◆ am_pm

am pm

Definition at line 113 of file driver_ds1302.h.

◆ date

uint8_t date

date

Definition at line 108 of file driver_ds1302.h.

◆ format

data format

Definition at line 112 of file driver_ds1302.h.

◆ hour

uint8_t hour

hour

Definition at line 109 of file driver_ds1302.h.

◆ minute

uint8_t minute

minute

Definition at line 110 of file driver_ds1302.h.

◆ month

uint8_t month

month

Definition at line 106 of file driver_ds1302.h.

◆ second

uint8_t second

second

Definition at line 111 of file driver_ds1302.h.

◆ week

uint8_t week

week

Definition at line 107 of file driver_ds1302.h.

◆ year

uint16_t year

year

Definition at line 105 of file driver_ds1302.h.


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