Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhub.c39 #define ENUM_WORST_CASE_MPS_LS 8 //The worst case MPS of EP0 for a LS de… macro
266 …enum_ctrl->bMaxPacketSize0 = (speed == USB_SPEED_LOW) ? ENUM_WORST_CASE_MPS_LS : ENUM_WORST_CASE_M… in enum_stage_start()