Searched refs:percent (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/samples/drivers/led/is31fl3216a/src/ |
D | main.c | 26 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/ |
D | modem_stats.c | 57 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/subsys/debug/ |
D | cpu_load.c | 45 uint32_t percent = load / 10; in cpu_load_log_fn() local 48 LOG_INF("Load:%d.%03d%%", percent, fraction); in cpu_load_log_fn()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor_data_types.h | 134 q31_t percent; /**< Unit: percent */ member
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.stm32_hal | 147 int "Lower bound of clock frequency adjustment (in percent)" 154 int "Upper bound of clock frequency adjustment (in percent)"
|
/Zephyr-latest/boards/renesas/rcar_spider_s4/doc/ |
D | rcar_spider_a55.rst | 11 percent of software code developed for 3rd generation R-Car SoCs and RH850 MCU applications.
|
D | rcar_spider_r52.rst | 13 | The R-Car S4 solution allows designers to re-use up to 88 percent of software code developed
|
/Zephyr-latest/subsys/lorawan/services/ |
D | Kconfig | 153 percent) for which it should be possible to reconstruct the full
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 93 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/subsys/mgmt/hawkbit/ |
D | Kconfig | 216 Set the interval (in percent) that the hawkBit update download progress will be saved.
|
/Zephyr-latest/doc/project/ |
D | tsc.rst | 207 sixty percent (60%) of the **TSC** representatives must be either
|
/Zephyr-latest/scripts/footprint/ |
D | size_report | 760 percent = 100 * float(row.node._size) / float(total_size)
|
/Zephyr-latest/ |
D | LICENSE | 20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 89 * Redefined SENSOR_CHAN_HUMIDITY in percent 397 * :github:`5693` - sensors: SENSOR_CHAN_HUMIDITY confusingly defined in "milli percent", SENSOR_CHA…
|
D | release-notes-3.6.rst | 1299 set :kconfig:option:`CONFIG_LV_Z_VDB_SIZE` to 100 percent.
|
D | release-notes-3.5.rst | 1488 * new property: ``term-current-percent``
|