Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/drivers/led/is31fl3216a/src/
Dmain.c26 uint8_t percent; in pulse_led() local
28 for (percent = 1 ; percent <= MAX_BRIGHTNESS ; percent++) { in pulse_led()
29 status = led_set_brightness(dev, led, percent); in pulse_led()
37 for (percent = MAX_BRIGHTNESS; in pulse_led()
38 percent <= MAX_BRIGHTNESS; percent--) { in pulse_led()
39 status = led_set_brightness(dev, led, percent); in pulse_led()
52 uint8_t percent; in pulse_leds() local
54 for (percent = 1; percent <= MAX_BRIGHTNESS; percent++) { in pulse_leds()
55 memset(brightness, percent, sizeof(brightness)); in pulse_leds()
66 for (percent = MAX_BRIGHTNESS; in pulse_leds()
[all …]
/Zephyr-latest/subsys/modem/
Dmodem_stats.c57 uint64_t percent; in percent_used() local
67 percent = 100; in percent_used()
68 percent *= max_used; in percent_used()
69 percent /= cap; in percent_used()
71 return (uint8_t)percent; in percent_used()
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal134 int "Lower bound of clock frequency adjustment (in percent)"
141 int "Upper bound of clock frequency adjustment (in percent)"
/Zephyr-latest/include/zephyr/drivers/
Dsensor_data_types.h134 q31_t percent; /**< Unit: percent */ member
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/
Drcar_spider_a55.rst11 percent of software code developed for 3rd generation R-Car SoCs and RH850 MCU applications.
Drcar_spider_r52.rst13 | The R-Car S4 solution allows designers to re-use up to 88 percent of software code developed
/Zephyr-latest/subsys/lorawan/services/
DKconfig153 percent) for which it should be possible to reconstruct the full
/Zephyr-latest/arch/arm/core/
DKconfig93 For performance optimized code Thumb-2 technology uses 31 percent
94 less memory to reduce system cost, while providing up to 38 percent
/Zephyr-latest/doc/project/
Dtsc.rst207 sixty percent (60%) of the **TSC** representatives must be either
/Zephyr-latest/scripts/footprint/
Dsize_report753 percent = 100 * float(row.node._size) / float(total_size)
/Zephyr-latest/
DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst89 * Redefined SENSOR_CHAN_HUMIDITY in percent
397 * :github:`5693` - sensors: SENSOR_CHAN_HUMIDITY confusingly defined in "milli percent", SENSOR_CHA…
Drelease-notes-3.6.rst1299 set :kconfig:option:`CONFIG_LV_Z_VDB_SIZE` to 100 percent.
Drelease-notes-3.5.rst1488 * new property: ``term-current-percent``