Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/tinyusb/additions/src/
Dtusb_cdc_acm.c34 uint8_t *rx_tfbuf; member
105 acm->rx_tfbuf, in tud_cdc_rx_cb()
108 acm->rx_tfbuf, in tud_cdc_rx_cb()
399 acm->rx_tfbuf = malloc(CONFIG_TINYUSB_CDC_RX_BUFSIZE); in tusb_cdc_acm_init()
400 if (!acm->rx_tfbuf) { in tusb_cdc_acm_init()