Data Fields

mTouch_State Struct Reference

Collection of single-bit flags used by the mTouch Framework. More...

#include <mTouch.h>

Data Fields

unsigned dataReady:1
 Flag to determine if new data is ready for processing.
unsigned areInitialized:1
 Temporary flag used in local functions for a variety of uses.
unsigned buttonStateChange:1
 Flag used to track when there has been a change in the button state.

Detailed Description

Collection of single-bit flags used by the mTouch Framework.

Definition at line 232 of file mTouch.h.


Field Documentation

unsigned areInitialized

Temporary flag used in local functions for a variety of uses.

Definition at line 235 of file mTouch.h.

Flag used to track when there has been a change in the button state.

Definition at line 236 of file mTouch.h.

unsigned dataReady

Flag to determine if new data is ready for processing.

Definition at line 234 of file mTouch.h.


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