mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
refactor(ext_hub): Added port creation and freeing, cleaned up members
This commit is contained in:
parent
a82b8565b7
commit
a971ddf17a
File diff suppressed because it is too large
Load Diff
@ -50,6 +50,7 @@ typedef struct {
|
||||
esp_err_t (*get_speed)(void *por_hdl, usb_speed_t *speed);
|
||||
esp_err_t (*get_status)(void *port_hdl);
|
||||
esp_err_t (*set_status)(void *port_hdl, const usb_port_status_t *status);
|
||||
esp_err_t (*req_process)(void *port_hdl);
|
||||
} ext_hub_port_driver_t;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user