Home
last modified time | relevance | path

Searched refs:LED0 (Results 1 – 25 of 91) sorted by relevance

1234

/Zephyr-latest/samples/bluetooth/mesh/src/
Dboard.c15 #define LED0 DT_ALIAS(led0) macro
17 #define LED0 DT_NODELABEL(led0) macro
19 #define LED0 DT_INVALID_NODE macro
35 #if DT_NODE_EXISTS(LED0)
36 #define LED0_DEV DT_PHANDLE(LED0, gpios)
37 #define LED0_PIN DT_PHA(LED0, gpios, pin)
38 #define LED0_FLAGS DT_PHA(LED0, gpios, flags)
60 #if DT_NODE_EXISTS(LED0) in led_init()
123 #if DT_NODE_EXISTS(LED0) in board_led_set()
/Zephyr-latest/samples/subsys/modbus/tcp_server/
DREADME.rst48 For example, to set LED0 on use FC01 command (write_coil).
55 Client should confirm successful communication and LED0 should light.
64 To set LED0 off but LED1 and LED2 on use FC15 command (write_coils).
70 To read LED0, LED1, LED2 state FC05 command (read_coils) can be used.
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst52 For example, to set LED0 on use FC01 command (write_coil).
59 Client should confirm successful communication and LED0 should light.
68 To set LED0 off but LED1 and LED2 on use FC15 command (write_coils).
74 To read LED0, LED1, LED2 state FC05 command (read_coils) can be used.
/Zephyr-latest/samples/basic/blinky_pwm/boards/
Desp32s3_devkitm_procpu.overlay18 label = "PWM LED0";
Desp32s3_luatos_core_procpu_usb.overlay18 label = "PWM LED0";
Dxiao_esp32s3_procpu.overlay18 label = "PWM LED0";
Desp32s3_luatos_core_procpu.overlay18 label = "PWM LED0";
Desp32c3_devkitm.overlay19 label = "PWM LED0";
Desp32c3_luatos_core.overlay19 label = "PWM LED0";
Desp32c3_luatos_core_esp32c3_usb.overlay19 label = "PWM LED0";
Desp32s2_saola.overlay19 label = "PWM LED0";
Desp32_devkitc_wroom_procpu.overlay19 label = "PWM LED0";
/Zephyr-latest/samples/subsys/modbus/rtu_server/
DREADME.rst84 For example, to set LED0 on use FC01 command (write_coil).
90 Client should confirm successful communication and LED0 should light.
99 To set LED0 off but LED1 and LED2 on use FC15 command (write_coils).
105 To read LED0, LED1, LED2 state FC05 command (read_coils) can be used.
/Zephyr-latest/boards/segger/trb_stm32f407/
Dsegger_trb_stm32f407.dts31 label = "LED0";
/Zephyr-latest/boards/lilygo/ttgo_t8c3/
Dttgo_t8c3.dts37 label = "Green - LED0";
/Zephyr-latest/boards/ambiq/apollo3_evb/
Dapollo3_evb_connector.dtsi23 <10 0 &gpio0_31 10 0>, /* LED0, IOM1_SPI_MOSI */
/Zephyr-latest/boards/segger/trb_stm32f407/doc/
Dindex.rst51 * LED0 (green) = PA8
110 After resetting the board, you should see LED0 blink with a 1 second interval.
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/
Dttgo_t7v1_5_esp32_procpu.dts37 label = "Green - LED0";
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/
Desp32s2_franzininho.dts37 label = "User - LED0";
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/doc/
Dindex.rst80 | PH10 | GPIO | LED0 red |
82 | PH11 | GPIO | LED0 green |
84 | PH12 | GPIO | LED0 blue |
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay10 * BBLED controller 0 uses GPIO156/LED0 connected to JP31-13
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/
Dsamd20_xpro.dts36 label = "LED0";
/Zephyr-latest/boards/adi/max32662evkit/doc/
Dindex.rst143 | JP5 | LED0 EN | +-----------+ | +---------------------------------------------------…
144 | | | | 1-2 | | | Enables LED0. …
146 | | | | Open | | | Disables LED0. …
/Zephyr-latest/boards/ambiq/apollo3p_evb/
Dapollo3p_evb_connector.dtsi23 <10 0 &gpio0_31 10 0>, /* LED0, IOM1_SPI_MOSI */
/Zephyr-latest/boards/lilygo/ttgo_lora32/
Dttgo_lora32_esp32_procpu.dts41 label = "Green - LED0";

1234