Home
last modified time | relevance | path

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

/Zephyr-latest/soc/realtek/ec/common/
DCMakeLists.txt9 …math(EXPR adjustment "${CONFIG_REALTEK_RTS5912_BOOTROM_HEADER_LOAD_ADDRESS}" OUTPUT_FORMAT DECIMAL)
13 -L ${adjustment}
/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/tests/boot/test_mcuboot/
DREADME.rst8 adjustment using CONFIG_BUILD_OUTPUT_ADJUST_LMA, and will be the application
/Zephyr-latest/drivers/ethernet/
DKconfig.stm32_hal147 int "Lower bound of clock frequency adjustment (in percent)"
151 Specifies lower bound of PTP clock rate adjustment.
154 int "Upper bound of clock frequency adjustment (in percent)"
158 Specifies upper bound of PTP clock rate adjustment.
/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/dma/
Ddma_silabs_siwx91x.c89 static int siwx91x_addr_adjustment(uint32_t adjustment) in siwx91x_addr_adjustment() argument
91 switch (adjustment) { in siwx91x_addr_adjustment()
/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.rst820 Board revision configuration adjustment
858 …├── plank_0_5_0_defconfig # Kconfig adjustment for all plank board qualifiers on revision…
860 …└── plank_soc1_foo_1_5_0_defconfig # Kconfig adjustment for plank board when building for soc1 var…
/Zephyr-latest/
DCMakeLists.txt1712 math(EXPR adjustment "${CONFIG_BUILD_OUTPUT_ADJUST_LMA}" OUTPUT_FORMAT DECIMAL)
1715 list(TRANSFORM args_adjustment APPEND +${adjustment})
1983 $<$<BOOL:${adjustment}>:--adjusted-lma=${adjustment}>
DKconfig.zephyr878 This determines the output sections to which the above LMA adjustment
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst92 - 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.