gus_evt_t Struct Reference

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
 

Detailed Description

Goodix UART Service event.

Field Documentation

◆ conn_idx

uint8_t gus_evt_t::conn_idx

The index of the connection for the data transmission.

◆ evt_type

gus_evt_type_t gus_evt_t::evt_type

The GUS event.

◆ length

uint16_t gus_evt_t::length

Length of received data.

◆ p_data

uint8_t* gus_evt_t::p_data

Pointer to the buffer within received data.


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