|
ESP-IDF Firmware
Firmware architecture and call graph
|
Data provided to the input of the callback_line_state_changed callback. More...
#include <tusb_cdc_acm.h>
Data Fields | |
| bool | dtr |
| bool | rts |
Data provided to the input of the callback_line_state_changed callback.
Definition at line 42 of file tusb_cdc_acm.h.
| bool cdcacm_event_line_state_changed_data_t::dtr |
Data Terminal Ready (DTR) line state
Definition at line 43 of file tusb_cdc_acm.h.
| bool cdcacm_event_line_state_changed_data_t::rts |
Request To Send (RTS) line state
Definition at line 44 of file tusb_cdc_acm.h.