Searched full:bypass (Results 1 – 25 of 181) sorted by relevance
12345678
/Zephyr-latest/dts/bindings/regulator/ |
D | silabs,series2-dcdc.yaml | 14 `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/ |
D | st,stm32-lse-clock.yaml | 24 lse-bypass: 27 LSE crystal oscillator bypass
|
D | st,stm32-hse-clock.yaml | 11 hse-bypass: 14 HSE crystal oscillator bypass
|
D | nordic,nrf-lfclk.yaml | 12 the FLL16M clock in BYPASS mode. 17 the FLL16M clock in BYPASS mode.
|
D | microchip,xec-pcr.yaml | 79 clkmon-bypass: 81 description: Bypass clkmon check of crystal or XTAL2 single-ended clock.
|
/Zephyr-latest/soc/st/stm32/ |
D | Kconfig | 88 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/ |
D | README.rst | 11 …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
|
D | sample.yaml | 17 - "I: Bypass filter" 18 - "I: Disable bypass filter"
|
/Zephyr-latest/samples/subsys/shell/shell_module/ |
D | README.rst | 27 Set a Bypass callback 28 ``bypass`` implements the bypass callback. 83 bypass clear date
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_pmc.h | 265 * @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/ |
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() 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/ |
D | main.c | 57 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/ |
D | f4_i2s2_pll.overlay | 13 /delete-property/ hse-bypass; 52 hse-bypass;
|
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/ |
D | clock.c | 22 * - 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/ |
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;
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_grgpio.h | 16 uint32_t bypass; /* 0x18 Bypass register */ member
|
/Zephyr-latest/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/ |
D | core_init.overlay | 19 /delete-property/ hse-bypass; 92 hse-bypass;
|
D | spi1_per_ck_hse.overlay | 14 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/stm32h7_core/boards/ |
D | hse_8.overlay | 13 hse-bypass;
|
12345678