Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/
Dusb_console.c67 static esp_usb_console_cb_t s_tx_cb; variable
158 } else if (status == ACM_STATUS_TX && s_tx_cb) { in esp_usb_console_cdc_acm_cb()
159 (*s_tx_cb)(s_cb_arg); in esp_usb_console_cdc_acm_cb()
418 s_tx_cb = tx_cb; in esp_usb_console_set_cb()
419 if (s_tx_cb) { in esp_usb_console_set_cb()