![]() |
The foxBMS secondary mcu API documentation
|
#include <spi.h>
Data Fields | |
uint8_t | transmit_ongoing |
uint8_t | dummyByte_ongoing |
uint8_t | counter |
This structure contains variables relevant for the SPI driver.
uint8_t SPI_STATE_s::counter |
general purpose counter
uint8_t SPI_STATE_s::dummyByte_ongoing |
SPI dummy byte is currently transmitted
uint8_t SPI_STATE_s::transmit_ongoing |
time in ms before the state machine processes the next state, e.g. in counts of 1ms