Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Files

usbd_hid.c

Prototype

Code Block
languagecpp
void  USBD_HID_Init (USBD_ERR  *p_err);


Arguments

p_err

Pointer to variable that will receive the return error code from this function.

...