onoff_server sample
_led_state
is only used within onoff_server sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
onoff_server sample
_led_state
_led_state struct
Syntax
Show:
Summary
Declaration
from
board.h:56
struct
_led_state
{
uint8_t
current
;
uint8_t
previous
;
uint8_t
pin
;
char
*
name
;
}
;
Fields
Field
Declared as
_led_state::current
uint8_t
_led_state::previous
uint8_t
_led_state::pin
uint8_t
_led_state::name
char
*
Examples
References
from
examples
Code
Location
Scope
struct
_led_state
{
board.h:56
struct
_led_state
led_state
[
3
]
=
{
board.c:18
extern
struct
_led_state
led_state
[
3
]
;
main.c:32
struct
_led_state
*
led
=
NULL
;
main.c:130
example_change_led_state()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
led_state
main.c:32
led_state
board.c:18
Lifecycle
from
examples
All items filtered out
All items filtered out