Macros | |
#define | DEF_TOUCH_QDEBUG_ENABLE 0 |
#define | DEF_TOUCH_QDEBUG_ENABLE_AT 0 |
#define | DEF_TOUCH_QDEBUG_ENABLE_QM 0 |
#define | DEF_TOUCH_QDEBUG_ENABLE_QTA 0 |
#define | DEF_TOUCH_QDEBUG_ENABLE_QTB 0 |
#define | INT(a, b) ((a << 8) | b) |
#define | MESSAGE_START 0x1B |
#define | STATE_DATA 3 |
#define | STATE_IDLE 0 |
#define | STATE_LENGTH1 1 |
#define | STATE_LENGTH2 2 |
Functions | |
uint8_t | GetChar (void) |
Get one byte from the Receive Buffer. More... | |
void | Init_Buffers (void) |
Initialize the send and receive buffers. More... | |
void | PutChar (uint8_t data) |
Puts one byte in the Transmit Buffer. More... | |
void | PutInt (uint16_t data) |
Puts two bytes in the Transmit Buffer. More... | |
uint8_t | Receive_Message (void) |
Executes a master read transmission if TWI is selected as interface. Checks if RX_Buffer has a valid frame. More... | |
uint8_t | RxHandler (uint8_t c) |
Handles the incoming bytes from the interface selected in QDebugSettings.h and puts the bytes in the RX_Buffer data read by the selected interface. More... | |
void | Send_Message (void) |
Send the content of the TX_Buffer to the USB Bridge using the interface selected in QDebugSettings.h. More... | |
Variables | |
uint8_t | RX_Buffer [RX_BUFFER_SIZE] |
RX Buffer globals. More... | |
uint16_t | RX_index |
uint8_t | SequenceH |
uint8_t | SequenceL |
uint8_t | TX_Buffer [TX_BUFFER_SIZE] |
TX Buffer globals. More... | |
uint16_t | TX_index |
#define DEF_TOUCH_QDEBUG_ENABLE 0 |
#define DEF_TOUCH_QDEBUG_ENABLE_AT 0 |
#define DEF_TOUCH_QDEBUG_ENABLE_QM 0 |
#define DEF_TOUCH_QDEBUG_ENABLE_QTA 0 |
#define DEF_TOUCH_QDEBUG_ENABLE_QTB 0 |
#define INT | ( | a, | |
b | |||
) | ((a << 8) | b) |
#define MESSAGE_START 0x1B |
#define STATE_DATA 3 |
#define STATE_IDLE 0 |
#define STATE_LENGTH1 1 |
#define STATE_LENGTH2 2 |
uint8_t GetChar | ( | void | ) |
Get one byte from the Receive Buffer.
Referenced by QDebug_ProcessCommands(), Set_Channel_Config(), Set_Global_Config(), Set_QM_Burst_Lengths(), and Set_Subscriptions().
void Init_Buffers | ( | void | ) |
void PutChar | ( | uint8_t | data | ) |
Puts one byte in the Transmit Buffer.
data,: | byte to be sent. |
Referenced by Set_QT_User_Data(), Transmit_Burst_Lengths(), Transmit_Delta(), Transmit_Dummy(), Transmit_Global_Config(), Transmit_QT_User_Data(), Transmit_Ref(), Transmit_Sensor_Config(), Transmit_Sign_On(), Transmit_Signals(), and Transmit_State().
void PutInt | ( | uint16_t | data | ) |
Puts two bytes in the Transmit Buffer.
data,: | 16bit data to be sent. |
Referenced by Transmit_Global_Config(), Transmit_Sign_On(), and Transmit_Time_Stamps().
uint8_t Receive_Message | ( | void | ) |
Executes a master read transmission if TWI is selected as interface. Checks if RX_Buffer has a valid frame.
Referenced by QDebug_ProcessCommands().
uint8_t RxHandler | ( | uint8_t | c | ) |
Handles the incoming bytes from the interface selected in QDebugSettings.h and puts the bytes in the RX_Buffer data read by the selected interface.
Referenced by BitBangSPI_Send_Message().
void Send_Message | ( | void | ) |
Send the content of the TX_Buffer to the USB Bridge using the interface selected in QDebugSettings.h.
Referenced by Set_QT_User_Data(), Transmit_Burst_Lengths(), Transmit_Delta(), Transmit_Dummy(), Transmit_Global_Config(), Transmit_QT_User_Data(), Transmit_Ref(), Transmit_Sensor_Config(), Transmit_Sign_On(), Transmit_Signals(), Transmit_State(), and Transmit_Time_Stamps().
uint8_t RX_Buffer[RX_BUFFER_SIZE] |
RX Buffer globals.
Referenced by QDebug_ProcessCommands(), and Set_QT_User_Data().
uint16_t RX_index |
Referenced by QDebug_ProcessCommands().
uint8_t SequenceH |
Referenced by QDebug_SendData().
uint8_t SequenceL |
uint8_t TX_Buffer[TX_BUFFER_SIZE] |
TX Buffer globals.
Referenced by BitBangSPI_Send_Message().
uint16_t TX_index |
Referenced by BitBangSPI_Send_Message().