Searched refs:ENUM_WORST_CASE_MPS_LS (Results 1 – 1 of 1) sorted by relevance
39 #define ENUM_WORST_CASE_MPS_LS 8 //The worst case MPS of EP0 for a LS de… macro266 …enum_ctrl->bMaxPacketSize0 = (speed == USB_SPEED_LOW) ? ENUM_WORST_CASE_MPS_LS : ENUM_WORST_CASE_M… in enum_stage_start()