Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_request_bulk_transfer.c118 if (transfer_request_payload_length > UX_HCD_SIM_HOST_MAX_PAYLOAD) in _ux_hcd_sim_host_request_bulk_transfer()
120 bulk_packet_payload_length = UX_HCD_SIM_HOST_MAX_PAYLOAD; in _ux_hcd_sim_host_request_bulk_transfer()
Dux_hcd_sim_host_asynchronous_endpoint_create.c84 … -> ux_endpoint_transfer_request.ux_transfer_request_maximum_length = UX_HCD_SIM_HOST_MAX_PAYLOAD; in _ux_hcd_sim_host_asynchronous_endpoint_create()
Dux_hcd_sim_host_request_control_transfer.c184 if (transfer_request_payload_length > UX_HCD_SIM_HOST_MAX_PAYLOAD) in _ux_hcd_sim_host_request_control_transfer()
186 control_packet_payload_length = UX_HCD_SIM_HOST_MAX_PAYLOAD; in _ux_hcd_sim_host_request_control_transfer()
/USBX-v6.2.1/common/core/inc/
Dux_hcd_sim_host.h84 #define UX_HCD_SIM_HOST_MAX_PAYLOAD 4096 macro