void HAL_USBPortPower(int unknown, int port, int state)
| Entry | |
|---|---|
| unknown | Unknown! |
| port | Port number to modify |
| state | Power state to set: |
| 0 = Power off | |
| 1 = Power on |
| Exit | |
|---|---|
| - |
This is an internal call for OS use only and should not be used by user software.
Used to control the power state of the indicated port.