CONFIG_CANOPENNODE_LEDS_BICOLOR
CANopen bicolor LED indicator
CANopen bicolor LED indicator
Type: bool
Help
Handle CANopen LEDs as one bicolor LED, favoring the red LED
over the green LED in accordance with the CiA 303-3
specification.
Help
Handle CANopen LEDs as one bicolor LED, favoring the red LED
over the green LED in accordance with the CiA 303-3
specification.
Direct dependencies
(CANOPENNODE_LEDS
&& CANOPENNODE
) || (CANOPENNODE_LEDS
&& CANOPENNODE
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definitions
At <Zephyr>/modules/canopennode/Kconfig:70
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:44
Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/canopennode) → CANopenNode support → CANopen LED indicators
config CANOPENNODE_LEDS_BICOLOR
bool "CANopen bicolor LED indicator"
depends on CANOPENNODE_LEDS && CANOPENNODE
help
Handle CANopen LEDs as one bicolor LED, favoring the red LED
over the green LED in accordance with the CiA 303-3
specification.
At <Zephyr>/modules/canopennode/Kconfig:70
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:80
Menu path: (Top) → Modules → CANopenNode support → CANopen LED indicators
config CANOPENNODE_LEDS_BICOLOR
bool "CANopen bicolor LED indicator"
depends on CANOPENNODE_LEDS && CANOPENNODE && 0
help
Handle CANopen LEDs as one bicolor LED, favoring the red LED
over the green LED in accordance with the CiA 303-3
specification.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)