Home
last modified time | relevance | path

Searched full:scaling (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-latest/modules/hal_nordic/nrfs/dvfs/
Dld_dvfs.h17 * @brief Function for initializing the Dynamic Voltage and Frequency Scaling service
49 * @brief Background process during scaling.
51 * @param downscaling indicates if down-scaling is running
58 * @param downscaling indicates if down-scaling is running
Dld_dvfs_handler.c98 /* Function to check if current operation is down-scaling */
111 /* Function handling steps for scaling preparation. */
133 /* Do background job during scaling process (e.g. increased power consumption during down-scale). */
136 LOG_DBG("Perform scaling background job if needed."); in dvfs_service_handler_scaling_background_job()
151 /* Perform scaling finnish procedure. */
155 LOG_DBG("Scaling finnish oppoint freq %d", oppoint_freq); in dvfs_service_handler_scaling_finish()
/Zephyr-latest/dts/bindings/input/
Dcirque,pinnacle-common.yaml77 scaling-enable:
80 In the absolute mode enable scaling of coordinates according to
81 the specified resolution for X and Y axises. The scaling is applied only
84 scaling-x-resolution:
89 scaling-y-resolution:
Dst,stmpe811.yaml20 Signed raw X axis start for scaling the reported coordinates.
26 Signed raw Y axis start for scaling the reported coordinates.
32 Raw X axis end for scaling the reported coordinates.
38 Raw Y axis end for scaling the reported coordinates.
/Zephyr-latest/include/zephyr/dsp/
Dbasicmath.h40 * @par Scaling and Overflow Behavior
55 * @par Scaling and Overflow Behavior
70 * @par Scaling and Overflow Behavior
121 * @par Scaling and Overflow Behavior
136 * @par Scaling and Overflow Behavior
151 * @par Scaling and Overflow Behavior
192 * @par Scaling and Overflow Behavior
207 * @par Scaling and Overflow Behavior
222 * @par Scaling and Overflow Behavior
249 * allows the gain of the scaling operation to exceed 1.0. The algorithm used with fixed-point data
[all …]
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dnature_dsp_wrapper.c13 * For fft_real32x32, scaling options are:
14 * 2 - 32-bit dynamic scaling
15 * 3 - fixed scaling before each stage
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst5 latencies (not scaling performance) of specific low level scheduling
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst5 latencies (not scaling performance) of specific low level scheduling
/Zephyr-latest/soc/st/stm32/stm32l1x/
Dsoc.c36 /* Default Voltage scaling range selection (range2) in soc_early_init_hook()
/Zephyr-latest/samples/drivers/ps2/src/
Dmain.c94 LOG_DBG("Set scaling 1:1 mouse->e6\n"); in initialize_mouse()
97 LOG_DBG("Set scaling 1:1 mouse->e6\n"); in initialize_mouse()
100 LOG_DBG("Set scaling 1:1 mouse->e6\n"); in initialize_mouse()
/Zephyr-latest/subsys/modem/
DKconfig73 scaling buffer sizes, as these are application specific.
/Zephyr-latest/drivers/adc/
Dadc_nrfx_adc.c69 config->scaling = NRF_ADC_CONFIG_SCALING_INPUT_ONE_THIRD; in adc_nrfx_channel_setup()
72 config->scaling = NRF_ADC_CONFIG_SCALING_INPUT_TWO_THIRDS; in adc_nrfx_channel_setup()
75 config->scaling = NRF_ADC_CONFIG_SCALING_INPUT_FULL_SCALE; in adc_nrfx_channel_setup()
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/
DKconfig.defconfig16 …are/application-software-packs/application-software-pack-dynamic-voltage-scaling-using-pvt-sensor:…
/Zephyr-latest/modules/hal_nordic/nrfs/
DKconfig124 bool "Global domain frequency scaling service"
/Zephyr-latest/drivers/sensor/explorir_m/
Dexplorir_m.c49 uint16_t scaling; member
136 data->scaling = strtol(&data->read_buffer[EXPLORIR_M_VALUE_INDEX], NULL, 10); in explorir_m_buffer_process()
324 val->val1 = data->filtered * data->scaling; in explorir_m_channel_get()
/Zephyr-latest/include/zephyr/drivers/
Demul_sensor.h65 * @param shift Shift value (scaling factor) applied to \p value
97 * @param[out] shift The shift value (scaling factor) associated with \p lower, \p upper, and
/Zephyr-latest/dts/bindings/sensor/
Dst,stm32-qdec.yaml55 implemented by scaling the sampling frequency and adding a counter
/Zephyr-latest/drivers/sensor/ti/ina23x/
Dina230.c16 /** @brief Calibration scaling value (value scaled by 100000) */
23 /** @brief The scaling for the power register. */
Dina237.c19 /** @brief Calibration scaling value (scaled by 10^-5) */
25 /** @brief Power scaling (need factor of 0.2) */
/Zephyr-latest/drivers/sensor/ti/ina226/
Dina226.c58 /** @brief Calibration scaling value (scaled by 10^-5) */
67 /** @brief Power scaling (need factor of 0.2) */
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_i2c_smb.h146 /* Offset 0x24 Idle Scaling register */
223 /* Offset 0x44 Time-out Scaling register */
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/
Dlsm6dsv16x_decoder.c106 /* Calculate scaling factor to transform micro-g/LSB unit into micro-ms2/LSB */
111 * Accelerometer scaling factors table (indexed by full scale)
121 /* Calculate scaling factor to transform micro-dps/LSB unit into micro-rads/LSB */
126 * Accelerometer scaling factors table (indexed by full scale)
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
Dak8963.c72 /* The sensor device returns 10^-9 Teslas after scaling. in ak8963_convert_magn()
216 * So if we multiply with scaling with 1499 the unit is uG. in ak8963_calc_adj()
/Zephyr-latest/drivers/usb_c/vbus/
Dusbc_vbus_adc.c47 LOG_INF("Scaling ADC failed with error %d.", ret); in adc_vbus_measure()
/Zephyr-latest/drivers/sensor/st/lis2dh/
Dlis2dh.h255 /* current scaling factor, in micro m/s^2 / lsb */

123