unprov_dev sample
LED_OFF
is only used within unprov_dev sample.
Symbol previews are coming soon...
Symbols
loading...
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
unprov_dev sample
LED_OFF
LED_OFF macro
Syntax
Show:
Summary
Declaration
from
board.h:52
#define
LED_OFF
0
Examples
References
from
examples
Code
Location
#define
LED_OFF
0
board.h:52
gpio_set_level
(
LED_R
,
LED_OFF
)
;
board.c:53
gpio_set_level
(
LED_G
,
LED_OFF
)
;
board.c:54
gpio_set_level
(
LED_B
,
LED_OFF
)
;
board.c:55
rgb
[
i
]
=
onoff
?
LED_ON
:
LED_OFF
;
main.c:133
rgb
[
model
->
element
->
element_addr
-
primary_addr
]
=
onoff
?
LED_ON
:
LED_OFF
;
main.c:138
rgb
[
0
]
=
onoff
?
LED_ON
:
LED_OFF
;
main.c:141
rgb
[
1
]
=
onoff
?
LED_ON
:
LED_OFF
;
main.c:142
rgb
[
2
]
=
onoff
?
LED_ON
:
LED_OFF
;
main.c:143
board_led_operation
(
LED_OFF
,
LED_ON
,
LED_OFF
)
;
main.c:194
board_led_operation
(
LED_OFF
,
LED_OFF
,
LED_OFF
)
;
main.c:278
board_led_operation
(
LED_ON
,
LED_OFF
,
LED_OFF
)
;
main.c:316
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
Lifecycle
from
examples
All items filtered out
All items filtered out