Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c230 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() function
267 esp_err_t res = read_from_rx_unread_to_buffer(acm, out_buf, out_buf_sz, &read_sz); in tinyusb_cdcacm_read()
275 …if (read_from_rx_unread_to_buffer(acm, out_buf + read_sz, out_buf_sz - read_sz, &read_sz) == ESP_O… in tinyusb_cdcacm_read()