foxBMS - Unit Tests  1.3.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 116 of file os.h.

Field Documentation

◆ timer_100ms

uint8_t OS_TIMER_s::timer_100ms

100 milliseconds

Definition at line 119 of file os.h.

◆ timer_10ms

uint8_t OS_TIMER_s::timer_10ms

10 milliseconds

Definition at line 118 of file os.h.

◆ timer_1ms

uint8_t OS_TIMER_s::timer_1ms

milliseconds

Definition at line 117 of file os.h.

◆ timer_d

uint16_t OS_TIMER_s::timer_d

days

Definition at line 123 of file os.h.

◆ timer_h

uint8_t OS_TIMER_s::timer_h

hours

Definition at line 122 of file os.h.

◆ timer_min

uint8_t OS_TIMER_s::timer_min

minutes

Definition at line 121 of file os.h.

◆ timer_sec

uint8_t OS_TIMER_s::timer_sec

seconds

Definition at line 120 of file os.h.


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