Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/
Dhub.c40 #define ENUM_WORST_CASE_MPS_FS 64 //The worst case MPS of EP0 for a FS de… macro
266 …ctrl->bMaxPacketSize0 = (speed == USB_SPEED_LOW) ? ENUM_WORST_CASE_MPS_LS : ENUM_WORST_CASE_MPS_FS; in enum_stage_start()