ESP-IDF
RECONNECT_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
RECONNECT_BIT
RECONNECT_BIT variable
Syntax
Show:
Summary
Declaration
from
mqtt_client.c:33
const
static
int
RECONNECT_BIT
=
(
1
<
<
1
)
;
Examples
References
from
examples
Code
Location
Referrer
const
static
int
RECONNECT_BIT
=
(
1
<
<
1
)
;
mqtt_client.c:33
xEventGroupClearBits
(
client
->
status_bits
,
RECONNECT_BIT
|
DISCONNECT_BIT
)
;
mqtt_client.c:1589
esp_mqtt_task()
if
(
!
client
->
config
->
auto_reconnect
&&
xEventGroupGetBits
(
client
->
status_bits
)
&
RECONNECT_BIT
)
{
mqtt_client.c:1712
esp_mqtt_task()
xEventGroupClearBits
(
client
->
status_bits
,
RECONNECT_BIT
)
;
mqtt_client.c:1713
esp_mqtt_task()
xEventGroupWaitBits
(
client
->
status_bits
,
RECONNECT_BIT
,
false
,
true
,
mqtt_client.c:1726
esp_mqtt_task()
xEventGroupSetBits
(
client
->
status_bits
,
RECONNECT_BIT
)
;
mqtt_client.c:1804
esp_mqtt_client_reconnect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
RECONNECT_BIT
is read by 2 functions:
All items filtered out
RECONNECT_BIT
esp_mqtt_task()
esp_mqtt_client_reconnect()
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