onoff_server sample
board_led_operation()
is only used within onoff_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
onoff_server sample
board_led_operation()
board_led_operation() function
Syntax
Show:
Summary
Declaration
Definition
from
board.h:63
void
board_led_operation
(
uint8_t
pin
,
uint8_t
onoff
)
;
Implemented in
board.c:24
Arguments
Argument
pin
onoff
Examples
References
from
examples
Code
Location
Referrer
void
board_led_operation
(
uint8_t
pin
,
uint8_t
onoff
)
board.c:24
void
board_led_operation
(
uint8_t
pin
,
uint8_t
onoff
)
;
board.h:63
board_led_operation
(
LED_G
,
LED_OFF
)
;
main.c:122
prov_complete()
board_led_operation
(
led
->
pin
,
onoff
)
;
main.c:137
example_change_led_state()
board_led_operation
(
led
->
pin
,
onoff
)
;
main.c:143
example_change_led_state()
board_led_operation
(
led
->
pin
,
onoff
)
;
main.c:147
example_change_led_state()
board_led_operation
(
LED_G
,
LED_ON
)
;
main.c:315
ble_mesh_init()
Call Tree
from
examples
board_led_operation()
is called by 3 functions and calls 3 functions:
prov_complete()
example_change_led_state()
ble_mesh_init()
All items filtered out
board_led_operation()
esp_log_timestamp()
esp_log_write()
gpio_set_level()
All items filtered out
Data Use
from
examples
board_led_operation()
reads 9 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
_led_state::previous
_led_state::pin
_led_state::name
led_state
All items filtered out
board_led_operation()
_led_state::previous
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