ESP-IDF
t_port_info::inx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::inx
t_port_info::inx field
Syntax
Show:
Summary
Declaration
from
port_int.h:143
UINT8
inx
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
inx
;
/* Index of this control block in the port_info array */
port_int.h:143
*
p_handle
=
p_port
->
inx
;
port_api.c:173
RFCOMM_CreateConnection()
p_port
->
p_callback
(
events
,
p_port
->
inx
)
;
port_api.c:824
PORT_FlowControl()
p_port
->
p_callback
(
events
,
p_port
->
inx
)
;
port_api.c:966
PORT_FlowControl_GiveCredit()
(
p_port
->
p_callback
)
(
events
,
p_port
->
inx
)
;
port_api.c:1204
PORT_Purge()
p_port
->
p_callback
(
PORT_EV_ERR
,
p_port
->
inx
)
;
port_api.c:1402
port_write()
(
p_port
->
p_callback
)
(
event
,
p_port
->
inx
)
;
port_api.c:1482
PORT_Write()
(
p_port
->
p_callback
)
(
event
,
p_port
->
inx
)
;
port_api.c:1599
PORT_WriteDataCO()
(
p_port
->
p_callback
)
(
event
,
p_port
->
inx
)
;
port_api.c:1728
PORT_WriteData()
p_mcb
->
port_inx
[
p_port
->
dlci
]
=
p_port
->
inx
;
port_rfc.c:71
port_open_continue()
p_port
->
p_callback
(
events
,
p_port
->
inx
)
;
port_rfc.c:170
port_start_close()
p_port
->
p_mgmt_callback
(
PORT_CLOSED
,
p_port
->
inx
,
NULL
)
;
port_rfc.c:178
port_start_close()
(
p_port
->
p_callback
)
(
PORT_EV_CONNECT_ERR
,
p_port
->
inx
)
;
port_rfc.c:229
PORT_StartCnf()
p_port
->
p_mgmt_callback
(
PORT_START_FAILED
,
p_port
->
inx
,
NULL
)
;
port_rfc.c:233
PORT_StartCnf()
p_mcb
->
port_inx
[
dlci
]
=
p_port
->
inx
;
port_rfc.c:309
PORT_ParNegInd()
p_mcb
->
port_inx
[
dlci
]
=
p_port
->
inx
;
port_rfc.c:449
PORT_DlcEstablishInd()
(
p_port
->
p_callback
)
(
PORT_EV_CONNECTED
,
p_port
->
inx
)
;
port_rfc.c:465
PORT_DlcEstablishInd()
p_port
->
p_mgmt_callback
(
PORT_SUCCESS
,
p_port
->
inx
,
&
sr_mgmt_cb_arg
)
;
port_rfc.c:478
PORT_DlcEstablishInd()
p_port
->
p_mgmt_callback
(
PORT_SUCCESS
,
p_port
->
inx
,
&
cl_mgmt_cb_arg
)
;
port_rfc.c:486
PORT_DlcEstablishInd()
(
p_port
->
p_callback
)
(
PORT_EV_CONNECTED
,
p_port
->
inx
)
;
port_rfc.c:532
PORT_DlcEstablishCnf()
p_port
->
p_mgmt_callback
(
PORT_SUCCESS
,
p_port
->
inx
,
&
sr_mgmt_cb_arg
)
;
port_rfc.c:538
PORT_DlcEstablishCnf()
p_port
->
p_mgmt_callback
(
PORT_SUCCESS
,
p_port
->
inx
,
&
cl_mgmt_cb_arg
)
;
port_rfc.c:541
PORT_DlcEstablishCnf()
p_mcb
->
port_inx
[
dlci
]
=
p_port
->
inx
;
port_rfc.c:582
PORT_PortNegInd()
(
p_port
->
p_callback
)
(
event
,
p_port
->
inx
)
;
port_rfc.c:675
PORT_ControlInd()
(
p_port
->
p_callback
)
(
event
,
p_port
->
inx
)
;
port_rfc.c:721
PORT_ControlCnf()
p_port
->
p_callback
(
(
p_port
->
ev_mask
&
event
)
,
p_port
->
inx
)
;
port_rfc.c:760
PORT_LineStatusInd()
if
(
p_port
->
p_data_co_callback
(
p_port
->
inx
,
(
UINT8
*
)
p_buf
,
-
1
,
DATA_CO_CALLBACK_TYPE_INCOMING
)
)
{
port_rfc.c:861
PORT_DataInd()
p_port
->
p_data_callback
(
p_port
->
inx
,
(
UINT8
*
)
(
p_buf
+
1
)
+
p_buf
->
offset
,
p_buf
->
len
)
;
port_rfc.c:877
PORT_DataInd()
p_port
->
p_callback
(
events
,
p_port
->
inx
)
;
port_rfc.c:929
PORT_DataInd()
(
p_port
->
p_callback
)
(
events
,
p_port
->
inx
)
;
port_rfc.c:983
PORT_FlowInd()
p_port
->
p_callback
(
events
,
p_port
->
inx
)
;
port_rfc.c:1096
port_rfc_closed()
p_port
->
p_mgmt_callback
(
res
,
p_port
->
inx
,
NULL
)
;
port_rfc.c:1100
port_rfc_closed()
p_port
->
inx
=
yy
+
1
;
port_utils.c:79
port_allocate_port()
RFCOMM_TRACE_DEBUG
(
"port_release_port:Initialize handle:%d"
,
p_port
->
inx
)
;
port_utils.c:247
port_release_port()
RFCOMM_TRACE_DEBUG
(
"port_release_port:Clean-up handle:%d"
,
p_port
->
inx
)
;
port_utils.c:269
port_release_port()
p_mcb
->
port_inx
[
rfc_cb
.
rfc
.
rx_frame
.
dlci
]
=
p_port
->
inx
;
rfc_l2cap_if.c:352
RFCOMM_BufDataInd()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_port_info::inx
is written by 1 function and is read by 23 functions:
port_allocate_port()
All items filtered out
t_port_info::inx
RFCOMM_CreateConnection()
PORT_FlowControl()
PORT_FlowControl_GiveCredit()
PORT_Purge()
port_write()
PORT_Write()
PORT_WriteDataCO()
PORT_WriteData()
port_open_continue()
port_start_close()
PORT_StartCnf()
PORT_ParNegInd()
PORT_DlcEstablishInd()
PORT_DlcEstablishCnf()
PORT_PortNegInd()
PORT_ControlInd()
PORT_ControlCnf()
PORT_LineStatusInd()
PORT_DataInd()
PORT_FlowInd()
port_rfc_closed()
port_release_port()
RFCOMM_BufDataInd()
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