unprov_dev sample
CHANNEL_ID_RED
is only used within unprov_dev sample.
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
unprov_dev sample
CHANNEL_ID_RED
CHANNEL_ID_RED macro
Map color channels to IDs | Rule 1 | Rule 2 | Rule 3 | | | | RED | RED | RED | GREEN | GREEN | GREEN | BLUE | BLUE | BLUE | COLD | CCT | WHITE | WARM | BRIGHTNESS | YELLOW
Syntax
Show:
Summary
Declaration
from
hal_driver.h:29
#define
CHANNEL_ID_RED
0
Notes
Mapping rules
Examples
References
from
examples
Code
Location
#define
CHANNEL_ID_RED
0
hal_driver.h:29
#define
SELECT_COLOR_CHANNEL
(
(
1
<
<
CHANNEL_ID_RED
)
|
(
1
<
<
CHANNEL_ID_GREEN
)
|
(
1
<
<
CHANNEL_ID_BLUE
)
)
hal_driver.h:34
hal_regist_channel
(
CHANNEL_ID_RED
,
config
->
io_conf
.
pwm_io
.
red
)
;
lightbulb.c:524
hal_regist_channel
(
CHANNEL_ID_RED
,
config
->
io_conf
.
iic_io
.
red
)
;
lightbulb.c:528
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