ESP-IDF
smp_set_br_state()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
smp_set_br_state()
smp_set_br_state() function
* Function smp_set_br_state * Returns None
Syntax
Show:
Summary
Declaration
Definition
from
smp_int.h:397
extern
void
smp_set_br_state
(
tSMP_BR_STATE
state
)
;
Implemented in
smp_br_main.c:251
Arguments
Argument
state
Examples
References
from
examples
Code
Location
Referrer
void
smp_set_br_state
(
tSMP_BR_STATE
br_state
)
smp_br_main.c:251
extern
void
smp_set_br_state
(
tSMP_BR_STATE
state
)
;
smp_int.h:397
smp_set_br_state
(
state_table
[
entry
-
1
]
[
SMP_BR_SME_NEXT_STATE
]
)
;
smp_br_main.c:353
smp_br_state_machine_event()
Call Tree
from
examples
smp_set_br_state()
is called by 1 function and calls 3 functions:
smp_br_state_machine_event()
All items filtered out
smp_set_br_state()
esp_log_timestamp()
esp_log_write()
smp_get_br_state_name()
All items filtered out
Data Use
from
examples
smp_set_br_state()
reads 5 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
::SMP_BR_STATE_MAX
tSMP_CB::trace_level
tSMP_CB::br_state
smp_cb
All items filtered out
smp_set_br_state()
tSMP_CB::br_state
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