Home
last modified time | relevance | path

Searched full:green (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/Zephyr-latest/samples/sensor/max30101/
DREADME.rst17 enable the green LED and measure the reflected light with a photodiode. The raw
32 GREEN=5731
33 GREEN=5750
34 GREEN=5748
35 GREEN=5741
36 GREEN=5735
37 GREEN=5737
38 GREEN=5736
39 GREEN=5748
/Zephyr-latest/modules/canopennode/
Dcanopen_leds.c16 bool green : 1; member
25 bool green = false; in canopen_leds_update() local
33 green = LED_TRIPLE_FLASH(canopen_leds.nmt); in canopen_leds_update()
35 green = LED_GREEN_RUN(canopen_leds.nmt); in canopen_leds_update()
42 green = false; in canopen_leds_update()
47 if (green != canopen_leds.green) { in canopen_leds_update()
48 canopen_leds.green_cb(green, canopen_leds.green_arg); in canopen_leds_update()
49 canopen_leds.green = green; in canopen_leds_update()
81 canopen_leds.green = false; in canopen_leds_init()
/Zephyr-latest/samples/sensor/max30101/src/
Dmain.c13 struct sensor_value green; in main() local
27 sensor_channel_get(dev, SENSOR_CHAN_GREEN, &green); in main()
29 /* Print green LED data*/ in main()
30 printf("GREEN=%d\n", green.val1); in main()
/Zephyr-latest/drivers/sensor/maxim/max30101/
DKconfig65 Set to operate in multi-LED mode. The green, red, and/or IR LED
128 hex "LED3 (green) pulse amplitude"
132 Set the pulse amplitude to control the LED3 (green) current. The
152 3: LED3 (green), LED3_PA
156 7: LED3 (green), PILOT_PA
167 3: LED3 (green), LED3_PA
171 7: LED3 (green), PILOT_PA
182 3: LED3 (green), LED3_PA
186 7: LED3 (green), PILOT_PA
197 3: LED3 (green), LED3_PA
[all …]
/Zephyr-latest/boards/nordic/nrf54l20pdk/
Dnrf54l20pdk_nrf54l20-common.dtsi14 label = "Green LED 0";
18 label = "Green LED 1";
22 label = "Green LED 2";
26 label = "Green LED 3";
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h105 * @brief Specify clear values for red, green and blue channels
110 * @param green Green value used when the color buffer is cleared
113 #define FT8XX_CLEAR_COLOR_RGB(red, green, blue) (0x02000000 | \ argument
115 (((uint32_t)(green) & 0xff) << 8) | \
119 * @brief Set the current color red, green and blue
121 * Sets red, green and blue values of the FT8xx color buffer which will be
125 * @param green Green value for the current color
128 #define FT8XX_COLOR_RGB(red, green, blue) (0x04000000 | \ argument
130 (((uint32_t)(green) & 0xff) << 8) | \
/Zephyr-latest/drivers/display/
DKconfig.stm32_ltdc28 One pixel consists of 8-bit alpha, 8-bit red, 8-bit green and 8-bit blue value
34 One pixel consists of 8-bit red, 8-bit green and 8-bit blue value
40 One pixel consists of 5-bit red, 6-bit green and 5-bit blue value
/Zephyr-latest/boards/nordic/nrf54l15dk/
Dnrf54l15dk_common.dtsi14 label = "Green LED 0";
18 label = "Green LED 1";
22 label = "Green LED 2";
26 label = "Green LED 3";
/Zephyr-latest/samples/drivers/fpga/fpga_controller/src/
Dmain.c25 PAD_CTRL_SEL_AO_REG); /* Enable green led */ in main()
29 printk("Address of the bitstream (green): %p\n", &axFPGABitStream_green); in main()
31 printk("Size of the bitstream (green): %d\n", sizeof(axFPGABitStream_green)); in main()
/Zephyr-latest/boards/others/serpente/
Dserpente.dts29 green-led = &green_led;
36 green-pwm-led = &green_pwm_led;
48 label = "Green LED";
64 label = "Green PWM LED";
/Zephyr-latest/boards/nordic/nrf5340dk/
Dnrf5340dk_common.dtsi12 label = "Green LED 0";
16 label = "Green LED 1";
20 label = "Green LED 2";
24 label = "Green LED 3";
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dnrf52840dongle_nrf52840.dts28 label = "Green LED 0";
36 label = "Green LED 1";
73 led0-green = &led0_green;
75 led1-green = &led1_green;
81 green-pwm-led = &green_pwm_led;
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst23 The board must have red, green, and blue LEDs connected via PWM output channels.
30 - ``green-pwm-led``
39 Unsupported board: green-pwm-led devicetree alias is not defined
/Zephyr-latest/dts/bindings/led/
Dti,lp5562.yaml13 green-output-current:
16 description: Output current of green channel in 0.1 mA (0-25.5 mA)
Dissi,is31fl3194.yaml9 For RGB LEDs, the led_set_color() API can be used to set the red, green and
42 label = "GREEN LED";
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/
Dnrf52832_mdk.dts32 label = "Green LED 0";
48 label = "Green PWM LED 0";
75 led0-green = &led0_green;
81 green-pwm-led = &pwm_led0_green;
/Zephyr-latest/boards/nordic/nrf52dk/
Dnrf52dk_nrf52805.dts31 label = "Green LED 0";
35 label = "Green LED 1";
39 label = "Green LED 2";
43 label = "Green LED 3";
Dnrf52dk_nrf52810.dts33 label = "Green LED 0";
37 label = "Green LED 1";
41 label = "Green LED 2";
45 label = "Green LED 3";
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/
Dnrf52840_mdk.dts30 label = "Green LED 0";
46 label = "Green PWM LED 0";
73 led0-green = &led0_green;
79 green-pwm-led = &pwm_led0_green;
/Zephyr-latest/boards/nordic/nrf51dk/
Dnrf51dk_nrf51822.dts31 label = "Green LED 0";
35 label = "Green LED 1";
39 label = "Green LED 2";
43 label = "Green LED 3";
/Zephyr-latest/boards/nordic/nrf52840dk/
Dnrf52840dk_nrf52811.dts31 label = "Green LED 0";
35 label = "Green LED 1";
39 label = "Green LED 2";
43 label = "Green LED 3";
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts33 label = "Green LED 0";
69 led0-green = &led0_green;
75 green-pwm-led = &green_pwm_led;
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst48 As soon as the acquisition starts the green LED glows. At the end of the
49 acquisition both the green and red LEDs go on and the PCM stream is sent
50 on COM port. When the output is completed the green LED goes off and the red
90 acquisition starts (after green led glows) to avoid initial boot messages to enter in the file,
/Zephyr-latest/boards/nordic/nrf52833dk/
Dnrf52833dk_nrf52820.dts31 label = "Green LED 0";
35 label = "Green LED 1";
39 label = "Green LED 2";
43 label = "Green LED 3";
/Zephyr-latest/samples/drivers/display/
DREADME.rst13 in clockwise order, from top left corner: red, green, blue, grey. The shade of
14 grey changes from black through to white. If the grey looks too green or red

12345678910>>...15