Home
last modified time | relevance | path

Searched full:red (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/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/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/sparkfun/red_v_things_plus/doc/
Dindex.rst3 SparkFun RED-V Things Plus
9 The SparkFun RED-V Things Plus is a development board with
14 :alt: SparkFun RED-V Things Plus board
16 For more information about the SparkFun RED-V Things Plus and SiFive FE310-G002:
18 - `SparkFun RED-V Things Plus Website`_
38 The SparkFun RED-V Things Plus uses Segger J-Link OB for flashing and debugging.
57 .. _SparkFun RED-V Things Plus Website:
/Zephyr-latest/doc/kernel/data_structures/
Drbtree.rst3 Balanced Red/Black Tree
11 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
118 Red/Black Tree API Reference
/Zephyr-latest/boards/waveshare/nrf51_ble400/
Dnrf51_ble400.dts41 label = "Red LED 0";
45 label = "Red LED 1";
49 label = "Red LED 2";
53 label = "Red LED 3";
57 label = "Red LED 4";
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/
Dft8xx_dl.h105 * @brief Specify clear values for red, green and blue channels
109 * @param red Red value used when the color buffer is cleared
113 #define FT8XX_CLEAR_COLOR_RGB(red, green, blue) (0x02000000 | \ argument
114 (((uint32_t)(red) & 0xff) << 16) | \
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
124 * @param red Red value for the current color
128 #define FT8XX_COLOR_RGB(red, green, blue) (0x04000000 | \ argument
129 (((uint32_t)(red) & 0xff) << 16) | \
/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/lib/utils/
Drb.c19 enum rb_color { RED = 0U, BLACK = 1U }; enumerator
60 return get_color(n) == RED; in is_red()
153 /* The node at the top of the provided stack is red, and its parent is
154 * too. Iteratively fix the tree so it becomes a valid red black tree
174 * parent is red, as red nodes cannot be the root in fix_extra_red()
184 set_color(grandparent, RED); in fix_extra_red()
188 /* We colored the grandparent red, which might in fix_extra_red()
189 * have a red parent, so continue iterating in fix_extra_red()
209 set_color(stack[stacksz - 2], RED); in fix_extra_red()
244 set_color(node, RED); in rb_insert()
[all …]
/Zephyr-latest/samples/drivers/fpga/fpga_controller/src/
Dmain.c22 PAD_CTRL_SEL_AO_REG); /* Enable red led */ in main()
28 printk("Address of the bitstream (red): %p\n", &axFPGABitStream_red); in main()
30 printk("Size of the bitstream (red): %d\n", sizeof(axFPGABitStream_red)); in main()
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/
DREADME.rst49 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
53 - audio acquisition starts: GRN on - RED off
54 - audio acquisition ends: GRN on - RED on
55 - audio output ends: GRN off - RED on
91 and before audio acquisition ends (before red led glows).
/Zephyr-latest/boards/others/serpente/
Dserpente.dts28 red-led = &red_led;
35 red-pwm-led = &red_pwm_led;
44 label = "Red LED";
60 label = "Red PWM LED";
/Zephyr-latest/boards/qorvo/decawave_dwm1001_dev/
Ddecawave_dwm1001_dev.dts32 label = "Red LED 0";
40 label = "Red LED 2";
52 label = "Red PWM LED";
72 led0-red = &led0_red;
74 led2-red = &led2_red;
/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/boards/croxel/croxel_cx1825/doc/
Dindex.rst30 - 2 Discrete LEDs (Red and Green)
49 - Discrete LEDs (red and green)
71 - LED1 (red) = P0.8
110 You should see the red LED blink.
/Zephyr-latest/dts/bindings/led/
Dti,lp5562.yaml8 red-output-current:
11 description: Output current of red 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
37 label = "RED LED";
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/
Dnrf52832_mdk.dts36 label = "Red LED 1";
52 label = "Red PWM LED 1";
76 led1-red = &led1_red;
82 red-pwm-led = &pwm_led1_red;
/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/scripts/pylib/twister/twisterlib/
Dstatuses.py33 TwisterStatus.FAIL: Fore.RED,
34 TwisterStatus.ERROR: Fore.RED,
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/
Dnrf52840_mdk.dts34 label = "Red LED 1";
50 label = "Red PWM LED 1";
74 led1-red = &led1_red;
80 red-pwm-led = &pwm_led1_red;
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts29 label = "Red LED 0";
68 led0-red = &led0_red;
74 red-pwm-led = &red_pwm_led;
/Zephyr-latest/boards/sparkfun/red_v_things_plus/
Dboard.yml3 full_name: RED-V Things Plus
Dsparkfun_red_v_things_plus.dts11 model = "SparkFun RED-V Things Plus";
12 compatible = "sparkfun,red-v_things_plus";
/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/electronut/nrf52840_papyr/
Dnrf52840_papyr.dts38 label = "Red LED 2";
54 label = "Red PWM LED 2";
77 red-pwm-led = &pwm_led2;

12345678910>>...14