Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/private_include/
Dhcd.h393 esp_err_t hcd_pipe_update_mps(hcd_pipe_handle_t pipe_hdl, int mps);
/hal_espressif-3.6.0/components/usb/test/hcd/
Dtest_hcd_common.c293 TEST_ASSERT_EQUAL(ESP_OK, hcd_pipe_update_mps(default_pipe, device_desc->bMaxPacketSize0)); in test_hcd_enum_device()
/hal_espressif-3.6.0/components/usb/
Dhub.c439 if (hcd_pipe_update_mps(enum_ctrl->pipe, device_desc->bMaxPacketSize0) != ESP_OK) { in enum_stage_transfer_check()
Dhcd.c1932 esp_err_t hcd_pipe_update_mps(hcd_pipe_handle_t pipe_hdl, int mps) in hcd_pipe_update_mps() function