class TransmitToken
Defined at line 1136 of file ../../src/devices/power/drivers/fusb302/registers.h
Factory for transmit tokens used by the FIFOS register.
Rev 5 datasheet: Table 41 page 28
Public Members
static const uint8_t kSync1
static const uint8_t kSync2
static const uint8_t kSync3
static const uint8_t kRst1
static const uint8_t kRst2
static const uint8_t kEop
static const uint8_t kInsertCrc
static const uint8_t kTxOn
static const uint8_t kTxOff
Public Methods
void TransmitToken ()
Instancing not allowed.
Defined at line 1174 of file ../../src/devices/power/drivers/fusb302/registers.h
void ~TransmitToken ()
Defined at line 1175 of file ../../src/devices/power/drivers/fusb302/registers.h
uint8_t PacketData (int8_t data_bytes)
The transmitter will not interpret the following `data_bytes` as tokens.
Defined at line 1426 of file ../../src/devices/power/drivers/fusb302/registers.h