ESP-IDF
DISCONNECT_BIT
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
DISCONNECT_BIT
DISCONNECT_BIT variable
Syntax
Show:
Summary
Declaration
from
mqtt_client.c:34
const
static
int
DISCONNECT_BIT
=
(
1
<
<
2
)
;
Examples
References
from
examples
Code
Location
Referrer
const
static
int
DISCONNECT_BIT
=
(
1
<
<
2
)
;
mqtt_client.c:34
xEventGroupClearBits
(
client
->
status_bits
,
RECONNECT_BIT
|
DISCONNECT_BIT
)
;
mqtt_client.c:1589
esp_mqtt_task()
if
(
xEventGroupWaitBits
(
client
->
status_bits
,
DISCONNECT_BIT
,
true
,
true
,
0
)
&
DISCONNECT_BIT
)
{
mqtt_client.c:1647
esp_mqtt_task()
xEventGroupSetBits
(
client
->
status_bits
,
DISCONNECT_BIT
)
;
mqtt_client.c:1788
esp_mqtt_client_disconnect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
DISCONNECT_BIT
is read by 2 functions:
All items filtered out
DISCONNECT_BIT
esp_mqtt_task()
esp_mqtt_client_disconnect()
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