Searched refs:ENUM_WORST_CASE_MPS_FS (Results 1 – 1 of 1) sorted by relevance
40 #define ENUM_WORST_CASE_MPS_FS 64 //The worst case MPS of EP0 for a FS de… macro266 …ctrl->bMaxPacketSize0 = (speed == USB_SPEED_LOW) ? ENUM_WORST_CASE_MPS_LS : ENUM_WORST_CASE_MPS_FS; in enum_stage_start()