ESP-IDF
tAVRC_MSG::sub
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
tAVRC_MSG::sub
tAVRC_MSG::sub field
Syntax
Show:
Summary
Declaration
from
avrc_defs.h:826
tAVRC_MSG_SUB
sub
;
Examples
References
from
examples
Code
Location
Referrer
tAVRC_MSG_SUB
sub
;
/* SUBUNIT INFO message. */
avrc_defs.h:826
msg
.
sub
.
page
=
(
*
p_data
++
>
>
AVRC_SUB_PAGE_SHIFT
)
&
AVRC_SUB_PAGE_MASK
;
avrc_api.c:611
avrc_msg_cback()
msg
.
sub
.
subunit_type
[
xx
]
=
*
p_data
++
>
>
AVRC_SUBTYPE_SHIFT
;
avrc_api.c:614
avrc_msg_cback()
if
(
msg
.
sub
.
subunit_type
[
xx
]
==
AVRC_SUB_PANEL
)
{
avrc_api.c:615
avrc_msg_cback()
msg
.
sub
.
panel
=
TRUE
;
avrc_api.c:616
avrc_msg_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tAVRC_MSG::sub
is read by 1 function:
All items filtered out
tAVRC_MSG::sub
avrc_msg_cback()
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
Lifecycle
from
examples
All items filtered out
All items filtered out