Searched refs:enable_bypass (Results 1 – 3 of 3) sorted by relevance
81 … bool enable_bypass; ///< Bypass clock generator. MCK will be equal to source input. member96 .enable_bypass = false,
507 bool enable_bypass);724 bool enable_bypass) in nrf_i2s_clk_configure() argument727 ((uint32_t) enable_bypass << I2S_CONFIG_CLKCONFIG_BYPASS_Pos); in nrf_i2s_clk_configure()
221 nrf_i2s_clk_configure(NRF_I2S0, p_config->clksrc, p_config->enable_bypass); in nrfx_i2s_init()
Completed in 8 milliseconds