/
USBD_HID_Init
USBD_HID_Init
Description
Initializes all the internal variables and modules used by the HID class.
Files
usbd_hid.c
Prototype
void USBD_HID_Init (USBD_ERR *p_err);
Arguments
p_err
Pointer to variable that will receive the return error code from this function.
USBD_ERR_NONE
Returned Value
None.
Callers
Application.
Notes / Warnings
The initialization function must be called only once by the application, and before calling any other HID API.
Related content
USBD_HID_OS_Init
USBD_HID_OS_Init
More like this
HID Class Configuration
HID Class Configuration
More like this
USBD_HID_Add
USBD_HID_Add
More like this
USBD_Init
USBD_Init
More like this
USBD_DrvInit
USBD_DrvInit
More like this
USBD_DevStart
USBD_DevStart
More like this