Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Initializes all the internal variables and modules used by the HID class.

Files

usbd_hid.c

Prototype

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.

  • No labels