Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Core/Inc/
H A Dusbh_def.h314 USBH_SPEED_FULL = 1, enumerator
/dports/lang/micropython/micropython-1.17/ports/stm32/usbhost/Core/Src/
H A Dusbh_core.c183 phost->device.speed = USBH_SPEED_FULL; in DeInitStateMachine()