ISF  2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ci_tx_packet_t Struct Reference

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>

Collaboration diagram for ci_tx_packet_t:
Collaboration graph

Data Fields

volatile ci_tx_state_t txState
 
volatile uint32 bytesLeft
 Internal transmit state. More...
 
volatile uint8pTxbuf
 How many bytes left to transfered. More...
 

Detailed Description

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.

Definition at line 60 of file task_ci.h.

Field Documentation

volatile uint32 bytesLeft

Internal transmit state.

Definition at line 63 of file task_ci.h.

Referenced by ci_send_packet().

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().


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