Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 25 of 145) sorted by relevance

123456

/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h113 #define FT8XX_CLEAR_COLOR_RGB(red, green, blue) (0x02000000 | \ argument
116 ((uint32_t)(blue) & 0xff))
128 #define FT8XX_COLOR_RGB(red, green, blue) (0x04000000 | \ argument
131 ((uint32_t)(blue) & 0xff))
Dft8xx_reference_api.h323 #define CLEAR_COLOR_RGB(red, green, blue) FT8XX_CLEAR_COLOR_RGB(red, green, blue) argument
335 #define COLOR_RGB(red, green, blue) FT8XX_COLOR_RGB(red, green, blue) argument
/Zephyr-latest/boards/others/stm32_min_dev/
Drevision.cmake1 set(BOARD_REVISIONS "blue" "black")
3 set(BOARD_REVISION "blue")
/Zephyr-latest/boards/bcdevices/
Dindex.rst1 .. _boards-blue-clover:
/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/tests/drivers/gpio/gpio_api_1pin/boards/
Dmr_canhubk3.overlay9 /* Use the blue LED pin for this test because it supports interrupts */
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst23 The board must have red, green, and blue LEDs connected via PWM output channels.
31 - ``blue-pwm-led``
40 Unsupported board: blue-pwm-led devicetree alias is not defined
/Zephyr-latest/boards/others/serpente/
Dserpente.dts30 blue-led = &blue_led;
37 blue-pwm-led = &blue_pwm_led;
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts70 led0-blue = &led0_blue;
76 blue-pwm-led = &blue_pwm_led;
/Zephyr-latest/boards/ezurio/bl654_dvk/doc/
Dbl654_dvk.rst95 * LED1 (blue) = P0.13
96 * LED2 (blue) = P0.14
97 * LED3 (blue) = P0.15
98 * LED4 (blue) = P0.16
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/
DREADME.rst11 The red, green and blue LED fade up one by one, and this repeats forever.
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay17 def-back-color-blue = <0>;
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/
DREADME.rst25 usbc connection will cause the LED to turn blue. The LED will turn green instead
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/
Dnrf52832_mdk.dts77 led2-blue = &led2_blue;
83 blue-pwm-led = &pwm_led2_blue;
/Zephyr-latest/boards/ambiq/apollo3_evb/doc/
Dindex.rst83 https://ambiq.com/apollo3-blue/
89 https://www.ambiq.top/en/apollo3-blue-soc-eval-board
/Zephyr-latest/boards/ambiq/apollo3p_evb/doc/
Dindex.rst83 https://ambiq.com/apollo3-blue-plus/
89 https://www.ambiq.top/en/apollo3-blue-plus-soc-eval-board
/Zephyr-latest/boards/ezurio/bl653_dvk/doc/
Dbl653_dvk.rst84 * LED1 (blue) = P0.13
85 * LED2 (blue) = P0.14
86 * LED3 (blue) = P0.15
87 * LED4 (blue) = P0.16
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/
Dnrf52840_mdk.dts75 led1-blue = &led2_blue;
81 blue-pwm-led = &pwm_led2_blue;
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/
Daz3166_iotdevkit.dts23 blue-led = &blue_led;
27 blue-pwm-led = &blue_pwm_led;
/Zephyr-latest/boards/phytec/reel_board/dts/
Dreel_board.dtsi29 label = "User D3 blue";
93 blue-pwm-led = &blue_pwm_led;
/Zephyr-latest/boards/ambiq/apollo4p_blue_kxr_evb/doc/
Dindex.rst91 https://ambiq.com/apollo4-blue-plus/
97 https://www.ambiq.top/en/apollo4-blue-plus-kxr-soc-eval-board
/Zephyr-latest/boards/gardena/sgrm/doc/
Dindex.rst64 | PB0.6 | LED blue (I) | |
74 | PB4.2 | LED blue (O) | Mirrors PB0.6 |
/Zephyr-latest/boards/others/stm32_min_dev/doc/
Dindex.rst13 Zephyr applications can use the stm32_min_dev@blue or stm32_min_dev@black board
142 The board has one on-board LED that is connected to PB12/PC13 on the black/blue
148 Applications for the ``stm32_min_dev@(blue|black)`` board configuration can be
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dnrf52840dongle_nrf52840.dts76 led1-blue = &led1_blue;
82 blue-pwm-led = &blue_pwm_led;
/Zephyr-latest/boards/aconno/acn52832/
Dacn52832.dts43 label = "LD1C blue";

123456