Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/udc/
A Dhal_udc.c981 static void udc_handle_ep(uint32_t fifo_idx) in udc_handle_ep() argument
988 fifo_config = g_ep_fifo[fifo_idx]; in udc_handle_ep()
1250 uint8_t fifo_idx; in hal_udc_ep_enable() local
1269 fifo_idx = g_ep_fifo_in[ep_idx]; in hal_udc_ep_enable()
1271 fifo_idx = g_ep_fifo_out[ep_idx]; in hal_udc_ep_enable()
1273 fifo_config = g_ep_fifo[fifo_idx]; in hal_udc_ep_enable()
1278 fifo_idx, fifo_config.ep_addr, fifo_config.fifo_addr, in hal_udc_ep_enable()

Completed in 8 milliseconds