Searched refs:bypass (Results 1 – 25 of 99) sorted by relevance
1234
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_devices/boards/ |
D | f4_i2s2_pll.overlay | 13 /delete-property/ hse-bypass; 52 hse-bypass;
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_pmc.h | 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() 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()
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32_common_core/boards/ |
D | hse_8.overlay | 13 hse-bypass;
|
D | hse_8_bypass.overlay | 13 hse-bypass;
|
D | f0_f3_pll_32_hse_8.overlay | 13 hse-bypass;
|
D | f1_pll_64_hse_8.overlay | 13 hse-bypass;
|
D | pll_32_hse_8.overlay | 13 hse-bypass;
|
D | f2_f4_f7_pll_64_hse_8.overlay | 13 hse-bypass;
|
D | pll_64_hse_8.overlay | 13 hse-bypass;
|
D | clear_f0_f1_f3_clocks.overlay | 14 /delete-property/ hse-bypass;
|
D | clear_f2_f4_f7_clocks.overlay | 14 /delete-property/ hse-bypass;
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | main.c | 243 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() 259 shell_set_bypass(sh, bypass); in set_bypass() 347 SHELL_CMD_ARG_REGISTER(bypass, NULL, "Bypass shell", cmd_bypass, 1, 0);
|
/Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/ |
D | README.rst | 11 …onds, the filter is disabled, and the filter bypass is enabled. At last, 5 seconds later, the filt… 59 I: Disable bypass filter
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/ |
D | hse_8.overlay | 13 hse-bypass;
|
D | pll_hse_96.overlay | 13 hse-bypass;
|
D | pll_hse_550.overlay | 13 hse-bypass;
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | spi1_per_ck_hse.overlay | 14 hse-bypass;
|
D | core_init.overlay | 19 /delete-property/ hse-bypass; 92 hse-bypass;
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta_stm32h747xx_m7.dts | 35 hse-bypass; 41 lse-bypass;
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32u5_core/boards/ |
D | hse_16.overlay | 20 hse-bypass;
|
D | pll_hse_160.overlay | 20 hse-bypass;
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 28 ``bypass`` implements the bypass callback. 83 bypass clear date
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/boards/ |
D | hse25.overlay | 20 hse-bypass; /* X3 is a 25MHz oscillator on PH0 */
|
D | pll_hse25_ahb_2_100.overlay | 14 hse-bypass; /* X3 is a 25MHz oscillator on PH0 */
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_grgpio.h | 16 uint32_t bypass; /* 0x18 Bypass register */ member
|
1234