Searched refs:led0 (Results 651 – 675 of 677) sorted by relevance
1...<<2122232425262728
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/src/ |
D | main.c | 239 const struct gpio_dt_spec led0_gpio = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); in led_pattern_out()
|
/Zephyr-latest/samples/boards/st/sensortile_box/src/ |
D | main.c | 252 static const struct gpio_dt_spec led0_gpio = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); in main()
|
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/src/ |
D | main.c | 258 const struct gpio_dt_spec led0_gpio = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios); in led_pattern_out()
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 35 led0 = &user_led1_red; 47 pwm-led0 = &user_led1_blue_pwm;
|
/Zephyr-latest/boards/digilent/arty_a7/dts/ |
D | arty_a7_arm_designstart.dtsi | 21 led0 = &led_ld4;
|
/Zephyr-latest/boards/st/stm32f746g_disco/ |
D | stm32f746g_disco.dts | 70 led0 = &green_led_1;
|
/Zephyr-latest/boards/adi/eval_adin1110ebz/ |
D | adi_eval_adin1110ebz.dts | 55 led0 = &green_led;
|
/Zephyr-latest/boards/nxp/mimxrt1040_evk/ |
D | mimxrt1040_evk.dts | 18 led0 = &green_led;
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 43 #define LED0_NODE DT_ALIAS(led0)
|
/Zephyr-latest/boards/witte/linum/ |
D | linum.dts | 52 led0 = &green_led;
|
/Zephyr-latest/boards/st/stm32h7b3i_dk/ |
D | stm32h7b3i_dk.dts | 101 led0 = &blue_led;
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/ |
D | main.c | 157 { .led_device = GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios), },
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | reel_board.c | 65 GPIO_DT_SPEC_GET(DT_ALIAS(led0), gpios),
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6.dts | 19 led0 = &green_led;
|
/Zephyr-latest/samples/net/openthread/coap/ |
D | README.rst | 95 Just press the button sw0 on the client and you should see led0 toggling.
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | mimxrt595_evk_mimxrt595s_cm33.dts | 22 led0 = &green_led;
|
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/ |
D | index.rst | 94 led0 / user_led1_red Red PTE14 FXIO D7 / EMIOS0 CH19
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 398 led0: led_0 { 412 led0 = &led0; /* now you support the blinky sample! */
|
/Zephyr-latest/boards/phytec/phyboard_polis/doc/ |
D | index.rst | 156 Zephyr has the 3-color status LED configured. The led0 alias (the standard
|
/Zephyr-latest/boards/st/steval_stwinbx1/doc/ |
D | index.rst | 192 - **led0** (Green)
|
/Zephyr-latest/boards/st/sensortile_box_pro/doc/ |
D | index.rst | 174 - **led0** (Green)
|
/Zephyr-latest/doc/build/dts/ |
D | api-usage.rst | 50 :zephyr:code-sample:`blinky`, which uses the ``led0`` alias) that need to
|
D | intro-syntax-structure.rst | 477 ``led0`` alias.
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 3867 # # The full path to the 'led0' alias is returned in 'path'. 3868 # dt_alias(path PROPERTY "led0") 4495 # # If the devicetree alias "led0" refers to a node, this 4497 # target_sources_if_dt_node("led0" app PRIVATE blink_led.c)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 1032 filter: dt_compat_enabled_with_alias("gpio-leds", "led0") 1038 filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") 2040 * :github:`30544` - nrf5340 pwm "Unsupported board: pwm-led0 devicetree alias is not defined"
|
1...<<2122232425262728