Home
last modified time | relevance | path

Searched full:closest (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/dts/bindings/input/
Dpixart,pat912x.yaml33 closest supported value in increments of 5.
39 closest supported value in increments of 5.
Dpixart,pmw3610.yaml40 the closest supported value in increments of 200. This can also be
/Zephyr-latest/dts/bindings/charger/
Dti,bq25180.yaml28 The value specified will be rounded down to the closest implemented
/Zephyr-latest/drivers/input/
Dinput_adc_keys.c82 * Find the closest key press threshold to the sample value. in adc_keys_process()
99 LOG_DBG("sample=%d mV, closest=%d mV, diff=%d mV", sample_mv, closest_mv, closest_diff); in adc_keys_process()
102 * Update cached key states according to the closest key press threshold. in adc_keys_process()
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux.c55 * This function is intended to find the closest realizable DPHY in dsi_mcux_best_clock()
59 * configure the DPHY to output the closest realizable clock frequency in dsi_mcux_best_clock()
108 /* Get the closest CM value for this vco frequency in dsi_mcux_best_clock()
112 * would round cm to the closest integer in dsi_mcux_best_clock()
/Zephyr-latest/include/zephyr/drivers/
Dvideo.h784 * @brief Find the closest match to a frame interval value within a stepwise frame interval.
787 * @param desired The frame interval for which find the closest match
788 * @param match The resulting frame interval closest to @p desired
795 * @brief Find the closest match to a frame interval value within a video device.
797 * To compute the closest match, fill @p match with the following fields:
805 * - @c match->discrete to the value of the closest frame interval.
806 * - @c match->index to the index of the closest frame interval.
Dsensor_data_types.h21 * The closest timestamp for when the first frame was generated as attained by
Dregulator.h517 * The output voltage will be configured to the closest supported output
612 * The output current limit will be configured to the closest supported output
/Zephyr-latest/dts/bindings/sensor/
Dnordic,npm1300-charger.yaml34 The value specified will be rounded down to the closest implemented value.
/Zephyr-latest/boards/ronoth/lodev/doc/
Dindex.rst36 The LoDev has two rows of headers. Pin 1 on both connectors is closest to the micro-USB connector …
39 When viewed from the top (component) side of the board, with the micro-USB connector closest and RF…
/Zephyr-latest/subsys/net/lib/dns/
Ddns_cache.h59 * @brief Adds a new entry to the dns cache removing the one closest to expiry
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dcodesample-livesearch.js8 const container = input.closest(".code-sample-listing");
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/
Ddoxytooltip.js104 content = target.closest('h2').nextElementSibling;
/Zephyr-latest/drivers/timer/
Dgecko_burtc_timer.c122 * beginning from the closest upcoming one: in sys_clock_set_timeout()
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_uac2.h149 * sample rate. USB stack sanitizes the sample rate to closest valid
/Zephyr-latest/drivers/watchdog/
Dwdt_max32.c46 i = LOG2CEIL(number_of_tick); /* Find closest bigger 2^i value than number_of_tick. */ in wdt_max32_calculate_timeout()
/Zephyr-latest/drivers/regulator/
Dregulator_common.c73 /* Snap to closest interval value if out of range */ in regulator_common_init()
/Zephyr-latest/subsys/pm/
Dpm.c78 * We need to find out which one is the closest in ticks_expiring_sooner()
/Zephyr-latest/lib/heap/
Dheap.c152 * Return the closest chunk ID corresponding to given memory pointer.
153 * Here "closest" is only meaningful in the context of sys_heap_aligned_alloc()
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx.c120 /* Convert ODR Hz value to microhertz and round up to closest register setting */ in bma4xx_attr_set_odr()
172 /* Convert m/s^2 to micro-G's and find closest register setting */ in bma4xx_attr_set_range()
/Zephyr-latest/drivers/video/
Dvideo_mcux_mipi_csi2rx.c106 /* Find the supported sensor_pixel_rate closest to the desired one */ in mipi_csi2rx_update_settings()
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/
Dmain.c204 * if all contexts are in use by sending the message, that is the closest to
/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py360 # representing the closest xterm 256-color 6x6x6 color cube color.
390 # Closest index in the grayscale palette, which starts at RGB 0x080808,
483 # Closest 6-cube "color" color
485 # Closest gray color
1298 # there are visible nodes before it, select the closest one.
1305 # closest visible node after it instead.
2968 # above it the closest 'menuconfig' item is (this includes menus and
/Zephyr-latest/drivers/adc/
Dadc_mcux_lpadc.c192 * 1/2. Select 1/2 as this is the closest scaling factor available in mcux_lpadc_channel_setup()
/Zephyr-latest/drivers/sensor/nordic/npm1300_charger/
Dnpm1300_charger.c554 /* Set current, allow rounding down to closest value */ in npm1300_charger_init()

12