Searched refs:fifo_idx (Results 1 – 1 of 1) sorted by relevance
981 static void udc_handle_ep(uint32_t fifo_idx) in udc_handle_ep() argument988 fifo_config = g_ep_fifo[fifo_idx]; in udc_handle_ep()1250 uint8_t fifo_idx; in hal_udc_ep_enable() local1269 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