Goodix UART Service event. More...
#include <gus.h>
Data Fields | |
| gus_evt_type_t | evt_type |
| uint8_t | conn_idx |
| uint8_t * | p_data |
| uint16_t | length |
Goodix UART Service event.
| uint8_t gus_evt_t::conn_idx |
The index of the connection for the data transmission.
| gus_evt_type_t gus_evt_t::evt_type |
The GUS event.
| uint16_t gus_evt_t::length |
Length of received data.
| uint8_t* gus_evt_t::p_data |
Pointer to the buffer within received data.