Searched refs:tusb_cdcacm_callback_t (Results 1 – 3 of 3) sorted by relevance
86 typedef void(*tusb_cdcacm_callback_t)(int itf, cdcacm_event_t *event); typedef99 …tusb_cdcacm_callback_t callback_rx; /*!< Pointer to the function with the `tusb_cdcacm_callback_t…100 …tusb_cdcacm_callback_t callback_rx_wanted_char; /*!< Pointer to the function with the `tusb_cdcacm…101 …tusb_cdcacm_callback_t callback_line_state_changed; /*!< Pointer to the function with the `tusb_cd…102 …tusb_cdcacm_callback_t callback_line_coding_changed; /*!< Pointer to the function with the `tusb_c…129 tusb_cdcacm_callback_t callback);
35 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()
112 To specify callbacks you can either set the pointer to your :cpp:type:`tusb_cdcacm_callback_t` func…