Home
last modified time | relevance | path

Searched full:hse (Results 1 – 25 of 196) sorted by relevance

12345678

/Zephyr-latest/dts/bindings/clock/
Dst,stm32wl-hse-clock.yaml4 description: STM32WL HSE Clock
6 compatible: "st,stm32wl-hse-clock"
11 hse-tcxo:
14 When set, TCXO is selected as external source clock for HSE.
15 Otherwise, external crystal is selected as HSE source clock.
17 hse-div2:
20 When set HSE output clock is divided by 2.
Dst,stm32-hse-clock.yaml4 description: STM32 HSE Clock
6 compatible: "st,stm32-hse-clock"
11 hse-bypass:
14 HSE crystal oscillator bypass
20 HSE clock security system enabled
21 Set the property to enable the clock security system (CSS) for the HSE clock.
23 If a failure is detected on the HSE clock, the HSE oscillator is automatically disabled,
Dst,stm32wba-hse-clock.yaml4 description: STM32WBA HSE Clock
6 compatible: "st,stm32wba-hse-clock"
11 hse-div2:
14 When set HSE output clock is divided by 2.
Dwch,ch32v00x-hse-clock.yaml4 description: WCH CH32V00x HSE Clock
6 compatible: "wch,ch32v00x-hse-clock"
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dwl_pll_48_hse_32.overlay10 * It applies to the stm32wl where the hse prescaler is 2 and by-passed
14 hse-tcxo;
15 hse-div2;
Dclear_clocks.overlay14 /delete-property/ hse-bypass;
16 /delete-property/ hse-tcxo;
17 /delete-property/ hse-div2;
Dwl_32_hse.overlay10 * It applies to the stm32wl where the hse prescaler is 1 and by-passed
14 hse-tcxo;
Dhse_css.overlay8 * Warning: This overlay assumes the HSE clock has already been enabled,
/Zephyr-latest/dts/bindings/phy/
Dst,stm32u5-otghs-phy.yaml7 with USB HS PHY IP and a configurable HSE clock source.
22 /* HSE */
26 /* HSE/2 */
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/
Dwl_i2c1_sysclk_lptim1_lsi.overlay13 /delete-property/ hse-bypass;
15 /delete-property/ hse-tcxo;
16 /delete-property/ hse-div2;
50 hse-tcxo;
Dwl_i2c1_hsi_lptim1_lse_adc1_pllp.overlay13 /delete-property/ hse-bypass;
15 /delete-property/ hse-tcxo;
16 /delete-property/ hse-div2;
50 hse-tcxo;
Dwb_i2c1_sysclk_lptim1_lsi.overlay13 /delete-property/ hse-bypass;
15 /delete-property/ hse-tcxo;
16 /delete-property/ hse-div2;
Dwb_i2c1_hsi_lptim1_lse.overlay13 /delete-property/ hse-bypass;
15 /delete-property/ hse-tcxo;
16 /delete-property/ hse-div2;
Df4_i2s2_pll.overlay13 /delete-property/ hse-bypass;
52 hse-bypass;
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/
Dtestcase.yaml21 # Build only as HSE not implemened on available boards
25 # Build only as HSE not implemened on available boards
29 # Build only as HSE not implemened on available boards
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/src/
Dtest_stm32_clock_configuration.c35 "Expected sysclk src: HSE (0x%x). Actual: 0x%x", in ZTEST()
62 "Expected PLL src: HSE (%d). Actual PLL src: %d", in ZTEST()
85 zassert_true(READ_BIT(RCC->CR, RCC_CR_CSSHSEON), "HSE CSS is not enabled"); in ZTEST()
87 zassert_false(READ_BIT(RCC->CR, RCC_CR_CSSHSEON), "HSE CSS unexpectedly enabled"); in ZTEST()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/boards/
Dhse_16.overlay13 * Warning: HSE is not implemented on available boards, hence:
20 hse-bypass;
Dpll_hse_160.overlay13 * Warning: HSE is not implemented on available boards, hence:
20 hse-bypass;
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/boards/
Dhse25.overlay14 * Warning: HSE frequency differs on available boards, hence:
20 hse-bypass; /* X3 is a 25MHz oscillator on PH0 */
Dpll_hse25_100.overlay14 * Warning: HSE frequency differs on available boards, hence:
19 hse-bypass; /* X3 is a 25MHz oscillator on PH0 */
Dpll_hse25_240.overlay14 * Warning: HSE frequency differs on available boards, hence:
19 hse-bypass; /* X3 is a 25MHz oscillator on PH0 */
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/src/
Dtest_stm32_clock_configuration.c44 "Expected sysclk src: HSE (0x%x). Actual: 0x%x", in ZTEST()
71 "Expected PLL src: HSE (%d). Actual PLL src: %d", in ZTEST()
114 zassert_true(READ_BIT(RCC->CR, RCC_CR_CSSON), "HSE CSS is not enabled"); in ZTEST()
116 zassert_false(READ_BIT(RCC->CR, RCC_CR_CSSON), "HSE CSS unexpectedly enabled"); in ZTEST()
/Zephyr-latest/boards/arduino/opta/
Dboard_gpio_init.c13 /* The external oscillator that drives the HSE clock should be enabled in board_gpio_init()
18 * Note that the HSE should be turned on by the M7 only because M4 in board_gpio_init()
/Zephyr-latest/drivers/clock_control/
Dclock_stm32f1.c72 * PLLXPTRE (depends on PLL source HSE) in config_pll_sysclock()
73 * HSE/2 used as PLL source in config_pll_sysclock()
79 * PLLXPTRE (depends on PLL source HSE) in config_pll_sysclock()
80 * HSE used as direct PLL source in config_pll_sysclock()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32wba_core/src/
Dtest_stm32_clock_configuration.c35 "Expected sysclk src: HSE. Actual sysclk src: %d", in ZTEST()
57 "Expected PLL src: HSE. Actual PLL src: %d", in ZTEST()

12345678