Home
last modified time | relevance | path

Searched defs:bypass (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/soc/atmel/sam/common/
Dsoc_pmc.h317 static ALWAYS_INLINE void soc_pmc_switch_mainck_to_xtal(bool bypass, uint32_t xtal_startup_time) 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()
/Zephyr-latest/subsys/shell/modules/
Ddevmem_service.c151 static int set_bypass(const struct shell *sh, shell_bypass_cb_t bypass) in set_bypass()
/Zephyr-latest/drivers/gpio/
Dgpio_grgpio.h16 uint32_t bypass; /* 0x18 Bypass register */ member
/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()
/Zephyr-latest/subsys/shell/
Dshell.c974 shell_bypass_cb_t bypass = sh->ctx->bypass; in state_collect() local
1811 void shell_set_bypass(const struct shell *sh, shell_bypass_cb_t bypass) in shell_set_bypass()
/Zephyr-latest/drivers/flash/
Dflash_shell.c573 static int set_bypass(const struct shell *sh, shell_bypass_cb_t bypass) in set_bypass()
/Zephyr-latest/include/zephyr/shell/
Dshell.h860 shell_bypass_cb_t bypass; member