No USB connection
Defines | |
| #define | SUPERVISOR_USB_ROLE_DEVICE 1 |
| The Control Panel is acting as a USB device. | |
| #define | SUPERVISOR_USB_ROLE_HOST 2 |
| The Control Panel is acting as a USB host. | |
| #define | SUPERVISOR_USB_ROLE_NONE 0 |
| #define SUPERVISOR_USB_ROLE_DEVICE 1 |
The Control Panel is acting as a USB device.
Definition at line 150 of file supervisor.c.
Referenced by v_supervisor_Host_Connects(), and v_supervisor_Host_Disconnects().
| #define SUPERVISOR_USB_ROLE_HOST 2 |
The Control Panel is acting as a USB host.
Definition at line 152 of file supervisor.c.
Referenced by v_supervisor_Device_Connects(), and v_supervisor_Device_Disconnects().
| #define SUPERVISOR_USB_ROLE_NONE 0 |
Definition at line 148 of file supervisor.c.
Referenced by v_supervisor_Device_Connects(), v_supervisor_Device_Disconnects(), v_supervisor_Host_Connects(), and v_supervisor_Host_Disconnects().
1.5.5