Searched refs:hcd_pipe_update_mps (Results 1 – 4 of 4) sorted by relevance
393 esp_err_t hcd_pipe_update_mps(hcd_pipe_handle_t pipe_hdl, int mps);
293 TEST_ASSERT_EQUAL(ESP_OK, hcd_pipe_update_mps(default_pipe, device_desc->bMaxPacketSize0)); in test_hcd_enum_device()
439 if (hcd_pipe_update_mps(enum_ctrl->pipe, device_desc->bMaxPacketSize0) != ESP_OK) { in enum_stage_transfer_check()
1932 esp_err_t hcd_pipe_update_mps(hcd_pipe_handle_t pipe_hdl, int mps) in hcd_pipe_update_mps() function