Home
last modified time | relevance | path

Searched refs:tusb_cdcacm_callback_t (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/tinyusb/additions/include/
Dtusb_cdc_acm.h86 typedef void(*tusb_cdcacm_callback_t)(int itf, cdcacm_event_t *event); typedef
99tusb_cdcacm_callback_t callback_rx; /*!< Pointer to the function with the `tusb_cdcacm_callback_t…
100tusb_cdcacm_callback_t callback_rx_wanted_char; /*!< Pointer to the function with the `tusb_cdcacm…
101tusb_cdcacm_callback_t callback_line_state_changed; /*!< Pointer to the function with the `tusb_cd…
102tusb_cdcacm_callback_t callback_line_coding_changed; /*!< Pointer to the function with the `tusb_c…
129 tusb_cdcacm_callback_t callback);
/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c35 tusb_cdcacm_callback_t callback_rx;
36 tusb_cdcacm_callback_t callback_rx_wanted_char;
37 tusb_cdcacm_callback_t callback_line_state_changed;
38 tusb_cdcacm_callback_t callback_line_coding_changed;
75 tusb_cdcacm_callback_t cb = acm->callback_line_state_changed; in tud_cdc_line_state_cb()
117 tusb_cdcacm_callback_t cb = acm->callback_rx; in tud_cdc_rx_cb()
132 tusb_cdcacm_callback_t cb = acm->callback_line_coding_changed; in tud_cdc_line_coding_cb()
152 tusb_cdcacm_callback_t cb = acm->callback_rx_wanted_char; in tud_cdc_rx_wanted_cb()
171 tusb_cdcacm_callback_t callback) in tinyusb_cdcacm_register_callback()
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_device.rst112 To specify callbacks you can either set the pointer to your :cpp:type:`tusb_cdcacm_callback_t` func…