Searched refs:LED0 (Results 1 – 25 of 91) sorted by relevance
1234
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | board.c | 15 #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/ |
D | README.rst | 48 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/ |
D | README.rst | 52 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/ |
D | esp32s3_devkitm_procpu.overlay | 18 label = "PWM LED0";
|
D | esp32s3_luatos_core_procpu_usb.overlay | 18 label = "PWM LED0";
|
D | xiao_esp32s3_procpu.overlay | 18 label = "PWM LED0";
|
D | esp32s3_luatos_core_procpu.overlay | 18 label = "PWM LED0";
|
D | esp32c3_devkitm.overlay | 19 label = "PWM LED0";
|
D | esp32c3_luatos_core.overlay | 19 label = "PWM LED0";
|
D | esp32c3_luatos_core_esp32c3_usb.overlay | 19 label = "PWM LED0";
|
D | esp32s2_saola.overlay | 19 label = "PWM LED0";
|
D | esp32_devkitc_wroom_procpu.overlay | 19 label = "PWM LED0";
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | README.rst | 84 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/ |
D | segger_trb_stm32f407.dts | 31 label = "LED0";
|
/Zephyr-latest/boards/lilygo/ttgo_t8c3/ |
D | ttgo_t8c3.dts | 37 label = "Green - LED0";
|
/Zephyr-latest/boards/ambiq/apollo3_evb/ |
D | apollo3_evb_connector.dtsi | 23 <10 0 &gpio0_31 10 0>, /* LED0, IOM1_SPI_MOSI */
|
/Zephyr-latest/boards/segger/trb_stm32f407/doc/ |
D | index.rst | 51 * 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/ |
D | ttgo_t7v1_5_esp32_procpu.dts | 37 label = "Green - LED0";
|
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/ |
D | esp32s2_franzininho.dts | 37 label = "User - LED0";
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/doc/ |
D | index.rst | 80 | PH10 | GPIO | LED0 red | 82 | PH11 | GPIO | LED0 green | 84 | PH12 | GPIO | LED0 blue |
|
/Zephyr-latest/samples/drivers/led/pwm/boards/ |
D | mec15xxevb_assy6853.overlay | 10 * BBLED controller 0 uses GPIO156/LED0 connected to JP31-13
|
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/ |
D | samd20_xpro.dts | 36 label = "LED0";
|
/Zephyr-latest/boards/adi/max32662evkit/doc/ |
D | index.rst | 143 | JP5 | LED0 EN | +-----------+ | +---------------------------------------------------… 144 | | | | 1-2 | | | Enables LED0. … 146 | | | | Open | | | Disables LED0. …
|
/Zephyr-latest/boards/ambiq/apollo3p_evb/ |
D | apollo3p_evb_connector.dtsi | 23 <10 0 &gpio0_31 10 0>, /* LED0, IOM1_SPI_MOSI */
|
/Zephyr-latest/boards/lilygo/ttgo_lora32/ |
D | ttgo_lora32_esp32_procpu.dts | 41 label = "Green - LED0";
|
1234