Home
last modified time | relevance | path

Searched full:dividers (Results 1 – 25 of 42) sorted by relevance

12

/Zephyr-latest/soc/atmel/sam0/samr21/
Dsoc.h71 /** Dividers and frequency for GCLK0 */
80 /** Dividers and frequency for GCLK1 */
93 /** Dividers and frequency for GCLK3 */
/Zephyr-latest/soc/atmel/sam0/samd21/
Dsoc.h85 /** Dividers and frequency for GCLK0 */
94 /** Dividers and frequency for GCLK1 */
107 /** Dividers and frequency for GCLK3 */
/Zephyr-latest/soc/atmel/sam0/samd20/
Dsoc.h91 /** Dividers and frequency for GCLK0 */
100 /** Dividers and frequency for GCLK1 */
113 /** Dividers and frequency for GCLK3 */
/Zephyr-latest/tests/benchmarks/latency_measure/boards/
Darduino_due.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k22f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dfrdm_k82f.conf2 # for platforms that do not allow frequency dividers large enough to get
Dqemu_cortex_m3.conf2 # for platforms that do not allow frequency dividers large enough to get
Dsame54_xpro.conf2 # for platforms that do not allow frequency dividers large enough to get
Dtwr_ke18f.conf2 # for platforms that do not allow frequency dividers large enough to get
/Zephyr-latest/include/zephyr/dt-bindings/ethernet/
Dxlnx_gem.h22 * Xilinx's emacps driver doesn't (or no longer does) limit the range of dividers
24 * -> Contrary to earlier revisions of this driver, all dividers are available
/Zephyr-latest/drivers/spi/
Dspi_oc_simple.c21 uint8_t DIVIDERS[] = { 0x00, /* 2 */ variable
82 sys_write8((DIVIDERS[i] >> 4) & 0x3, SPI_OC_SIMPLE_SPER(info)); in spi_oc_simple_configure()
83 spcr |= (DIVIDERS[i] & 0x3); in spi_oc_simple_configure()
/Zephyr-latest/drivers/clock_control/
Dclock_control_npcm.c44 /* 0x010: HFCG Bus Clock Dividers */
47 /* 0x012: HFCG Bus Clock Dividers */
50 /* 0x014: HFCG Bus Clock Dividers */
53 /* 0x01d: HFCG Bus Clock Dividers */
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-rcc.yaml72 Some peripherals are sourced through fixed clock dividers. For such cases there is
/Zephyr-latest/drivers/i2s/
Di2s_nrfx.c139 } dividers[] = { in find_suitable_clock() local
155 for (uint8_t d = 0; (best_diff != 0) && (d < ARRAY_SIZE(dividers)); ++d) { in find_suitable_clock()
157 src_freq / dividers[d].divider_val; in find_suitable_clock()
166 best_mck_cfg = dividers[d].divider_enum; in find_suitable_clock()
172 /* Since dividers are in ascending order, stop in find_suitable_clock()
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec_v2.c268 * dividers. SAF HW uses CS0/CS1 divider register fields to overwrite in saf_qmspi_init()
270 * SAF CS0/CS1 SPI frequency dividers based on flash configuration. in saf_qmspi_init()
273 qfdiv = qfdiv | (qfdiv << 16); /* read and rest clock dividers */ in saf_qmspi_init()
445 /* Configure SAF per chip select QMSPI clock dividers.
509 * SAF CS0 QMSPI frequency dividers (read/all other) commands
510 * SAF CS1 QMSPI frequency dividers (read/all other) commands
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.h86 * and once it's in use, it can be adjusted only with dividers.
/Zephyr-latest/soc/nxp/lpc/lpc54xxx/
Dsoc.c70 /* Set up dividers */ in clock_init()
/Zephyr-latest/soc/renesas/smartbond/da1469x/
Dsoc.c161 /* Reset clock dividers to 0 */ in soc_early_init_hook()
/Zephyr-latest/soc/nxp/imxrt/imxrt6xx/cm33/
Dsoc.c234 /* Set up dividers */ in clock_init()
328 /* Using the Audio PLL as input clock leads to better clock dividers in clock_init()
/Zephyr-latest/soc/nxp/mcx/mcxc/
Dsoc.c88 /* Set the system clock dividers in SIM to safe value. */ in clock_init()
/Zephyr-latest/samples/boards/nordic/battery/src/
Dbattery.c32 /* Other boards may use dividers that only reduce battery voltage to
/Zephyr-latest/boards/nxp/frdm_mcxa156/
Dboard.c65 /*!< Set up dividers */ in frdm_mcxa156_init()
/Zephyr-latest/soc/infineon/cat1a/psoc6_legacy/
Dsoc.c162 /* Configure CPU clock dividers */ in init_cycfg_platform()
/Zephyr-latest/boards/st/stm32l4r9i_disco/
Dstm32l4r9i_disco.dts77 * WORKAROUND: stm32l4-pll-clock does not allow arbitrary PLLP dividers.
/Zephyr-latest/drivers/i2c/
Di2c_renesas_ra_iic.c326 /* All dividers other than 0 use an addition of 2 + noise_filter_stages. */ in calc_iic_master_bitrate()
389 /* All dividers other than 0 use an addition of 2 + noise_filter_stages. in calc_iic_master_clock_setting()

12