/Zephyr-Core-3.6.0/dts/arm/infineon/psoc6/ |
D | system_clocks.dtsi | 23 compatible = "fixed-factor-clock"; 31 compatible = "fixed-factor-clock"; 39 compatible = "fixed-factor-clock"; 47 compatible = "fixed-factor-clock"; 55 compatible = "fixed-factor-clock"; 79 compatible = "fixed-factor-clock"; 88 compatible = "fixed-factor-clock"; 97 compatible = "fixed-factor-clock"; 106 compatible = "fixed-factor-clock"; 115 compatible = "fixed-factor-clock"; [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/clock/ |
D | renesas,ra-clock-generation-circuit.yaml | 16 description: Division factor for ICLK 20 description: Division factor for FCLK 24 description: Division factor for PCLKA 28 description: Division factor for PCLKB 32 description: Division factor for PCLKC 36 description: Division factor for PCLKD
|
D | st,stm32g0-pll-clock.yaml | 8 an input frequency from 2.66 to 16 MHz. PLLM factor is used to set the input 37 Division factor for PLL input clock 44 Main PLL multiplication factor for VCO 50 PLL division factor for PLL P output 56 PLL division factor for PLL Q output 63 PLL division factor for PLLCLK (system clock)
|
D | st,stm32f4-pll-clock.yaml | 8 input frequency from 1 to 2 MHz. PLLM factor is used to set the input clock 37 Division factor for the PLL input clock 44 Main PLL multiplication factor for VCO 51 Main PLL division factor for PLLSAI2CLK 61 Main PLL (PLL) division factor for USB OTG FS, SDMMC and random number 68 Main PLL (PLL) division factor for I2S and DFSDM
|
D | st,stm32h7-pll-clock.yaml | 11 an input frequency from 1 to 16 MHz. PLLM factor is used to set the input 40 Division factor for PLLx 48 Main PLL multiplication factor for VCOx 54 PLL division factor for pllx_p_ck 60 PLL division factor for pllx_q_ck 66 PLL division factor for pllx_r_ck
|
D | st,stm32wb-pll-clock.yaml | 11 an input frequency from 2.66 to 16 MHz. PLLM factor is used to set the input 42 Main PLL division factor for PLL input clock 49 Main PLL multiplication factor for VCO 55 Main PLL division factor for PLLPCLK 61 Main PLL division factor for PLLQCLK 68 Main PLL division factor for PLLRCLK (system clock)
|
D | st,stm32l4-pll-clock.yaml | 11 an input frequency from 4 to 16 MHz. PLLM factor is used to set the input 40 Division factor for the main PLL and audio PLLs (PLLSAI1 and PLLSAI2) 48 Main PLL multiplication factor for VCO 54 Main PLL division factor for PLLSAI3CLK 62 Main PLL division factor for PLL48M1CLK (48 MHz clock). 73 Main PLL division factor for PLLCLK (system clock)
|
D | st,stm32u5-pll-clock.yaml | 10 an input frequency from 4 to 16 MHz. PLLM factor is used to set the input 51 PLLx multiplication factor for VCO 57 PLLx DIVP division factor 63 PLLx DIVQ division factor 70 PLLx DIVR division factor
|
D | st,stm32f7-pll-clock.yaml | 33 Division factor for the PLL input clock 40 PLL multiplication factor for VCO 47 PLL division factor for PLLCLK 57 PLL division factor for PLL48CK
|
D | st,stm32f2-pll-clock.yaml | 35 Division factor for the PLL input clock 42 PLL multiplication factor for VCO 49 PLL division factor for PLLCLK 59 PLL division factor for PLL48CK
|
D | st,stm32g4-pll-clock.yaml | 8 an input frequency from 2.66 to 16 MHz. PLLM factor is used to set the input 37 Division factor for PLL input clock 44 Main PLL multiplication factor for VCO 50 Main PLL division factor for ADC
|
D | st,stm32wba-pll-clock.yaml | 10 an input frequency from 4 to 16 MHz. PLLM factor is used to set the input 51 PLLx multiplication factor for VCO 57 PLLx DIVQ division factor 64 PLLx DIVR division factor
|
D | st,stm32f4-plli2s-clock.yaml | 7 Takes same input as Main PLL. PLLM factor and PLL source are common with Main PLL 28 PLLI2S multiplication factor for VCO 35 PLLI2S division factor for I2S Clocks
|
D | fixed-factor-clock.yaml | 4 description: Generic fixed factor clock provider 6 compatible: "fixed-factor-clock"
|
/Zephyr-Core-3.6.0/drivers/audio/ |
D | mpxxdtyy.c | 54 uint16_t factor; in sw_filter_lib_init() local 58 /* calculate oversampling factor based on pdm clock */ in sw_filter_lib_init() 59 for (factor = 64U; factor <= 128U; factor += 64U) { in sw_filter_lib_init() 60 uint32_t pdm_bit_clk = (audio_freq * factor * in sw_filter_lib_init() 69 if (factor != 64U && factor != 128U) { in sw_filter_lib_init() 80 pdm_filter[i].Decimation = factor; in sw_filter_lib_init() 86 return factor; in sw_filter_lib_init()
|
D | mpxxdtyy-i2s.c | 101 uint16_t factor; in mpxxdtyy_i2s_configure() local 119 factor = sw_filter_lib_init(dev, cfg); in mpxxdtyy_i2s_configure() 120 if (factor == 0U) { in mpxxdtyy_i2s_configure() 132 i2s_cfg.frame_clk_freq = audio_freq * factor / chan_size; in mpxxdtyy_i2s_configure() 133 i2s_cfg.block_size = data->pcm_mem_size * (factor / chan_size); in mpxxdtyy_i2s_configure()
|
/Zephyr-Core-3.6.0/drivers/sensor/mpr/ |
D | mpr_configuration.h | 61 /* psi to kPa conversion factor: 6.894757 * 10^6 */ 65 /* kPa to kPa conversion factor: 1 * 10^6 */ 69 /* bar to kPa conversion factor: 100 * 10^6 */ 73 /* mbar to kPa conversion factor: 0.1 * 10^6 */
|
/Zephyr-Core-3.6.0/dts/bindings/mipi-dsi/ |
D | st,stm32-mipi-dsi.yaml | 52 DSI host dedicated PLL loop division factor. 58 DSI host dedicated PLL input division factor. 64 DSI HOST dedicated PLL output division factor.
|
/Zephyr-Core-3.6.0/subsys/net/lib/coap/ |
D | Kconfig | 73 int "Random factor for ACK timeout described as percentage" 77 Factor described as percentage to extend CoAP ACK timeout. A value 78 of 150 means a factor of 1.50. 86 int "Retransmission backoff factor for ACK timeout described as percentage" 89 Factor described as percentage to extend CoAP ACK timeout for retransmissions. 90 A value of 200 means a factor of 2.0.
|
/Zephyr-Core-3.6.0/dts/arm/nxp/ |
D | nxp_ke1xf.dtsi | 150 compatible = "fixed-factor-clock"; 158 compatible = "fixed-factor-clock"; 165 compatible = "fixed-factor-clock"; 172 compatible = "fixed-factor-clock"; 179 compatible = "fixed-factor-clock"; 186 compatible = "fixed-factor-clock"; 193 compatible = "fixed-factor-clock"; 200 compatible = "fixed-factor-clock"; 207 compatible = "fixed-factor-clock"; 214 compatible = "fixed-factor-clock"; [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/mmc/ |
D | st,stm32-sdmmc.yaml | 46 Clock division factor for SDMMC. Typically the clock operates at 25MHz so 47 a division factor of 2 would be 25MHz / 2 = 12.5MHz.
|
/Zephyr-Core-3.6.0/boards/posix/native_posix/ |
D | native_rtc.h | 66 * @brief Adjust the speed of the clock source by a multiplicative factor 68 * @param clock_correction Factor by which to correct the clock speed
|
/Zephyr-Core-3.6.0/scripts/native_simulator/native/src/include/ |
D | native_rtc.h | 65 * @brief Adjust the speed of the clock source by a multiplicative factor 67 * @param clock_correction Factor by which to correct the clock speed
|
/Zephyr-Core-3.6.0/dts/bindings/sensor/ |
D | ams,tmd2620.yaml | 72 wait-time-factor: 80 description: increases the wait time by a factor of x12
|
/Zephyr-Core-3.6.0/tests/kernel/smp/ |
D | Kconfig | 9 int "Run factor for stressing tests, such as 'switch torture', \
|