Home
last modified time | relevance | path

Searched full:divides (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/dts/bindings/clock/
Dnxp,imx-ccm-fnpll.yaml20 Loop divider. Divides PLL feedback loop (effectively multiplying output
/Zephyr-latest/dts/bindings/can/
Dst,stm32-fdcan.yaml41 Divides the kernel clock giving the time quanta clock that is fed to the
Dst,stm32h7-fdcan.yaml40 Divides the kernel clock giving the time quanta clock that is fed to the FDCAN core
/Zephyr-latest/dts/bindings/timer/
Dadi,max32-timer.yaml52 The prescaler that divides the timers source clock to set the timers count clock as follows:
/Zephyr-latest/dts/bindings/adc/
Dadi,max32-adc.yaml60 The clock divider divides the ADC source clock to set the ADC clock frequency as follows:
/Zephyr-latest/drivers/clock_control/
Dclock_control_wch_rcc.c71 /* The range 0b1000 divides by a power of 2, where 0b1000 is /2, 0b1001 is /4, etc. in clock_control_wch_rcc_get_rate()
75 /* The range 0b0nnn divides by n + 1, where 0b0000 is /1, 0b001 is /2, etc. */ in clock_control_wch_rcc_get_rate()
Dclock_control_mchp_xec.c747 * Programming the PCR clock divider that divides the clock input to the ARM
/Zephyr-latest/dts/bindings/pwm/
Dinfineon,xmc4xxx-ccu4-pwm.yaml15 prescalar which divides the clock.
Dinfineon,xmc4xxx-ccu8-pwm.yaml26 slice has a dead time prescaler, which divides the slice clock
/Zephyr-latest/samples/drivers/led/pwm/boards/
Dmec15xxevb_assy6853.overlay14 * BBLED hardware divides input clock (32KHz or 48MHz) by (256 * (prescalar+1)
Dmec172xevb_assy6906.overlay16 * BBLED hardware divides input clock (32KHz or 48MHz) by (256 * (prescalar+1)
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_timeslice_reset.c141 * value divides properly. in ZTEST()
/Zephyr-latest/drivers/spi/
Dspi_opentitan.c109 * Applied divider (divides f_in / 2) is CLKDIV register (16 bit) + 1. in spi_config()
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_pcr.h105 * Divides 96MHz clock to ARM Cortex-M4 core including
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst172 The scheduler divides time into a series of **time slices**, where slices
/Zephyr-latest/doc/services/storage/zms/
Dzms.rst12 ZMS divides the memory space into sectors (minimum 2), and each sector is filled with key-value
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c218 LOG_ERR("expecting sector size that divides 1024 (got: %lld)", write_size); in ext2_init_storage()