Home
last modified time | relevance | path

Searched full:xtal (Results 1 – 25 of 122) sorted by relevance

12345

/Zephyr-latest/dts/bindings/clock/
Dsilabs,hfxo.yaml17 Mode of operation. Defaults to "xtal", expecting a crystal oscillator on XI and XO
20 default: "xtal"
21 enum: ["xtal", "extclk", "extclkpkdet"]
Dsilabs,series2-lfxo.yaml25 Mode of operation. Defaults to "xtal", expecting a 32768 Hz crystal oscillator on XI and XO
28 default: "xtal"
29 enum: ["xtal", "bufextclk", "digextclk"]
Despressif,esp32-rtc.yaml19 - 0: ESP32_RTC_FAST_CLK_SRC_XTAL_D2 - Main XTAL divided by 2 (C3/S3)
20 ESP32_RTC_FAST_CLK_SRC_XTAL_D4 Main XTAL divided by 4 (ESP32/S2)
Dmicrochip,xec-pcr.yaml35 xtal-single-ended:
64 xtal-enable-delay-ms:
/Zephyr-latest/dts/bindings/rtc/
Dambiq,rtc.yaml15 default: "XTAL"
17 - "XTAL"
/Zephyr-latest/dts/bindings/phy/
Drenesas,ra-usbphyc.yaml20 - "xtal"
22 Select clock source for PHY clock as XTAL or use internal clock
/Zephyr-latest/tests/drivers/clock_control/nrf_lf_clock_start/src/
Dmain.c51 bool xtal; in ZTEST() local
53 xtal = IS_ENABLED(CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL) | in ZTEST()
57 if (xtal) { in ZTEST()
92 IS_ENABLED(CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL) ? "XTAL" in test_init()
117 * and XTAL has been started then LFSRCSTAT register content might be in get_lfclk_state()
/Zephyr-latest/dts/bindings/cpu/
Despressif,riscv.yaml26 xtal-freq:
29 description: Value of the external XTAL connected to ESP32. This is typically 40 MHz.
Despressif,xtensa-lx6.yaml28 xtal-freq:
31 description: Value of the external XTAL connected to ESP32.
Despressif,xtensa-lx7.yaml28 xtal-freq:
31 description: Value of the external XTAL connected to ESP32.
/Zephyr-latest/samples/drivers/clock_control_xec/src/
Dmain.c48 LOG_INF("32KHz clock source is XTAL"); in vbat_clock_regs()
50 LOG_INF("XTAL configured for single-ended using XTAL2 pin" in vbat_clock_regs()
53 LOG_INF("XTAL configured for parallel resonant crystal circuit on" in vbat_clock_regs()
90 LOG_INF("PLL 32K clock source is XTAL input(VTR)"); in print_pll_clock_src()
105 LOG_INF("Periph 32K clock source is XTAL(VTR) and XTAL(VBAT)"); in print_periph_clock_src()
109 LOG_INF("Periph 32K clock source is 32KHZ_PIN fallback to XTAL when VTR is off"); in print_periph_clock_src()
/Zephyr-latest/boards/renesas/ek_ra6m5/
Dek_ra6m5.dts94 &xtal {
106 clocks = <&xtal>;
123 phys-clock-src = "xtal";
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c19 * periodically, calibration may include temperature monitoring, hf XTAL
23 * - process - calibration process which may consists of hf XTAL clock
115 /* Start actual HW calibration assuming that HFCLK XTAL is on. */
122 /* Start cycle by starting backoff timer and releasing HFCLK XTAL. */
161 /* Called when HFCLK XTAL is on. Schedules temperature measurement or triggers
/Zephyr-latest/boards/renesas/ek_ra6m3/
Dek_ra6m3.dts103 &xtal {
115 clocks = <&xtal>;
136 phys-clock-src = "xtal";
/Zephyr-latest/tests/boards/espressif/rtc_clk/
Dtestcase.yaml12 boards.esp32.rtc_clk.xtal:
/Zephyr-latest/boards/renesas/ek_ra6m1/
Dek_ra6m1.dts85 &xtal {
97 clocks = <&xtal>;
/Zephyr-latest/boards/renesas/ek_ra6m2/
Dek_ra6m2.dts81 &xtal {
93 clocks = <&xtal>;
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.h80 /** \brief BCLKs can be driven by multiple sources - M/N or XTAL directly.
81 * Even in the case of M/N, the actual clock source can be XTAL,
94 MN_BCLK_SOURCE_XTAL, /**< port is using XTAL directly */
/Zephyr-latest/soc/nuvoton/numicro/m48x/
Dsoc.c18 /* Enable HXT clock (external XTAL 12MHz) */ in soc_reset_hook()
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_pmc.h259 /* Wait the main Xtal to stabilize */ in soc_pmc_osc_enable_main_xtal()
314 * @param bypass select bypass or xtal
321 /* Enable Main Xtal oscillator */ in soc_pmc_switch_mainck_to_xtal()
333 /* Wait for the Xtal to stabilize */ in soc_pmc_switch_mainck_to_xtal()
344 * @param bypass select bypass or xtal
348 /* Disable xtal oscillator */ in soc_pmc_osc_disable_xtal()
/Zephyr-latest/boards/renesas/ek_ra4m2/
Dek_ra4m2.dts62 &xtal {
74 clocks = <&xtal>;
/Zephyr-latest/boards/renesas/ek_ra4m3/
Dek_ra4m3.dts62 &xtal {
74 clocks = <&xtal>;
/Zephyr-latest/samples/drivers/clock_control_xec/boards/
Dmec1501modular_assy6885.overlay15 xtal-single-ended;
Dmec15xxevb_assy6853.overlay15 xtal-single-ended;
Dmec172xevb_assy6906.overlay15 xtal-single-ended;

12345