Typedefs | |
typedef uint8_t | gus_flow_ctrl_state_t |
Underlying type used for the GUS flow control state. More... | |
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 } |
Goodix UART Service event types. More... | |
enum | gus_flow_ctrl_state { GUS_FLOW_CTRL_STATE_OFF = 0, GUS_FLOW_CTRL_STATE_ON } |
Flow control state for GUS service. More... | |
typedef uint8_t gus_flow_ctrl_state_t |
enum gus_evt_type_t |
Goodix UART Service event types.
enum gus_flow_ctrl_state |