ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
cdcacm_event_t Struct Reference

Describes an event passing to the input of a callbacks. More...

#include <tusb_cdc_acm.h>

Collaboration diagram for cdcacm_event_t:
[legend]

Data Fields

cdcacm_event_type_t type
union { 
   cdcacm_event_rx_wanted_char_data_t   rx_wanted_char_data 
   cdcacm_event_line_state_changed_data_t   line_state_changed_data 
   cdcacm_event_line_coding_changed_data_t   line_coding_changed_data 
}; 

Detailed Description

Describes an event passing to the input of a callbacks.

Definition at line 67 of file tusb_cdc_acm.h.

Field Documentation

◆ [union]

union { ... } cdcacm_event_t

◆ line_coding_changed_data

cdcacm_event_line_coding_changed_data_t cdcacm_event_t::line_coding_changed_data

Data input of the line_coding_changed callback

Definition at line 72 of file tusb_cdc_acm.h.

◆ line_state_changed_data

cdcacm_event_line_state_changed_data_t cdcacm_event_t::line_state_changed_data

Data input of the callback_line_state_changed callback

Definition at line 71 of file tusb_cdc_acm.h.

◆ rx_wanted_char_data

cdcacm_event_rx_wanted_char_data_t cdcacm_event_t::rx_wanted_char_data

Data input of the callback_rx_wanted_char callback

Definition at line 70 of file tusb_cdc_acm.h.

◆ type

cdcacm_event_type_t cdcacm_event_t::type

Event type

Definition at line 68 of file tusb_cdc_acm.h.


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