TinyUSB Library
+
0
/1 examples
SourceVu will show references to
hid_keyboard_report_t::keycode
from the following samples and libraries:
host_cdc_msc_hid sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
TinyUSB Library
hid_keyboard_report_t::keycode
hid_keyboard_report_t::keycode field
Key codes of the currently pressed keys.
Syntax
Show:
Summary
Declaration
from
hid.h:339
uint8_t
keycode
[
6
]
;
Examples
hid_keyboard_report_t::keycode
is referenced by 1 libraries and example projects:
host_cdc_msc_hid sample
References
from
0/1
examples
Code
Location
Referrer
uint8_t
keycode
[
6
]
;
/**< Key codes of the currently pressed keys. */
hid.h:339
memcpy
(
report
.
keycode
,
keycode
,
sizeof
(
report
.
keycode
)
)
;
hid_device.c:143
tud_hid_n_keyboard_report()
tu_memclr
(
report
.
keycode
,
6
)
;
hid_device.c:145
tud_hid_n_keyboard_report()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
hid_keyboard_report_t::keycode
is read by 1 function:
All items filtered out
hid_keyboard_report_t::keycode
tud_hid_n_keyboard_report()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out