Searched refs:divide (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/soc/nxp/kinetis/k8x/ |
D | Kconfig | 38 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/cmake/compiler/gcc/ |
D | target_x86.cmake | 21 # In order to use division, `--divide` needs to be passed to 23 list(APPEND TOOLCHAIN_C_FLAGS -Wa,--divide)
|
/Zephyr-latest/samples/subsys/usb_c/sink/boards/ |
D | numaker_m2l31ki.overlay | 58 vbus-divide = "divide-10";
|
/Zephyr-latest/soc/atmel/sam/sam4l/ |
D | soc.c | 90 static inline uint32_t pll_config_init(uint32_t divide, uint32_t mul) in pll_config_init() argument 115 vco_hz /= divide; in pll_config_init() 134 (divide << SCIF_PLL_PLLDIV_Pos) | in pll_config_init()
|
/Zephyr-latest/soc/nxp/kinetis/ |
D | Kconfig | 59 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/arch/x86/core/ |
D | ia32.cmake | 9 zephyr_compile_options($<$<COMPILE_LANGUAGE:ASM>:-Wa,--divide>)
|
/Zephyr-latest/dts/riscv/ |
D | riscv32-litex-vexriscv.dtsi | 380 litex,divclk-divide-min = <1>; 381 litex,divclk-divide-max = <107>; 386 litex,clkout-divide-min = <1>; 387 litex,clkout-divide-max = <126>;
|
/Zephyr-latest/arch/riscv/ |
D | Kconfig.isa | 31 which is named "M" and contains instructions that multiply or divide
|
/Zephyr-latest/samples/drivers/clock_control_litex/ |
D | README.rst | 41 …g values for FPGA-specific configuration (parameters from ``litex,divclk-divide-min`` to ``litex,v…
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1010.dtsi | 300 * The pre-div and post-div are one less than the actual divide-by amount.
|
D | nxp_rt10xx.dtsi | 987 * The pre-div and post-div are one less than the actual divide-by amount.
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 72 - start a thread to test triggering a divide-by-zero error, then catch
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 47 determines how to divide the buffers between the connections.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 166 * ``ZEP-489`` - nios2: handle unimplemented multiply/divide instructions
|
D | release-notes-4.0.rst | 748 * rpi_pico: The driver now configures the divide ratio adaptively.
|
D | release-notes-2.6.rst | 1630 * :github:`33403` - trigger_fault_divide_zero test case didn't run divide instruction
|
D | release-notes-1.14.rst | 231 * :github:`20229` - cmake: add --divide to GNU assembler options for x86
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 2387 (vbus-divide error))
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 171 is a fault, like divide-by-zero or invalid memory access, or an interrupt that
|