Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_ll.h903 static inline void usb_dwc_ll_qtd_set_in(usb_dwc_ll_dma_qtd_t *qtd, uint8_t *data_buff, int xfer_le… in usb_dwc_ll_qtd_set_in() argument
905 qtd->buffer = data_buff; //Set pointer to data buffer in usb_dwc_ll_qtd_set_in()
926 static inline void usb_dwc_ll_qtd_set_out(usb_dwc_ll_dma_qtd_t *qtd, uint8_t *data_buff, int xfer_l… in usb_dwc_ll_qtd_set_out() argument
928 qtd->buffer = data_buff; //Set pointer to data buffer in usb_dwc_ll_qtd_set_out()