Searched refs:rx_data_size (Results 1 – 3 of 3) sorted by relevance
258 …sb_cdcacm_read(tinyusb_cdcacm_itf_t itf, uint8_t *out_buf, size_t out_buf_sz, size_t *rx_data_size) in tinyusb_cdcacm_read() argument273 *rx_data_size = read_sz; in tinyusb_cdcacm_read()276 *rx_data_size += read_sz; in tinyusb_cdcacm_read()
187 …b_cdcacm_read(tinyusb_cdcacm_itf_t itf, uint8_t *out_buf, size_t out_buf_sz, size_t *rx_data_size);
163 the `rx_data_size` for once, if the current `rx_data_size` is shorter than the buffer size the164 master prepared to receive. And it may poll the `rx_data_size` if the `rx_dat_size` keeps 0,