foxBMS  1.6.0
The foxBMS Battery Management System API Documentation
RTC_TIME_DATA_s Struct Reference

#include <rtc.h>

Data Fields

uint8_t hundredthOfSeconds
 
uint8_t seconds
 
uint8_t minutes
 
uint8_t hours
 
uint8_t weekday
 
uint8_t day
 
uint8_t month
 
uint8_t year
 

Detailed Description

Time data of the RTC

Definition at line 73 of file rtc.h.

Field Documentation

◆ day

uint8_t RTC_TIME_DATA_s::day

Definition at line 79 of file rtc.h.

◆ hours

uint8_t RTC_TIME_DATA_s::hours

Definition at line 77 of file rtc.h.

◆ hundredthOfSeconds

uint8_t RTC_TIME_DATA_s::hundredthOfSeconds

Definition at line 74 of file rtc.h.

◆ minutes

uint8_t RTC_TIME_DATA_s::minutes

Definition at line 76 of file rtc.h.

◆ month

uint8_t RTC_TIME_DATA_s::month

Definition at line 80 of file rtc.h.

◆ seconds

uint8_t RTC_TIME_DATA_s::seconds

Definition at line 75 of file rtc.h.

◆ weekday

uint8_t RTC_TIME_DATA_s::weekday

Definition at line 78 of file rtc.h.

◆ year

uint8_t RTC_TIME_DATA_s::year

Definition at line 81 of file rtc.h.


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