Home
last modified time | relevance | path

Searched defs: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
93 esp_tusb_cdcacm_t *acm = get_acm(itf); in tud_cdc_rx_cb() local
130 esp_tusb_cdcacm_t *acm = get_acm(itf); in tud_cdc_line_coding_cb() local
150 esp_tusb_cdcacm_t *acm = get_acm(itf); in tud_cdc_rx_wanted_cb() local
173 esp_tusb_cdcacm_t *acm = get_acm(itf); in tinyusb_cdcacm_register_callback() local
202 esp_tusb_cdcacm_t *acm = get_acm(itf); in tinyusb_cdcacm_unregister_callback() local
230 static esp_err_t read_from_rx_unread_to_buffer(esp_tusb_cdcacm_t *acm, uint8_t *out_buf, size_t req… in read_from_rx_unread_to_buffer()
242 static esp_err_t ringbuf_mux_take(esp_tusb_cdcacm_t *acm) in ringbuf_mux_take()
251 static esp_err_t ringbuf_mux_give(esp_tusb_cdcacm_t *acm) in ringbuf_mux_give()
260 esp_tusb_cdcacm_t *acm = get_acm(itf); in tinyusb_cdcacm_read() local
[all …]