Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/sensor/infineon/xmc4xxx_temp/
DKconfig17 Offset adjustment is defined as a shift of the conversion result.
24 Gain adjustment of the temperature reading. Range [0, 63].
/Zephyr-latest/drivers/sensor/asahi_kasei/ak8975/
Dak8975.c51 uint8_t adjustment) in ak8975_convert() argument
56 ((uint16_t)adjustment + 128) / 256; in ak8975_convert()
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal134 int "Lower bound of clock frequency adjustment (in percent)"
138 Specifies lower bound of PTP clock rate adjustment.
141 int "Upper bound of clock frequency adjustment (in percent)"
145 Specifies upper bound of PTP clock rate adjustment.
/Zephyr-latest/tests/boot/test_mcuboot/
DREADME.rst8 adjustment using CONFIG_BUILD_OUTPUT_ADJUST_LMA, and will be the application
/Zephyr-latest/boards/st/b_u585i_iot02a/
Db_u585i_iot02a_stm32u585xx_ns.dts39 * It might require adjustment depending on evolutions on TFM.
/Zephyr-latest/boards/st/nucleo_l552ze_q/
Dnucleo_l552ze_q_stm32l552xx_ns.dts42 * It might require adjustment depending on evolutions on TFM.
/Zephyr-latest/drivers/ieee802154/
DKconfig.cc1200117 Set the gain adjustment. See datasheet's AGC_GAIN_ADJUST register for
/Zephyr-latest/arch/arm64/core/
Dmmu.c70 static int table_usage(uint64_t *table, int adjustment) in table_usage() argument
74 int new_count = prev_count + adjustment; in table_usage()
77 if ((IS_ENABLED(DUMP_PTE) && adjustment != 0) || new_count == 0) { in table_usage()
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst818 Board revision configuration adjustment
856 …├── plank_0_5_0_defconfig # Kconfig adjustment for all plank board qualifiers on revision…
858 …└── plank_soc1_foo_1_5_0_defconfig # Kconfig adjustment for plank board when building for soc1 var…
/Zephyr-latest/
DCMakeLists.txt1703 math(EXPR adjustment "${CONFIG_BUILD_OUTPUT_ADJUST_LMA}" OUTPUT_FORMAT DECIMAL)
1706 list(TRANSFORM args_adjustment APPEND +${adjustment})
1974 $<$<BOOL:${adjustment}>:--adjusted-lma=${adjustment}>
DKconfig.zephyr871 This determines the output sections to which the above LMA adjustment
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst144 - no TX power adjustment
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst287 simulated time when the last clock ratio adjustment took place.
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst288 * Fixed clamp tick adjustment in tickless mode in various drivers
Drelease-notes-3.6.rst396 * Fixed sam_gmac driver. PTP clock adjustment was wrong for negative values.