ESP-IDF
MX_FRAME::cr
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
MX_FRAME::cr
MX_FRAME::cr field
Syntax
Show:
Summary
Declaration
from
rfc_int.h:81
UINT8
cr
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
cr
;
rfc_int.h:81
if
(
(
p_mcb
->
is_initiator
&&
!
rfc_cb
.
rfc
.
rx_frame
.
cr
)
rfc_l2cap_if.c:339
RFCOMM_BufDataInd()
||
(
!
p_mcb
->
is_initiator
&&
rfc_cb
.
rfc
.
rx_frame
.
cr
)
)
{
rfc_l2cap_if.c:340
RFCOMM_BufDataInd()
(
rfc_cb
.
rfc
.
rx_frame
.
cr
<
<
RFCOMM_SHIFT_CR
)
|
rfc_ts_frames.c:443
rfc_send_nsc()
RFCOMM_PARSE_CTRL_FIELD
(
ead
,
p_frame
->
cr
,
p_frame
->
dlci
,
p_data
)
;
rfc_ts_frames.c:643
rfc_parse_data()
if
(
RFCOMM_FRAME_IS_RSP
(
p_mcb
->
is_initiator
,
p_frame
->
cr
)
rfc_ts_frames.c:677
rfc_parse_data()
if
(
RFCOMM_FRAME_IS_CMD
(
p_mcb
->
is_initiator
,
p_frame
->
cr
)
rfc_ts_frames.c:687
rfc_parse_data()
if
(
RFCOMM_FRAME_IS_CMD
(
p_mcb
->
is_initiator
,
p_frame
->
cr
)
rfc_ts_frames.c:697
rfc_parse_data()
if
(
RFCOMM_FRAME_IS_RSP
(
p_mcb
->
is_initiator
,
p_frame
->
cr
)
rfc_ts_frames.c:707
rfc_parse_data()
}
else
if
(
RFCOMM_FRAME_IS_RSP
(
p_mcb
->
is_initiator
,
p_frame
->
cr
)
)
{
rfc_ts_frames.c:723
rfc_parse_data()
p_rx_frame
->
cr
=
(
*
p_data
&
RFCOMM_CR_MASK
)
>
>
RFCOMM_SHIFT_CR
;
rfc_ts_frames.c:753
rfc_process_mx_message()
is_command
=
p_rx_frame
->
cr
;
rfc_ts_frames.c:764
rfc_process_mx_message()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
MX_FRAME::cr
is written by 2 functions and is read by 4 functions:
rfc_parse_data()
rfc_process_mx_message()
All items filtered out
MX_FRAME::cr
RFCOMM_BufDataInd()
rfc_send_nsc()
rfc_parse_data()
rfc_process_mx_message()
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