Searched refs:acm (Results 1 – 1 of 1) sorted by relevance
59 esp_tusb_cdcacm_t *acm = get_acm(itf); in tud_cdc_line_state_cb() local61 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() local94 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 …]