#include <p18cxxx.h>
#include "mTouch.h"
#include "mComm_config.h"
#include "mComm_processConfiguration.h"
Go to the source code of this file.
Data Structures | |
struct | mComm_Vector |
struct | mComm_OutputVector |
struct | mComm_InputBuffer |
struct | mComm_Opcode |
struct | mComm_StreamConfig |
Enumerations | |
enum | mComm_UART_States { MCOMM_IDLE, MCOMM_START, MCOMM_BUFFER, MCOMM_PROCESS_DATA } |
enum | mComm_SPI_States { MCOMM_SPI_IDLE, MCOMM_SPI_START, MCOMM_SPI_PACKET_LENGTH, MCOMM_SPI_BUFFER, MCOMM_SPI_PROCESS_DATA, MCOMM_SPI_OUTPUT } |
Functions | |
void | mComm_Init (void) |
Variables | |
uint8_t | mComm_GUICustomVariable |
Definition in file mComm.h.
enum mComm_SPI_States |
enum mComm_UART_States |
void mComm_Init | ( | void | ) |
uint8_t mComm_GUICustomVariable |