|
ESP-IDF Firmware
Firmware architecture and call graph
|
Describes an event passing to the input of a callbacks. More...
#include <tusb_cdc_acm.h>
Describes an event passing to the input of a callbacks.
Definition at line 67 of file tusb_cdc_acm.h.
| union { ... } cdcacm_event_t |
| 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.
| 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.
| 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.
| cdcacm_event_type_t cdcacm_event_t::type |
Event type
Definition at line 68 of file tusb_cdc_acm.h.