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 <External Modules>/canopennode/Kconfig:70
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:8
Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/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 <External Modules>/canopennode/Kconfig:70
Included via Kconfig:8
→ Kconfig.zephyr:33
→ <External Modules>/Kconfig:74
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.)