Searched refs:read_from_rx_unread_to_buffer (Results 1 – 1 of 1) sorted by relevance
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() function267 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()