|
|
@ -189,7 +189,7 @@
|
|
|
|
* \note For the microcontrollers with limited USB controller functionality, VBUS sensing is not available.
|
|
|
|
* \note For the microcontrollers with limited USB controller functionality, VBUS sensing is not available.
|
|
|
|
* this means that the current connection state is derived from the bus suspension and wake up events by default,
|
|
|
|
* this means that the current connection state is derived from the bus suspension and wake up events by default,
|
|
|
|
* which is not always accurate (host may suspend the bus while still connected). If the actual connection state
|
|
|
|
* which is not always accurate (host may suspend the bus while still connected). If the actual connection state
|
|
|
|
* needs to be determined, VBUS should be routed to an external pin, and the auto-detect behaviour turned off by
|
|
|
|
* needs to be determined, VBUS should be routed to an external pin, and the auto-detect behavior turned off by
|
|
|
|
* passing the \c NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection
|
|
|
|
* passing the \c NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection
|
|
|
|
* and disconnection events may be manually fired, and the \ref USB_DeviceState global changed manually.
|
|
|
|
* and disconnection events may be manually fired, and the \ref USB_DeviceState global changed manually.
|
|
|
|
* \n\n
|
|
|
|
* \n\n
|
|
|
@ -207,7 +207,7 @@
|
|
|
|
* \note For the microcontrollers with limited USB controllers, VBUS sense is not available to the USB controller.
|
|
|
|
* \note For the microcontrollers with limited USB controllers, VBUS sense is not available to the USB controller.
|
|
|
|
* this means that the current connection state is derived from the bus suspension and wake up events by default,
|
|
|
|
* this means that the current connection state is derived from the bus suspension and wake up events by default,
|
|
|
|
* which is not always accurate (host may suspend the bus while still connected). If the actual connection state
|
|
|
|
* which is not always accurate (host may suspend the bus while still connected). If the actual connection state
|
|
|
|
* needs to be determined, VBUS should be routed to an external pin, and the auto-detect behaviour turned off by
|
|
|
|
* needs to be determined, VBUS should be routed to an external pin, and the auto-detect behavior turned off by
|
|
|
|
* passing the \c NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection
|
|
|
|
* passing the \c NO_LIMITED_CONTROLLER_CONNECT token to the compiler via the -D switch at compile time. The connection
|
|
|
|
* and disconnection events may be manually fired, and the \ref USB_DeviceState global changed manually.
|
|
|
|
* and disconnection events may be manually fired, and the \ref USB_DeviceState global changed manually.
|
|
|
|
* \n\n
|
|
|
|
* \n\n
|
|
|
|