ESP-IDF
t_port_info::port_ctrl
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
t_port_info::port_ctrl
t_port_info::port_ctrl field
Syntax
Show:
Summary
Declaration
from
port_int.h:183
UINT8
port_ctrl
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
port_ctrl
;
/* Modem Status Command */
port_int.h:183
||
(
(
p_port
->
port_ctrl
&
(
PORT_CTRL_REQ_SENT
|
PORT_CTRL_IND_RECEIVED
)
)
!=
port_api.c:1392
port_write()
p_port
->
port_ctrl
)
;
port_api.c:1412
port_write()
if
(
!
(
p_port
->
port_ctrl
&
PORT_CTRL_REQ_SENT
)
)
{
port_rfc.c:620
PORT_PortNegCnf()
if
(
!
(
p_port
->
port_ctrl
&
PORT_CTRL_REQ_SENT
)
)
{
port_rfc.c:654
PORT_ControlInd()
if
(
!
(
p_port
->
port_ctrl
&
PORT_CTRL_IND_RECEIVED
)
)
{
port_rfc.c:658
PORT_ControlInd()
if
(
p_port
->
port_ctrl
&
PORT_CTRL_REQ_CONFIRMED
)
{
port_rfc.c:662
PORT_ControlInd()
p_port
->
port_ctrl
|=
(
PORT_CTRL_IND_RECEIVED
|
PORT_CTRL_IND_RESPONDED
)
;
port_rfc.c:667
PORT_ControlInd()
if
(
!
(
p_port
->
port_ctrl
&
PORT_CTRL_REQ_CONFIRMED
)
)
{
port_rfc.c:707
PORT_ControlCnf()
p_port
->
port_ctrl
|=
PORT_CTRL_REQ_CONFIRMED
;
port_rfc.c:708
PORT_ControlCnf()
if
(
p_port
->
port_ctrl
&
PORT_CTRL_IND_RECEIVED
)
{
port_rfc.c:710
PORT_ControlCnf()
if
(
p_port
->
port_ctrl
&
PORT_CTRL_IND_RECEIVED
)
{
port_rfc.c:715
PORT_ControlCnf()
p_port
->
port_ctrl
=
0
;
port_utils.c:112
port_set_defaults()
p_port
->
port_ctrl
|=
PORT_CTRL_REQ_SENT
;
rfc_port_if.c:281
RFCOMM_ControlReq()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_port_info::port_ctrl
is written by 4 functions and is read by 5 functions:
PORT_ControlInd()
PORT_ControlCnf()
port_set_defaults()
RFCOMM_ControlReq()
All items filtered out
t_port_info::port_ctrl
port_write()
PORT_PortNegCnf()
PORT_ControlInd()
PORT_ControlCnf()
RFCOMM_ControlReq()
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