Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c480 static void start_tx_dma(void *src, volatile void *dst, uint16_t size) in start_tx_dma() function
514 start_tx_dma(ep_state->buffer + ep_state->transferred, in start_tx_packet()
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c400 static void start_tx_dma(const struct usb_smartbond_dma_config *dma_cfg, uintptr_t src, in start_tx_dma() function
435 start_tx_dma(&config->dma_cfg, (uintptr_t)buf->data, (uintptr_t)&regs->txd, size); in start_tx_packet()