MCPcopy Create free account
hub / github.com/Santroller/Santroller / HID_CollectionPath

Class HID_CollectionPath

lib/hidparser/hidparser.h:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 uint8_t Type; /**< Collection type (e.g. "Generic Desktop"). */
285 HID_Usage_t Usage; /**< Collection usage. */
286 struct HID_CollectionPath *Parent; /**< Reference to parent collection, or \c NULL if root collection. */
287 struct HID_CollectionPath *Next; /**< Reference to parent collection, or \c NULL if root collection. */
288 } HID_CollectionPath_t;
289

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected