Searched refs:LED0 (Results 1 – 16 of 16) sorted by relevance
/samples/bluetooth/mesh/src/ |
A 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()
|
/samples/boards/renesas/comparator/ |
A D | README.rst | 33 The comparator's output controls LED0: 35 * If the comparator output is HIGH, LED0 turns on. 36 * If the comparator output is LOW, LED0 turns off. 42 * SW0 not pressed --> Comparator output HIGH --> LED0 on 43 * SW0 pressed --> Comparator output LOW --> LED0 off 47 * IVCMP3 HIGH --> Comparator output HIGH --> LED0 on 48 * IVCMP3 LOW --> Comparator output LOW --> LED0 off
|
/samples/basic/blinky_pwm/boards/ |
A D | esp32s3_devkitm_procpu.overlay | 18 label = "PWM LED0";
|
A D | esp32s3_luatos_core_procpu.overlay | 18 label = "PWM LED0";
|
A D | esp32s3_luatos_core_procpu_usb.overlay | 18 label = "PWM LED0";
|
A D | xiao_esp32s3_procpu.overlay | 18 label = "PWM LED0";
|
A D | esp32_devkitc_procpu.overlay | 19 label = "PWM LED0";
|
A D | esp32c3_devkitm.overlay | 19 label = "PWM LED0";
|
A D | esp32c3_luatos_core.overlay | 19 label = "PWM LED0";
|
A D | esp32c3_luatos_core_esp32c3_usb.overlay | 19 label = "PWM LED0";
|
A D | esp32s2_saola.overlay | 19 label = "PWM LED0";
|
A D | esp32c3_supermini.overlay | 19 label = "PWM LED0";
|
/samples/subsys/modbus/tcp_server/ |
A 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.
|
/samples/subsys/modbus/tcp_gateway/ |
A 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.
|
/samples/subsys/modbus/rtu_server/ |
A 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.
|
/samples/drivers/led/pwm/boards/ |
A D | mec15xxevb_assy6853.overlay | 10 * BBLED controller 0 uses GPIO156/LED0 connected to JP31-13
|
Completed in 53 milliseconds