Home
last modified time | relevance | path

Searched refs:enable_bypass (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_tdm.h625 bool enable_bypass);
637 bool enable_bypass);
862 bool enable_bypass) in nrf_tdm_mck_configure() argument
866 (((uint32_t) enable_bypass << TDM_CONFIG_MCK_SRC_BYPASS_Pos) & in nrf_tdm_mck_configure()
872 bool enable_bypass) in nrf_tdm_sck_configure() argument
875 ((uint32_t) enable_bypass << TDM_CONFIG_SCK_SRC_BYPASS_Pos); in nrf_tdm_sck_configure()
Dnrf_i2s.h587 bool enable_bypass);
802 bool enable_bypass) in nrf_i2s_clk_configure() argument
805 ((uint32_t) enable_bypass << I2S_CONFIG_CLKCONFIG_BYPASS_Pos); in nrf_i2s_clk_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_i2s.h80 … bool enable_bypass; ///< Bypass clock generator. MCK will be equal to source input. member
162 .enable_bypass = false,), \
/hal_nordic-latest/nrfx/haly/
Dnrfy_i2s.h74 bool enable_bypass; ///< Bypass clock generator. MCK will be equal to source input. member
116 nrf_i2s_clk_configure(p_reg, p_config->clksrc, p_config->enable_bypass); in nrfy_i2s_periph_configure()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_i2s.c277 .enable_bypass = p_config->enable_bypass, in nrfx_i2s_init()