Home
last modified time | relevance | path

Searched refs:callback_rx (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c35 tusb_cdcacm_callback_t callback_rx; member
117 tusb_cdcacm_callback_t cb = acm->callback_rx; in tud_cdc_rx_cb()
177 acm->callback_rx = callback; in tinyusb_cdcacm_register_callback()
209 acm->callback_rx = NULL; in tinyusb_cdcacm_unregister_callback()
377 if (cfg->callback_rx) { in tusb_cdc_acm_init()
378 tinyusb_cdcacm_register_callback(itf, CDC_EVENT_RX, cfg->callback_rx); in tusb_cdc_acm_init()
/hal_espressif-3.6.0/examples/peripherals/usb/tusb_serial_device/main/
Dtusb_serial_device_main.c61 .callback_rx = &tinyusb_cdc_rx_callback, // the first way to register a callback in app_main()
/hal_espressif-3.6.0/components/tinyusb/additions/include/
Dtusb_cdc_acm.h99 …tusb_cdcacm_callback_t callback_rx; /*!< Pointer to the function with the `tusb_cdcacm_callback_t… member
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dusb_device.rst105 .callback_rx = NULL,