![]() |
ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
|
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>
Data Fields | |
volatile ci_recv_state_t | rxState |
volatile uint8 | mbIndex |
Internal receive state. More... | |
volatile uint8 | packetSize |
Mailbox index. More... | |
volatile uint8 * | pRxbuf |
Expected packet size. More... | |
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.
volatile uint8 mbIndex |
Internal receive state.
Definition at line 79 of file task_ci.h.
Referenced by process_recv_byte(), and task_ci().
volatile uint8 packetSize |
volatile uint8* pRxbuf |
Expected packet size.
Definition at line 81 of file task_ci.h.
Referenced by ci_init(), process_recv_byte(), and task_ci().
volatile ci_recv_state_t rxState |
Definition at line 78 of file task_ci.h.
Referenced by process_recv_byte().