Functions | |
void | tinyusb_cdc_rx_callback (int, cdcacm_event_t *) |
CDC receive callback. | |
void | tinyusb_cdc_line_state_changed_callback (int, cdcacm_event_t *event) |
CDC line state changed callback. | |
void usb::anonymous_namespace{init.cpp}::tinyusb_cdc_line_state_changed_callback | ( | int | , |
cdcacm_event_t * | event ) |
void usb::anonymous_namespace{init.cpp}::tinyusb_cdc_rx_callback | ( | int | , |
cdcacm_event_t * | ) |
The callback reads data from the CDC device and copies it to rx_stream_buffer_handle.