Searched refs:divide (Results 1 – 16 of 16) sorted by relevance
/Zephyr-Core-2.7.6/soc/arm/nxp_kinetis/k8x/ |
D | Kconfig.soc | 48 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/ |
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-Core-2.7.6/lib/os/ |
D | crc16_sw.c | 20 uint16_t divide = crc & 0x8000UL; in crc16() local 29 if (divide != 0U) { in crc16()
|
/Zephyr-Core-2.7.6/soc/arm/atmel_sam/sam4l/ |
D | soc.c | 101 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/ |
D | riscv32-litex-vexriscv.dtsi | 229 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/ |
D | Kconfig | 74 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/ |
D | ia32.cmake | 9 zephyr_compile_options($<$<COMPILE_LANGUAGE:ASM>:-Wa,--divide>)
|
/Zephyr-Core-2.7.6/boards/shields/x_nucleo_iks02a1/boards/ |
D | nucleo_f411re.defconfig | 26 # divide I2SClk. These parameters are automatically calculated by
|
/Zephyr-Core-2.7.6/drivers/clock_control/ |
D | Kconfig.stm32h7 | 16 HSI Divisor to divide HSI base frequency value
|
/Zephyr-Core-2.7.6/samples/drivers/clock_control_litex/ |
D | README.rst | 34 …g values for FPGA-specific configuration (parameters from ``litex,divclk-divide-min`` to ``litex,v…
|
/Zephyr-Core-2.7.6/tests/ztest/error_hook/ |
D | README.txt | 72 - start a thread to test triggerring a divide-by-zero error, then catch
|
/Zephyr-Core-2.7.6/subsys/bluetooth/common/ |
D | Kconfig | 44 determines how to divide the buffers between the connections.
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.5.rst | 166 * :jira:`ZEP-489` - nios2: handle unimplemented multiply/divide instructions
|
D | release-notes-2.6.rst | 1629 * :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-Core-2.7.6/doc/guides/porting/ |
D | arch.rst | 161 is a fault, like divide-by-zero or invalid memory access, or an interrupt that
|