Home
last modified time | relevance | path

Searched full:divide (Results 1 – 25 of 109) sorted by relevance

12345

/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py206 The function will divide the value based on 'unit':
208 'k' or 'K' divide by 1024 (1 << 10)
209 'm' or 'M' divide by 1,048,576 (1 << 20)
210 'g' or 'G' divide by 1,073,741,824 (1 << 30)
211 'kb' or 'Kb' divide by 8192 (1 << 13)
212 'mb' or 'Mb' divide by 8,388,608 (1 << 23)
213 'gb' or 'Gb' divide by 8,589,934,592 (1 << 33)
235 The function will divide the value based on 'unit':
237 'k' or 'K' divide by 1024 (1 << 10)
238 'm' or 'M' divide by 1,048,576 (1 << 20)
[all …]
/Zephyr-latest/soc/nxp/kinetis/k8x/
DKconfig38 This option specifies the divide value for the K8x processor core clock
45 This option specifies the divide value for the K8x bus clock from the
52 This option specifies the divide value for the K8x FlexBus clock from the
59 This option specifies the divide value for the K8x flash clock from the
/Zephyr-latest/drivers/adc/
DKconfig.mcux59 prompt "Clock Divide Selection"
63 bool "Divide ratio is 1"
66 bool "Divide ratio is 2"
69 bool "Divide ratio is 4"
72 bool "Divide ratio is 8"
/Zephyr-latest/dts/bindings/clock/
Dlitex,clk.yaml43 litex,divclk-divide-min:
48 litex,divclk-divide-max:
73 litex,clkout-divide-min:
78 litex,clkout-divide-max:
/Zephyr-latest/dts/bindings/pwm/
Dnxp,flexio-pwm.yaml44 - 1: Divide by 1
45 - 16: Divide by 16
46 - 256: Divide by 256
Dinfineon,xmc4xxx-ccu8-pwm.yaml24 a separate prescaler to divide the clock. The clock divider is
95 The entry in the array will divide CCU clock by (2 << value).
/Zephyr-latest/dts/bindings/tcpc/
Dnuvoton,numaker-tcpc.yaml95 vbus-divide:
100 "divide-20": External VBUS voltage divider circuit should be 1/20
103 "divide-10": External VBUS voltage divider circuit should be 1/10
107 - "divide-20"
108 - "divide-10"
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_x86.cmake21 # In order to use division, `--divide` needs to be passed to
23 list(APPEND TOOLCHAIN_C_FLAGS -Wa,--divide)
/Zephyr-latest/soc/nxp/kinetis/
DKconfig59 Selects the amount to divide down the external reference clock for the PLL.
67 Selects the amount to divide the VCO output of the PLL. The VDIV 0 bits
76 Selects the amount to divide down the fast internal reference clock. The
84 Selects the amount to divide down the external reference clock for the
/Zephyr-latest/dts/bindings/sensor/
Dti,fdc2x1x.yaml233 1 = divide by 1. Choose for sensor frequencies between
235 2 = divide by 2. Choose for sensor frequencies between 5MHz
239 2 = divide by 2. Choose for sensor frequencies between
242 - 1 # Divide by 1
243 - 2 # Divide by 2
/Zephyr-latest/tests/arch/x86/static_idt/src/
Dmain.c75 * This is the handler for the divide by zero exception.
77 * The source of this divide-by-zero error comes from the following line in
88 * loop of divide-by-zero errors would be created.)
159 volatile int error; /* used to create a divide by zero error */ in ZTEST()
175 * issuing a 'divide by zero' warning. in ZTEST()
/Zephyr-latest/tests/ztest/error_hook/src/
Dmain.c98 * Do not optimize the divide instruction. GCC will generate invalid
99 * opcode exception instruction instead of real divide instruction.
106 /* divide by zero */ in trigger_fault_divide_zero()
113 * trigger an exception for divide zero. They might need to enable the divide in trigger_fault_divide_zero()
117 * which does not include a divide instruction, the test is skipped, in trigger_fault_divide_zero()
119 * For ARMv8-R, divide by zero trapping is not supported in hardware. in trigger_fault_divide_zero()
/Zephyr-latest/samples/subsys/usb_c/sink/boards/
Dnumaker_m2l31ki.overlay58 vbus-divide = "divide-10";
/Zephyr-latest/dts/bindings/counter/
Dnxp,s32-sys-timer.yaml24 Selects the module clock divide value for the prescaler, between 1 and 256.
/Zephyr-latest/dts/bindings/can/
Dinfineon,xmc4xxx-can-node.yaml20 description: Option enables clock divide by a factor of 8.
Dst,stm32-fdcan.yaml44 Divide by 1 is the peripherals reset value and remains set unless
Dst,stm32h7-fdcan.yaml44 Divide by 1 is the peripherals reset value and remains set unless this property is configured.
Dmicrochip,mcp251xfd.yaml70 description: The factor to divide the system clock for CLKO pin.
/Zephyr-latest/soc/atmel/sam/sam4l/
Dsoc.c90 static inline uint32_t pll_config_init(uint32_t divide, uint32_t mul) in pll_config_init() argument
98 /* Divide output frequency by two */ in pll_config_init()
115 vco_hz /= divide; in pll_config_init()
134 (divide << SCIF_PLL_PLLDIV_Pos) | in pll_config_init()
/Zephyr-latest/subsys/shell/
Dshell_help.c13 * It takes care to not divide words.
65 * divide in the way to not divide words. in formatted_text_print()
/Zephyr-latest/dts/bindings/video/
Dovti,ov2640.yaml20 the system clock divide ratio and PLL, the frame rate and pixel
/Zephyr-latest/arch/x86/core/
Dia32.cmake9 zephyr_compile_options($<$<COMPILE_LANGUAGE:ASM>:-Wa,--divide>)
/Zephyr-latest/dts/bindings/serial/
Dcdns,uart.yaml24 description: Baud Rate Divide register value.
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_config.h52 * FW stream divide - value of 254
/Zephyr-latest/dts/riscv/
Driscv32-litex-vexriscv.dtsi380 litex,divclk-divide-min = <1>;
381 litex,divclk-divide-max = <107>;
386 litex,clkout-divide-min = <1>;
387 litex,clkout-divide-max = <126>;

12345