gus_evt_t Struct Reference

Goodix UART Service event. More...

#include <gus.h>

Public Attributes

gus_evt_type_t evt_type
 The GUS event. More...
 
uint8_t conn_idx
 The index of the connection for the data transmission. More...
 
uint8_t * p_data
 Pointer to the buffer within received data. More...
 
uint16_t length
 Length of received data. More...
 

Detailed Description

Goodix UART Service event.

Definition at line 105 of file gus.h.

Member Data Documentation

◆ conn_idx

uint8_t gus_evt_t::conn_idx

The index of the connection for the data transmission.

Definition at line 108 of file gus.h.

◆ evt_type

gus_evt_type_t gus_evt_t::evt_type

The GUS event.

Definition at line 107 of file gus.h.

◆ length

uint16_t gus_evt_t::length

Length of received data.

Definition at line 110 of file gus.h.

◆ p_data

uint8_t * gus_evt_t::p_data

Pointer to the buffer within received data.

Definition at line 109 of file gus.h.


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