foxBMS - Unit Tests  1.6.0
The foxBMS Unit Tests API Documentation
OS_TIMER_s Struct Reference

OS timer. More...

#include <os.h>

Data Fields

uint8_t timer_1ms
 
uint8_t timer_10ms
 
uint8_t timer_100ms
 
uint8_t timer_sec
 
uint8_t timer_min
 
uint8_t timer_h
 
uint16_t timer_d
 

Detailed Description

OS timer.

Definition at line 124 of file os.h.

Field Documentation

◆ timer_100ms

uint8_t OS_TIMER_s::timer_100ms

100 milliseconds

Definition at line 127 of file os.h.

◆ timer_10ms

uint8_t OS_TIMER_s::timer_10ms

10 milliseconds

Definition at line 126 of file os.h.

◆ timer_1ms

uint8_t OS_TIMER_s::timer_1ms

milliseconds

Definition at line 125 of file os.h.

◆ timer_d

uint16_t OS_TIMER_s::timer_d

days

Definition at line 131 of file os.h.

◆ timer_h

uint8_t OS_TIMER_s::timer_h

hours

Definition at line 130 of file os.h.

◆ timer_min

uint8_t OS_TIMER_s::timer_min

minutes

Definition at line 129 of file os.h.

◆ timer_sec

uint8_t OS_TIMER_s::timer_sec

seconds

Definition at line 128 of file os.h.


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