Searched refs:rx_fifo_len (Results 1 – 1 of 1) sorted by relevance
1391 uint16_t rx_fifo_len; in usb_dc_ep_read() local1401 rx_fifo_len = (uint16_t)ff_regs[ep_fifo].ep_rx_fifo_dcnt_lsb + in usb_dc_ep_read()1410 *read_bytes = rx_fifo_len; in usb_dc_ep_read()1413 if (ep_idx > 0 && !rx_fifo_len) { in usb_dc_ep_read()1428 if (rx_fifo_len == 0) { in usb_dc_ep_read()1430 rx_fifo_len = 8; in usb_dc_ep_read()1432 if (rx_fifo_len != 8) { in usb_dc_ep_read()1433 LOG_ERR("Setup length: %d", rx_fifo_len); in usb_dc_ep_read()1440 if (rx_fifo_len > max_data_len) { in usb_dc_ep_read()1449 *read_bytes = rx_fifo_len; in usb_dc_ep_read()[all …]