ESP-IDF
t_port_info::in_use
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::in_use
t_port_info::in_use field
Syntax
Show:
Summary
Declaration
from
port_int.h:144
BOOLEAN
in_use
;
Examples
References
from
examples
Code
Location
Referrer
BOOLEAN
in_use
;
/* True when structure is allocated */
port_int.h:144
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:244
RFCOMM_RemoveConnection()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:281
RFCOMM_RemoveServer()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:321
PORT_SetEventCallback()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:381
PORT_SetDataCallback()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:415
PORT_SetDataCOCallback()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:449
PORT_SetEventMask()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:485
PORT_CheckConnection()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:579
PORT_SetState()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:623
PORT_GetRxQueueCnt()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:664
PORT_GetState()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:702
PORT_Control()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:788
PORT_FlowControl()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:928
PORT_FlowControl_GiveCredit()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:996
PORT_GetModemStatus()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1036
PORT_ClearError()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1073
PORT_SendError()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1109
PORT_GetQueueStatus()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1163
PORT_Purge()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1243
PORT_ReadData()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1338
PORT_Read()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1453
PORT_Write()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1517
PORT_WriteDataCO()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1638
PORT_WriteData()
if
(
!
p_port
->
in_use
||
(
p_port
->
state
==
PORT_STATE_CLOSED
)
)
{
port_api.c:1758
PORT_Test()
if
(
!
p_port
->
in_use
port_rfc.c:964
PORT_FlowInd()
if
(
!
p_port
->
in_use
)
{
port_utils.c:75
port_allocate_port()
p_port
->
in_use
=
TRUE
;
port_utils.c:78
port_allocate_port()
if
(
p_port
->
in_use
&&
(
p_port
->
rfc
.
p_mcb
==
NULL
)
)
{
port_utils.c:357
port_find_dlci_port()
if
(
p_port
->
in_use
port_utils.c:386
port_find_port()
if
(
!
p_port
->
in_use
rfc_utils.c:382
rfc_sec_check_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_port_info::in_use
is written by 1 function and is read by 29 functions:
port_allocate_port()
All items filtered out
t_port_info::in_use
RFCOMM_RemoveConnection()
RFCOMM_RemoveServer()
PORT_SetEventCallback()
PORT_SetDataCallback()
PORT_SetDataCOCallback()
PORT_SetEventMask()
PORT_CheckConnection()
PORT_SetState()
PORT_GetRxQueueCnt()
PORT_GetState()
PORT_Control()
PORT_FlowControl()
PORT_FlowControl_GiveCredit()
PORT_GetModemStatus()
PORT_ClearError()
PORT_SendError()
PORT_GetQueueStatus()
PORT_Purge()
PORT_ReadData()
PORT_Read()
PORT_Write()
PORT_WriteDataCO()
PORT_WriteData()
PORT_Test()
PORT_FlowInd()
port_allocate_port()
port_find_dlci_port()
port_find_port()
rfc_sec_check_complete()
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