Home
last modified time | relevance | path

Searched refs:red (Results 1 – 25 of 181) sorted by relevance

12345678

/Zephyr-latest/modules/canopennode/
Dcanopen_leds.c17 bool red : 1; member
26 bool red = false; in canopen_leds_update() local
38 red = LED_RED_ERROR(canopen_leds.nmt); in canopen_leds_update()
41 if (red && canopen_leds.red_cb) { in canopen_leds_update()
54 if (red != canopen_leds.red) { in canopen_leds_update()
55 canopen_leds.red_cb(red, canopen_leds.red_arg); in canopen_leds_update()
56 canopen_leds.red = red; in canopen_leds_update()
84 canopen_leds.red = false; in canopen_leds_init()
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h113 #define FT8XX_CLEAR_COLOR_RGB(red, green, blue) (0x02000000 | \ argument
114 (((uint32_t)(red) & 0xff) << 16) | \
128 #define FT8XX_COLOR_RGB(red, green, blue) (0x04000000 | \ argument
129 (((uint32_t)(red) & 0xff) << 16) | \
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/drivers/sensor/maxim/max30101/
DKconfig54 Set to operate in heart rate only mode. The red LED channel is
60 Set to operate in SpO2 mode. The red and IR LED channels are active.
65 Set to operate in multi-LED mode. The green, red, and/or IR LED
88 one IR pulse/conversion and one red pulse/conversion per sample
100 hex "LED1 (red) pulse amplitude"
104 Set the pulse amplitude to control the LED1 (red) current. The actual
150 1: LED1 (red), LED1_PA
154 5: LED1 (red), PILOT_PA
165 1: LED1 (red), LED1_PA
169 5: LED1 (red), PILOT_PA
[all …]
/Zephyr-latest/boards/qorvo/decawave_dwm3001cdk/
Ddecawave_dwm3001cdk.dts31 // D20: something related to jlink, red
32 // D13: DW3000 tx(red)/rx(green)
39 label = "D12 red LED";
43 label = "D11 red LED";
/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/samples/modules/canopennode/boards/
Dstm32f072b_disco.overlay10 red-led = &red_up_led_3;
Dfrdm_k64f.overlay10 red-led = &red_led;
Dstm32f3_disco.overlay10 red-led = &red_led_3;
Dtwr_ke18f.overlay10 red-led = &red_led;
/Zephyr-latest/tests/subsys/modbus/boards/
Dfrdm_k64f.overlay13 de-gpios = <&gpiob 22 GPIO_ACTIVE_LOW>; /* red LED */
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst23 The board must have red, green, and blue LEDs connected via PWM output channels.
29 - ``red-pwm-led``
38 Unsupported board: red-pwm-led devicetree alias is not defined
/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
/Zephyr-latest/boards/waveshare/nrf51_ble400/doc/
Dindex.rst109 * LED0 (red) = P0.18
110 * LED1 (red) = P0.19
111 * LED2 (red) = P0.20
112 * LED3 (red) = P0.21
113 * LED4 (red) = P0.22
/Zephyr-latest/doc/kernel/data_structures/
Drbtree.rst11 conventional red/black tree as described by multiple academic sources.
70 red/black tree as described pervasively in academic sources. Low
78 each node, either red or black, and enforcing a rule that no red child
79 can be a child of another red child (i.e. that the number of black
81 that number of "extra" red nodes may be present). This rule is
106 "upwards" from a node as well. It is very common for red/black trees
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/
Dindex.rst49 - Discrete LEDs (red and green)
71 - LED1 (red) = P0.8
110 You should see the red LED blink.
/Zephyr-latest/boards/others/serpente/
Dserpente.dts28 red-led = &red_led;
35 red-pwm-led = &red_pwm_led;
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts68 led0-red = &led0_red;
74 red-pwm-led = &red_pwm_led;
/Zephyr-latest/samples/net/sockets/echo_server/src/ws_console/
Dstyle.css59 color: red;
/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/samples/drivers/fpga/fpga_controller/
DREADME.rst52 Once the board is programmed, the LED should alternately flash red and green.
58 Address of the bitstream (red): 0xADDR
60 Size of the bitstream (red): 75960
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay15 def-back-color-red = <0>;
/Zephyr-latest/samples/boards/google/twinkie_v2/pda/
DREADME.rst24 After flashing, the LED will start red. Putting the Twinkie in between any
/Zephyr-latest/arch/x86/
Dintel64.cmake5 zephyr_cc_option(-mno-red-zone)
/Zephyr-latest/boards/innblue/innblue21/
Dinnblue21_common.dtsi23 label = "RGB red channel";
36 label = "mode red channel";

12345678