Lines Matching full:usage

90 /** HID Usage Page item tag */
111 /** HID Usage item tag */
113 /** HID Usage Minimum item tag */
115 /** HID Usage Maximum item tag */
128 /** Usage Switch collection type */
134 /* Usage page and IDs from Universal Serial Bus HID Usage Tables */
136 /** HID Generic Desktop Controls Usage page */
138 /** HID Keyboard Usage page */
140 /** HID LEDs Usage page */
142 /** HID Button Usage page */
145 /** HID Generic Desktop Undefined Usage ID */
147 /** HID Generic Desktop Pointer Usage ID */
149 /** HID Generic Desktop Mouse Usage ID */
151 /** HID Generic Desktop Joystick Usage ID */
153 /** HID Generic Desktop Gamepad Usage ID */
155 /** HID Generic Desktop Keyboard Usage ID */
157 /** HID Generic Desktop Keypad Usage ID */
159 /** HID Generic Desktop X Usage ID */
161 /** HID Generic Desktop Y Usage ID */
163 /** HID Generic Desktop Wheel Usage ID */
189 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
201 * For usage examples, see @ref HID_KEYBOARD_REPORT_DESC()
221 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
233 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
242 * @brief Define HID Usage Page item.
244 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
247 * @param page Usage Page
248 * @return HID Usage Page item
256 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
268 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
324 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
345 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
355 * @brief Define HID Usage Index item with the data length of one byte.
357 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
361 * @return HID Usage Index item
367 * @brief Define HID Usage Minimum item with the data length of one byte.
369 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
372 * @param a Starting Usage
373 * @return HID Usage Minimum item
379 * @brief Define HID Usage Maximum item with the data length of one byte.
381 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
384 * @param a Ending Usage
385 * @return HID Usage Maximum item
391 * @brief Define HID Usage Minimum item with the data length of two bytes.
393 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
396 * @param a Starting Usage lower byte
397 * @param b Starting Usage higher byte
398 * @return HID Usage Minimum item
404 * @brief Define HID Usage Maximum item with the data length of two bytes.
406 * For usage examples, see @ref HID_MOUSE_REPORT_DESC(),
409 * @param a Ending Usage lower byte
410 * @param b Ending Usage higher byte
411 * @return HID Usage Maximum item