Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c59 esp_tusb_cdcacm_t *acm = get_acm(itf); in tud_cdc_line_state_cb() local
61 if (acm != NULL) { in tud_cdc_line_state_cb()
68 if (acm != NULL) { in tud_cdc_line_state_cb()
74 if (acm) { in tud_cdc_line_state_cb()
75 tusb_cdcacm_callback_t cb = acm->callback_line_state_changed; in tud_cdc_line_state_cb()
93 esp_tusb_cdcacm_t *acm = get_acm(itf); in tud_cdc_rx_cb() local
94 if (acm) { in tud_cdc_rx_cb()
95 if (!acm->rx_unread_buf) { in tud_cdc_rx_cb()
105 acm->rx_tfbuf, in tud_cdc_rx_cb()
107 int res = xRingbufferSend(acm->rx_unread_buf, in tud_cdc_rx_cb()
[all …]