CustomHID_Init() is only used within CustomHID_Standalone.
 
Symbols
loading...
Files
loading...

CustomHID_Init() function

CustomHID_Init Initializes the CUSTOM HID media low layer

Syntax

static int8_t CustomHID_Init(void);
Implemented in usbd_customhid_if.c:169

Return value

Result of the operation: USBD_OK if all operations are OK else USBD_FAIL

References

LocationText
usbd_customhid_if.c:169
static int8_t CustomHID_Init(void)
usbd_customhid_if.c:25
static int8_t CustomHID_Init(void);
usbd_customhid_if.c:156
CustomHID_Init,