Home
last modified time | relevance | path

Searched refs:divide (Results 1 – 16 of 16) sorted by relevance

/Zephyr-Core-2.7.6/soc/arm/nxp_kinetis/k8x/
DKconfig.soc48 This option specifies the divide value for the K8x processor core clock
55 This option specifies the divide value for the K8x bus clock from the
62 This option specifies the divide value for the K8x FlexBus clock from the
69 This option specifies the divide value for the K8x flash clock from the
/Zephyr-Core-2.7.6/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-Core-2.7.6/lib/os/
Dcrc16_sw.c20 uint16_t divide = crc & 0x8000UL; in crc16() local
29 if (divide != 0U) { in crc16()
/Zephyr-Core-2.7.6/soc/arm/atmel_sam/sam4l/
Dsoc.c101 static inline uint32_t pll_config_init(uint32_t divide, uint32_t mul) in pll_config_init() argument
126 vco_hz /= divide; in pll_config_init()
145 (divide << SCIF_PLL_PLLDIV_Pos) | in pll_config_init()
/Zephyr-Core-2.7.6/dts/riscv/
Driscv32-litex-vexriscv.dtsi229 litex,divclk-divide-min = <1>;
230 litex,divclk-divide-max = <107>;
235 litex,clkout-divide-min = <1>;
236 litex,clkout-divide-max = <126>;
/Zephyr-Core-2.7.6/soc/arm/nxp_kinetis/
DKconfig74 Selects the amount to divide down the external reference clock for the PLL.
82 Selects the amount to divide the VCO output of the PLL. The VDIV 0 bits
91 Selects the amount to divide down the fast internal reference clock. The
99 Selects the amount to divide down the external reference clock for the
/Zephyr-Core-2.7.6/arch/x86/core/
Dia32.cmake9 zephyr_compile_options($<$<COMPILE_LANGUAGE:ASM>:-Wa,--divide>)
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_iks02a1/boards/
Dnucleo_f411re.defconfig26 # divide I2SClk. These parameters are automatically calculated by
/Zephyr-Core-2.7.6/drivers/clock_control/
DKconfig.stm32h716 HSI Divisor to divide HSI base frequency value
/Zephyr-Core-2.7.6/samples/drivers/clock_control_litex/
DREADME.rst34 …g values for FPGA-specific configuration (parameters from ``litex,divclk-divide-min`` to ``litex,v…
/Zephyr-Core-2.7.6/tests/ztest/error_hook/
DREADME.txt72 - start a thread to test triggerring a divide-by-zero error, then catch
/Zephyr-Core-2.7.6/subsys/bluetooth/common/
DKconfig44 determines how to divide the buffers between the connections.
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.5.rst166 * :jira:`ZEP-489` - nios2: handle unimplemented multiply/divide instructions
Drelease-notes-2.6.rst1629 * :github:`33403` - trigger_fault_divide_zero test case didn't run divide instruction
Drelease-notes-1.14.rst231 * :github:`20229` - cmake: add --divide to GNU assembler options for x86
/Zephyr-Core-2.7.6/doc/guides/porting/
Darch.rst161 is a fault, like divide-by-zero or invalid memory access, or an interrupt that