Lines Matching full:item
72 /** HID Main item type */
74 /** HID Global item type */
76 /** HID Local item type */
79 /** HID Input item tag */
81 /** HID Output item tag */
83 /** HID Collection item tag */
85 /** HID Feature item tag */
87 /** HID End Collection item tag */
90 /** HID Usage Page item tag */
92 /** HID Logical Minimum item tag */
94 /** HID Logical Maximum item tag */
96 /** HID Physical Minimum item tag */
98 /** HID Physical Maximum item tag */
100 /** HID Unit Exponent item tag */
102 /** HID Unit item tag */
104 /** HID Report Size item tag */
106 /** HID Report ID item tag */
108 /** HID Report count item tag */
111 /** HID Usage item tag */
113 /** HID Usage Minimum item tag */
115 /** HID Usage Maximum item tag */
171 * @defgroup usb_hid_items USB HID Item helpers
176 * @brief Define HID short item.
178 * @param bTag Item tag
179 * @param bType Item type
180 * @param bSize Item data size
181 * @return HID Input item
187 * @brief Define HID Input item with the data length of one byte.
192 * @param a Input item data
193 * @return HID Input item
199 * @brief Define HID Output item with the data length of one byte.
203 * @param a Output item data
204 * @return HID Output item
210 * @brief Define HID Feature item with the data length of one byte.
212 * @param a Feature item data
213 * @return HID Feature item
219 * @brief Define HID Collection item with the data length of one byte.
224 * @param a Collection item data
225 * @return HID Collection item
231 * @brief Define HID End Collection (non-data) item.
236 * @return HID End Collection item
242 * @brief Define HID Usage Page item.
248 * @return HID Usage Page item
254 * @brief Define HID Logical Minimum item with the data length of one byte.
260 * @return HID Logical Minimum item
266 * @brief Define HID Logical Maximum item with the data length of one byte.
272 * @return HID Logical Maximum item
278 * @brief Define HID Logical Minimum item with the data length of two bytes.
282 * @return HID Logical Minimum item
288 * @brief Define HID Logical Maximum item with the data length of two bytes.
292 * @return HID Logical Maximum item
298 * @brief Define HID Logical Minimum item with the data length of four bytes.
304 * @return HID Logical Minimum item
310 * @brief Define HID Logical Maximum item with the data length of four bytes.
316 * @return HID Logical Maximum item
322 * @brief Define HID Report Size item with the data length of one byte.
328 * @return HID Report Size item
334 * @brief Define HID Report ID item with the data length of one byte.
337 * @return HID Report ID item
343 * @brief Define HID Report Count item with the data length of one byte.
349 * @return HID Report Count item
355 * @brief Define HID Usage Index item with the data length of one byte.
361 * @return HID Usage Index item
367 * @brief Define HID Usage Minimum item with the data length of one byte.
373 * @return HID Usage Minimum item
379 * @brief Define HID Usage Maximum item with the data length of one byte.
385 * @return HID Usage Maximum item
391 * @brief Define HID Usage Minimum item with the data length of two bytes.
398 * @return HID Usage Minimum item
404 * @brief Define HID Usage Maximum item with the data length of two bytes.
411 * @return HID Usage Maximum item