Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/include/
A Dnrfx_i2s.h81 … bool enable_bypass; ///< Bypass clock generator. MCK will be equal to source input. member
96 .enable_bypass = false,
/external/platform/nrfx/hal/
A Dnrf_i2s.h507 bool enable_bypass);
724 bool enable_bypass) in nrf_i2s_clk_configure() argument
727 ((uint32_t) enable_bypass << I2S_CONFIG_CLKCONFIG_BYPASS_Pos); in nrf_i2s_clk_configure()
/external/platform/nrfx/drivers/src/
A Dnrfx_i2s.c221 nrf_i2s_clk_configure(NRF_I2S0, p_config->clksrc, p_config->enable_bypass); in nrfx_i2s_init()

Completed in 8 milliseconds