Home
last modified time | relevance | path

Searched defs:UHController (Results 1 – 1 of 1) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/drivers/usb/usb_host/inc/
Dusb_host.h339 typedef struct UHController UHController; typedef
514 struct UHController { struct
515 uint8_t connect_hub;
516 uint8_t connect_port;
517 u32 connect_countdown;
518 u32 disconn_countdown;
520 u32 sleep_count_down;
521 u32 wakeup_count_down;
545 UHController_actions * actions; argument