Home
last modified time | relevance | path

Searched full:bypass (Results 1 – 25 of 181) sorted by relevance

12345678

/Zephyr-latest/dts/bindings/regulator/
Dsilabs,series2-dcdc.yaml14 `regulator-allow-bypass`
15 Enable bypass mode. If combined with `regulator-boot-on`, the DC-DC converter
16 is initialized to bypass mode.
29 - regulator-allow-bypass
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-lse-clock.yaml24 lse-bypass:
27 LSE crystal oscillator bypass
Dst,stm32-hse-clock.yaml11 hse-bypass:
14 HSE crystal oscillator bypass
Dnordic,nrf-lfclk.yaml12 the FLL16M clock in BYPASS mode.
17 the FLL16M clock in BYPASS mode.
Dmicrochip,xec-pcr.yaml79 clkmon-bypass:
81 description: Bypass clkmon check of crystal or XTAL2 single-ended clock.
/Zephyr-latest/soc/st/stm32/
DKconfig88 bool "External SMPS 1.8V supply and bypass"
92 bool "External SMPS 2.5V supply and bypass"
96 bool "Bypass"
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/
DREADME.rst11 …onds, the filter is disabled, and the filter bypass is enabled. At last, 5 seconds later, the filt…
48 I: Bypass filter
59 I: Disable bypass filter
Dsample.yaml17 - "I: Bypass filter"
18 - "I: Disable bypass filter"
/Zephyr-latest/samples/subsys/shell/shell_module/
DREADME.rst27 Set a Bypass callback
28 ``bypass`` implements the bypass callback.
83 bypass clear date
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_pmc.h265 * @brief Bypass the external crystal oscillator.
314 * @param bypass select bypass or xtal
317 static ALWAYS_INLINE void soc_pmc_switch_mainck_to_xtal(bool bypass, uint32_t xtal_startup_time) in soc_pmc_switch_mainck_to_xtal() argument
322 if (bypass) { in soc_pmc_switch_mainck_to_xtal()
344 * @param bypass select bypass or xtal
346 static ALWAYS_INLINE void soc_pmc_osc_disable_xtal(bool bypass) in soc_pmc_osc_disable_xtal() argument
349 if (bypass) { in soc_pmc_osc_disable_xtal()
360 * of external crystal, bypass or internal RC.
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Dmain.c243 static int set_bypass(const struct shell *sh, shell_bypass_cb_t bypass) in set_bypass() argument
247 if (bypass && in_use) { in set_bypass()
248 shell_error(sh, "Sample supports setting bypass on single instance."); in set_bypass()
255 shell_print(sh, "Bypass started, press ctrl-x ctrl-q to escape"); in set_bypass()
259 shell_set_bypass(sh, bypass); in set_bypass()
285 shell_print(sh, "Exit bypass"); in bypass_cb()
347 SHELL_CMD_ARG_REGISTER(bypass, NULL, "Bypass shell", cmd_bypass, 1, 0);
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/src/
Dmain.c57 LOG_INF("Bypass filter"); in main()
62 LOG_INF("Disable bypass filter"); in main()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/
Df4_i2s2_pll.overlay13 /delete-property/ hse-bypass;
52 hse-bypass;
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c22 * - 16 MHz (bypass HFPLL). in soc_early_init_hook()
33 /* Bypass HFPLL. */ in soc_early_init_hook()
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/
Dhse_8.overlay13 hse-bypass;
Dhse_8_bypass.overlay13 hse-bypass;
Df0_f3_pll_32_hse_8.overlay13 hse-bypass;
Df1_pll_64_hse_8.overlay13 hse-bypass;
Dpll_32_hse_8.overlay13 hse-bypass;
Df2_f4_f7_pll_64_hse_8.overlay13 hse-bypass;
/Zephyr-latest/drivers/gpio/
Dgpio_grgpio.h16 uint32_t bypass; /* 0x18 Bypass register */ member
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dcore_init.overlay19 /delete-property/ hse-bypass;
92 hse-bypass;
Dspi1_per_ck_hse.overlay14 hse-bypass;
/Zephyr-latest/boards/arduino/opta/
Darduino_opta_stm32h747xx_m7.dts35 hse-bypass;
41 lse-bypass;
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/
Dhse_8.overlay13 hse-bypass;

12345678