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

This structure holds information to receive a packet of data to the host. CI will fill the structure with the information as it receives it from the ISR and will notify the CI task when a packet has been fully received. More...

#include <task_ci.h>

Collaboration diagram for ci_rx_packet_t:
Collaboration graph

Data Fields

volatile ci_recv_state_t rxState
 
volatile uint8 mbIndex
 Internal receive state. More...
 
volatile uint8 packetSize
 Mailbox index. More...
 
volatile uint8pRxbuf
 Expected packet size. More...
 

Detailed Description

This structure holds information to receive a packet of data to the host. CI will fill the structure with the information as it receives it from the ISR and will notify the CI task when a packet has been fully received.

Definition at line 75 of file task_ci.h.

Field Documentation

volatile uint8 mbIndex

Internal receive state.

Definition at line 78 of file task_ci.h.

Referenced by process_recv_byte(), and task_ci().

volatile uint8 packetSize

Mailbox index.

Definition at line 79 of file task_ci.h.

Referenced by process_recv_byte().

volatile uint8* pRxbuf

Expected packet size.

Definition at line 80 of file task_ci.h.

Referenced by ci_init(), process_recv_byte(), and task_ci().

volatile ci_recv_state_t rxState

Definition at line 77 of file task_ci.h.

Referenced by process_recv_byte().


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