www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - USB API


usbHostDeinit

This function unregisters a user driver and deinitialises the USB driver if there are no more user drivers registered.

void usbHostDeinit( unsigned char driverId );

Parameters

driverId

ID of the user driver that is to be unregistered

Return Value

None

Comments

This function must not be called from within the callback-function.

RTOS API

This library function uses a dynamic link to reach the function USB_SERVICE_HOST_DEINIT offered by RTOS USB Software Interrupt.

Related Topics

C-library function usbHostInit()

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    n/an/an/aV1.06

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.05

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document