ESP-IDF
tBTA_HH_MICE_RPT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTA_HH_MICE_RPT
tBTA_HH_MICE_RPT struct
Syntax
Show:
Summary
Declaration
from
bta_hh_api.h:252
typedef
struct
{
UINT8
mouse_button
;
INT8
delta_x
;
INT8
delta_y
;
}
tBTA_HH_MICE_RPT
;
Fields
Field
Declared as
tBTA_HH_MICE_RPT::mouse_button
UINT8
tBTA_HH_MICE_RPT::delta_x
INT8
tBTA_HH_MICE_RPT::delta_y
INT8
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
bta_hh_api.h:252
}
tBTA_HH_MICE_RPT
;
bta_hh_api.h:256
tBTA_HH_MICE_RPT
tBTA_HH_MICE_RPT
mice_rpt
;
/* mouse report */
bta_hh_api.h:263
tBTA_HH_BOOT_RPT::
::mice_rpt
tBTA_HH_MICE_RPT
*
p_data
=
&
p_mice_data
->
data_rpt
.
mice_rpt
;
bta_hh_utils.c:352
bta_hh_parse_mice_rpt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
tBTA_HH_BOOT_RPT::
::mice_rpt
bta_hh_api.h:263
Lifecycle
from
examples
All items filtered out
All items filtered out