Searched refs:read_rx_fifo (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_smartbond.c | 524 static uint16_t read_rx_fifo(struct smartbond_ep_state *ep_state, in read_rx_fifo() function 556 read_rx_fifo(ep0_out_state, EP0_FIFO_SIZE); in handle_ep0_rx() 581 read_rx_fifo(ep0_out_state, fifo_bytes); in handle_ep0_rx() 687 fifo_bytes = read_rx_fifo(ep_state, fifo_bytes); in handle_epx_rx_ev()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_smartbond.c | 453 static uint16_t read_rx_fifo(struct smartbond_ep_state *ep_state, uint8_t *dst, in read_rx_fifo() function 491 read_rx_fifo(ep0_out_state, data->setup_buffer, EP0_FIFO_SIZE); in handle_ep0_rx() 512 read_rx_fifo(ep0_out_state, in handle_ep0_rx() 973 fifo_bytes = read_rx_fifo(ep_state, in handle_epx_rx_ev()
|