Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c258 …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() argument
273 *rx_data_size = read_sz; in tinyusb_cdcacm_read()
276 *rx_data_size += read_sz; in tinyusb_cdcacm_read()
/hal_espressif-3.6.0/components/tinyusb/additions/include/
Dtusb_cdc_acm.h187 …b_cdcacm_read(tinyusb_cdcacm_itf_t itf, uint8_t *out_buf, size_t out_buf_sz, size_t *rx_data_size);
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_serial_slave_link.rst163 the `rx_data_size` for once, if the current `rx_data_size` is shorter than the buffer size the
164 master prepared to receive. And it may poll the `rx_data_size` if the `rx_dat_size` keeps 0,