|
ESP-IDF Firmware
Firmware architecture and call graph
|
Data Fields | |
| size_t | rx_unread_buf_sz |
| RingbufHandle_t | rx_unread_buf |
| SemaphoreHandle_t | ringbuf_read_mux |
| uint8_t * | rx_tfbuf |
| tusb_cdcacm_callback_t | callback_rx |
| tusb_cdcacm_callback_t | callback_rx_wanted_char |
| tusb_cdcacm_callback_t | callback_line_state_changed |
| tusb_cdcacm_callback_t | callback_line_coding_changed |
Definition at line 23 of file tusb_cdc_acm.c.
| tusb_cdcacm_callback_t esp_tusb_cdcacm_t::callback_line_coding_changed |
Definition at line 31 of file tusb_cdc_acm.c.
Referenced by tinyusb_cdcacm_register_callback(), tinyusb_cdcacm_unregister_callback(), and tud_cdc_line_coding_cb().
| tusb_cdcacm_callback_t esp_tusb_cdcacm_t::callback_line_state_changed |
Definition at line 30 of file tusb_cdc_acm.c.
Referenced by tinyusb_cdcacm_register_callback(), tinyusb_cdcacm_unregister_callback(), and tud_cdc_line_state_cb().
| tusb_cdcacm_callback_t esp_tusb_cdcacm_t::callback_rx |
Definition at line 28 of file tusb_cdc_acm.c.
Referenced by tinyusb_cdcacm_register_callback(), tinyusb_cdcacm_unregister_callback(), and tud_cdc_rx_cb().
| tusb_cdcacm_callback_t esp_tusb_cdcacm_t::callback_rx_wanted_char |
Definition at line 29 of file tusb_cdc_acm.c.
Referenced by tinyusb_cdcacm_register_callback(), tinyusb_cdcacm_unregister_callback(), and tud_cdc_rx_wanted_cb().
| SemaphoreHandle_t esp_tusb_cdcacm_t::ringbuf_read_mux |
Definition at line 26 of file tusb_cdc_acm.c.
Referenced by ringbuf_mux_give(), ringbuf_mux_take(), and tusb_cdc_acm_init().
| uint8_t* esp_tusb_cdcacm_t::rx_tfbuf |
Definition at line 27 of file tusb_cdc_acm.c.
Referenced by tud_cdc_rx_cb(), and tusb_cdc_acm_init().
| RingbufHandle_t esp_tusb_cdcacm_t::rx_unread_buf |
Definition at line 25 of file tusb_cdc_acm.c.
Referenced by read_from_rx_unread_to_buffer(), tud_cdc_rx_cb(), and tusb_cdc_acm_init().
| size_t esp_tusb_cdcacm_t::rx_unread_buf_sz |
Definition at line 24 of file tusb_cdc_acm.c.
Referenced by tusb_cdc_acm_init().