ESP-IDF
tL2C_FCRB::send_f_rsp
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
tL2C_FCRB::send_f_rsp
tL2C_FCRB::send_f_rsp field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:190
BOOLEAN
send_f_rsp
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
send_f_rsp
;
/* We need to send an F-bit response */
l2c_int.h:190
BOOLEAN
set_f_bit
=
p_fcrb
->
send_f_rsp
;
l2c_fcr.c:415
prepare_I_frame()
p_fcrb
->
send_f_rsp
=
FALSE
;
l2c_fcr.c:417
prepare_I_frame()
p_fcrb
->
send_f_rsp
=
TRUE
;
/* Set a flag in case an I-frame is pending */
l2c_fcr.c:993
process_s_frame()
if
(
p_fcrb
->
send_f_rsp
)
{
l2c_fcr.c:1024
process_s_frame()
p_fcrb
->
send_f_rsp
=
FALSE
;
l2c_fcr.c:1033
process_s_frame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2C_FCRB::send_f_rsp
is written by 2 functions and is read by 2 functions:
prepare_I_frame()
process_s_frame()
All items filtered out
tL2C_FCRB::send_f_rsp
prepare_I_frame()
process_s_frame()
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