Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c329 uint8_t dir_ix = USB_EP_DIR_IS_OUT(ep) ? 0 : 1; in try_allocate_dma() local
331 if (atomic_ptr_cas(&data->dma_ep[dir_ix], NULL, ep_state)) { in try_allocate_dma()
332 if (dir_ix == 0) { in try_allocate_dma()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_smartbond.c412 uint8_t dir_ix = dir == USB_EP_DIR_OUT ? 0 : 1; in try_allocate_dma() local
414 if (atomic_ptr_cas(&dev_state.dma_ep[dir_ix], NULL, ep_state)) { in try_allocate_dma()