![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
This structure holds information to send a packet of data to the host. A task will fill the structure with the information and enable transmit buffer empty. The ISR will send the data byte by byte until all data is sent. More...
#include <task_ci.h>
Data Fields | |
volatile ci_tx_state_t | txState |
volatile uint32 | bytesLeft |
Internal transmit state. More... | |
volatile uint8 * | pTxbuf |
How many bytes left to transfered. More... | |
This structure holds information to send a packet of data to the host. A task will fill the structure with the information and enable transmit buffer empty. The ISR will send the data byte by byte until all data is sent.
volatile uint32 bytesLeft |
volatile uint8* pTxbuf |
How many bytes left to transfered.
Definition at line 64 of file task_ci.h.
Referenced by ci_send_packet().
volatile ci_tx_state_t txState |
Definition at line 62 of file task_ci.h.
Referenced by ci_send_packet().