Searched full:closest (Results 1 – 25 of 39) sorted by relevance
12
/Zephyr-latest/dts/bindings/input/ |
D | pixart,pat912x.yaml | 33 closest supported value in increments of 5. 39 closest supported value in increments of 5.
|
D | pixart,pmw3610.yaml | 40 the closest supported value in increments of 200. This can also be
|
/Zephyr-latest/dts/bindings/charger/ |
D | ti,bq25180.yaml | 28 The value specified will be rounded down to the closest implemented
|
/Zephyr-latest/drivers/input/ |
D | input_adc_keys.c | 82 * 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/ |
D | dsi_mcux.c | 55 * 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/ |
D | video.h | 784 * @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.
|
D | sensor_data_types.h | 21 * The closest timestamp for when the first frame was generated as attained by
|
D | regulator.h | 517 * 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/ |
D | nordic,npm1300-charger.yaml | 34 The value specified will be rounded down to the closest implemented value.
|
/Zephyr-latest/boards/ronoth/lodev/doc/ |
D | index.rst | 36 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/ |
D | dns_cache.h | 59 * @brief Adds a new entry to the dns cache removing the one closest to expiry
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | codesample-livesearch.js | 8 const container = input.closest(".code-sample-listing");
|
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/ |
D | doxytooltip.js | 104 content = target.closest('h2').nextElementSibling;
|
/Zephyr-latest/drivers/timer/ |
D | gecko_burtc_timer.c | 122 * beginning from the closest upcoming one: in sys_clock_set_timeout()
|
/Zephyr-latest/include/zephyr/usb/class/ |
D | usbd_uac2.h | 149 * sample rate. USB stack sanitizes the sample rate to closest valid
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_max32.c | 46 i = LOG2CEIL(number_of_tick); /* Find closest bigger 2^i value than number_of_tick. */ in wdt_max32_calculate_timeout()
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_common.c | 73 /* Snap to closest interval value if out of range */ in regulator_common_init()
|
/Zephyr-latest/subsys/pm/ |
D | pm.c | 78 * We need to find out which one is the closest in ticks_expiring_sooner()
|
/Zephyr-latest/lib/heap/ |
D | heap.c | 152 * 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/ |
D | bma4xx.c | 120 /* 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/ |
D | video_mcux_mipi_csi2rx.c | 106 /* Find the supported sensor_pixel_rate closest to the desired one */ in mipi_csi2rx_update_settings()
|
/Zephyr-latest/tests/bluetooth/mesh/delayable_msg/src/ |
D | main.c | 204 * if all contexts are in use by sending the message, that is the closest to
|
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 360 # 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/ |
D | adc_mcux_lpadc.c | 192 * 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/ |
D | npm1300_charger.c | 554 /* Set current, allow rounding down to closest value */ in npm1300_charger_init()
|
12