Enumerations

enum  gus_evt_type_t {
  GUS_EVT_INVALID, GUS_EVT_RX_DATA_RECEIVED, GUS_EVT_TX_DATA_SENT, GUS_EVT_TX_PORT_OPENED,
  GUS_EVT_TX_PORT_CLOSED, GUS_EVT_FLOW_CTRL_ENABLE, GUS_EVT_FLOW_CTRL_DISABLE, GUS_EVT_TX_FLOW_OFF,
  GUS_EVT_TX_FLOW_ON, GUS_EVT_INVALID, GUS_EVT_RX_DATA_RECEIVED, GUS_EVT_TX_DATA_SENT,
  GUS_EVT_TX_PORT_OPENED, GUS_EVT_TX_PORT_CLOSED, GUS_EVT_FLOW_CTRL_ENABLE, GUS_EVT_FLOW_CTRL_DISABLE,
  GUS_EVT_TX_FLOW_OFF, GUS_EVT_TX_FLOW_ON
}
 Goodix UART Service event types. More...
 
enum  gus_evt_type_t {
  GUS_EVT_INVALID, GUS_EVT_RX_DATA_RECEIVED, GUS_EVT_TX_DATA_SENT, GUS_EVT_TX_PORT_OPENED,
  GUS_EVT_TX_PORT_CLOSED, GUS_EVT_FLOW_CTRL_ENABLE, GUS_EVT_FLOW_CTRL_DISABLE, GUS_EVT_TX_FLOW_OFF,
  GUS_EVT_TX_FLOW_ON, GUS_EVT_INVALID, GUS_EVT_RX_DATA_RECEIVED, GUS_EVT_TX_DATA_SENT,
  GUS_EVT_TX_PORT_OPENED, GUS_EVT_TX_PORT_CLOSED, GUS_EVT_FLOW_CTRL_ENABLE, GUS_EVT_FLOW_CTRL_DISABLE,
  GUS_EVT_TX_FLOW_OFF, GUS_EVT_TX_FLOW_ON
}
 Goodix UART Service event types. More...
 

Detailed Description

Enumeration Type Documentation

◆ gus_evt_type_t [1/2]

Goodix UART Service event types.

Enumerator
GUS_EVT_INVALID 

Invalid GUS event.

GUS_EVT_RX_DATA_RECEIVED 

The data from the peer has been received.

GUS_EVT_TX_DATA_SENT 

The data from the application has been sent, and the service is ready to accept new data from the application.

GUS_EVT_TX_PORT_OPENED 

Tx port has been opened.

GUS_EVT_TX_PORT_CLOSED 

Tx port has been closed.

GUS_EVT_FLOW_CTRL_ENABLE 

GUS flow control been enabled.

GUS_EVT_FLOW_CTRL_DISABLE 

GUS flow control been disabled.

GUS_EVT_TX_FLOW_OFF 

Tx flow off control request.

GUS_EVT_TX_FLOW_ON 

Tx flow on control request.

GUS_EVT_INVALID 

Invalid GUS event.

GUS_EVT_RX_DATA_RECEIVED 

The data from the peer has been received.

GUS_EVT_TX_DATA_SENT 

The data from the application has been sent, and the service is ready to accept new data from the application.

GUS_EVT_TX_PORT_OPENED 

Tx port has been opened.

GUS_EVT_TX_PORT_CLOSED 

Tx port has been closed.

GUS_EVT_FLOW_CTRL_ENABLE 

GUS flow control been enabled.

GUS_EVT_FLOW_CTRL_DISABLE 

GUS flow control been disabled.

GUS_EVT_TX_FLOW_OFF 

Tx flow off control request.

GUS_EVT_TX_FLOW_ON 

Tx flow on control request.

Definition at line 86 of file gus.h.

◆ gus_evt_type_t [2/2]

Goodix UART Service event types.

Enumerator
GUS_EVT_INVALID 

Invalid GUS event.

GUS_EVT_RX_DATA_RECEIVED 

The data from the peer has been received.

GUS_EVT_TX_DATA_SENT 

The data from the application has been sent, and the service is ready to accept new data from the application.

GUS_EVT_TX_PORT_OPENED 

Tx port has been opened.

GUS_EVT_TX_PORT_CLOSED 

Tx port has been closed.

GUS_EVT_FLOW_CTRL_ENABLE 

GUS flow control been enabled.

GUS_EVT_FLOW_CTRL_DISABLE 

GUS flow control been disabled.

GUS_EVT_TX_FLOW_OFF 

Tx flow off control request.

GUS_EVT_TX_FLOW_ON 

Tx flow on control request.

GUS_EVT_INVALID 

Invalid GUS event.

GUS_EVT_RX_DATA_RECEIVED 

The data from the peer has been received.

GUS_EVT_TX_DATA_SENT 

The data from the application has been sent, and the service is ready to accept new data from the application.

GUS_EVT_TX_PORT_OPENED 

Tx port has been opened.

GUS_EVT_TX_PORT_CLOSED 

Tx port has been closed.

GUS_EVT_FLOW_CTRL_ENABLE 

GUS flow control been enabled.

GUS_EVT_FLOW_CTRL_DISABLE 

GUS flow control been disabled.

GUS_EVT_TX_FLOW_OFF 

Tx flow off control request.

GUS_EVT_TX_FLOW_ON 

Tx flow on control request.

Definition at line 86 of file mlmr.h.