Home
last modified time | relevance | path

Searched full:multiplier (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/dts/bindings/clock/
Dlitex,clk.yaml57 minimal global multiplier
62 maximal global multiplier
67 minimal frequency after global divider and multiplier
72 maximal frequency after global divider and multiplier
Draspberrypi,pico-xosc.yaml12 startup-delay-multiplier:
16 Startup delay multiplier. The default value matches the Pico SDK.
Dnxp,imx-ccm-fnpll.yaml27 Numerator of PLL multiplier fraction
33 Denominator of PLL multiplier fraction
Dfixed-factor-clock.yaml17 description: fixed clock multiplier
Dst,stm32f105-pll-clock.yaml38 Note: For x6.5 multiplier value, please use "mul = <15>;"
/Zephyr-latest/lib/libc/minimal/source/stdlib/
Drand.c11 #define MULTIPLIER (1103515245U) macro
16 *seed = (MULTIPLIER * *seed + INCREMENT) & OUTPUT_BITS; in rand_r()
/Zephyr-latest/scripts/build/
Dgen_kobject_placeholders.py65 "multiplier": int(args.datapct) + 100,
94 if "multiplier" in sections[name]:
95 sections[name]['size'] *= sections[name]['multiplier'] / 100
118 help="Multiplier to the size of reserved space for DATA region")
/Zephyr-latest/drivers/flash/
DKconfig.nrf_rram62 int "Multiplier for flash operation timeouts [x0.1]"
66 This is a multiplier that will be divided by 10 that is applied
DKconfig.nrf72 int "Multiplier for flash operation timeouts [x0.1]"
77 This is a multiplier that will be divided by 10 that is applied
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_utils.h339 * @param multiplier The factor by which the symbol period is to be multiplied.
347 uint16_t multiplier) in ieee802154_radio_get_multiple_of_symbol_period() argument
359 multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
364 multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
382 return IEEE802154_PHY_HRP_UWB_PRF4_TPSYM_SYMBOL_PERIOD_NS * multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
385 return IEEE802154_PHY_HRP_UWB_PRF16_TPSYM_SYMBOL_PERIOD_NS * multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
388 return IEEE802154_PHY_HRP_UWB_PRF64_TPSYM_SYMBOL_PERIOD_NS * multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
393 return IEEE802154_PHY_HRP_UWB_ERDEV_TPSYM_SYMBOL_PERIOD_NS * multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
401 return IEEE802154_PHY_OQPSK_780_TO_2450MHZ_SYMBOL_PERIOD_NS * multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
410 return IEEE802154_PHY_SUN_FSK_863MHZ_915MHZ_SYMBOL_PERIOD_NS * multiplier; in ieee802154_radio_get_multiple_of_symbol_period()
/Zephyr-latest/soc/microchip/mec/
DKconfig145 bool "SPI flash drive strength multiplier 1"
150 bool "SPI flash drive strength multiplier 2"
155 bool "SPI flash drive strength multiplier 4"
160 bool "SPI flash drive strength multiplier 6"
/Zephyr-latest/drivers/gpio/
DKconfig.sx1509b34 A value V produces a multiplier of 0.5 ms * 2^V, which is
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
DKconfig33 int "Multiplier of Tx Interval to result on Time to Live value"
37 This value (msgTxHold) is used as a multiplier of
/Zephyr-latest/dts/bindings/iio/afe/
Dcurrent-sense-amplifier.yaml33 Amplifier gain multiplier. The default is <1>. The maximum value is <65535>.
/Zephyr-latest/lib/hash/
Dhash_func32_djb2.c42 /* The djb2 hash multiplier is 33 (i.e. 2^5 + 1) */ in sys_hash32_djb2()
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c48 /* Select F multiplier to produce vco target. */ in soc_early_init_hook()
/Zephyr-latest/drivers/timer/
DKconfig.x8687 int "TSC to local APIC timer frequency multiplier (N)"
/Zephyr-latest/drivers/fpga/
Dfpga_eos_s3.h55 "2x32x32(or 4x16x16) Multiplier\n" \
/Zephyr-latest/soc/atmel/sam0/samr21/
Dsoc.h86 /** DFLL48M output multiplier */
/Zephyr-latest/soc/atmel/sam/common/
DKconfig44 This is the multiplier (MULA) used by the PLL.
/Zephyr-latest/soc/atmel/sam0/samd21/
Dsoc.h100 /** DFLL48M output multiplier */
/Zephyr-latest/boards/adafruit/kb2040/
Dadafruit_kb2040.dts127 startup-delay-multiplier = <64>;
/Zephyr-latest/soc/atmel/sam0/samd20/
Dsoc.h106 /** DFLL48M output multiplier */
/Zephyr-latest/drivers/fuel_gauge/max17048/
Dmax17048.c245 * precision. If we just truncate the division without this multiplier, in max17048_get_prop()
250 * function max17048_crate to see the reason) so the multiplier for the in max17048_get_prop()
/Zephyr-latest/drivers/clock_control/
Dclock_control_npcx.c217 * Configure frequency multiplier M/N values according to in npcx_clock_control_init()
224 /* Load M and N values into the frequency multiplier */ in npcx_clock_control_init()

123