Data Fields

mComm_InputBuffer Struct Reference

#include <mComm.h>

Data Fields

uint8_t index
uint8_t counter
uint8_t checksum
union {
   uint8_t   all
   struct {
      unsigned   full:1
 '1' if the input buffer is full and ready for processing
   }   bits
flags
uint8_t buffer [MCOMM_INPUTBUFFER_SIZE]
 Stores the input packet data.

Detailed Description

Definition at line 130 of file mComm.h.


Field Documentation

uint8_t all

Definition at line 141 of file mComm.h.

struct { ... } bits
uint8_t buffer[MCOMM_INPUTBUFFER_SIZE]

Stores the input packet data.

Definition at line 162 of file mComm.h.

uint8_t checksum

Definition at line 134 of file mComm.h.

uint8_t counter

Definition at line 133 of file mComm.h.

union { ... } flags
unsigned full

'1' if the input buffer is full and ready for processing

Definition at line 144 of file mComm.h.

uint8_t index

Definition at line 132 of file mComm.h.


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