|
ESP-IDF Firmware
Firmware architecture and call graph
|
Configuration structure for CDC-ACM. More...
#include <tusb_cdc_acm.h>
Configuration structure for CDC-ACM.
Definition at line 88 of file tusb_cdc_acm.h.
| tusb_cdcacm_callback_t tinyusb_config_cdcacm_t::callback_line_coding_changed |
Pointer to the function with the tusb_cdcacm_callback_t type that will be handled as a callback
Definition at line 95 of file tusb_cdc_acm.h.
Referenced by tusb_cdc_acm_init().
| tusb_cdcacm_callback_t tinyusb_config_cdcacm_t::callback_line_state_changed |
Pointer to the function with the tusb_cdcacm_callback_t type that will be handled as a callback
Definition at line 94 of file tusb_cdc_acm.h.
Referenced by tusb_cdc_acm_init().
| tusb_cdcacm_callback_t tinyusb_config_cdcacm_t::callback_rx |
Pointer to the function with the tusb_cdcacm_callback_t type that will be handled as a callback
Definition at line 92 of file tusb_cdc_acm.h.
Referenced by tusb_cdc_acm_init().
| tusb_cdcacm_callback_t tinyusb_config_cdcacm_t::callback_rx_wanted_char |
Pointer to the function with the tusb_cdcacm_callback_t type that will be handled as a callback
Definition at line 93 of file tusb_cdc_acm.h.
Referenced by tusb_cdc_acm_init().
| tinyusb_cdcacm_itf_t tinyusb_config_cdcacm_t::cdc_port |
| size_t tinyusb_config_cdcacm_t::rx_unread_buf_sz |
Amount of data that can be passed to the ACM at once
Definition at line 91 of file tusb_cdc_acm.h.
Referenced by tusb_cdc_acm_init().
| tinyusb_usbdev_t tinyusb_config_cdcacm_t::usb_dev |
Usb device to set up
Definition at line 89 of file tusb_cdc_acm.h.
Referenced by tusb_cdc_acm_init().