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

Data provided to the input of the callback_line_state_changed callback. More...

#include <tusb_cdc_acm.h>

Data Fields

bool dtr
bool rts

Detailed Description

Data provided to the input of the callback_line_state_changed callback.

Definition at line 42 of file tusb_cdc_acm.h.

Field Documentation

◆ dtr

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.

◆ rts

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.


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