Searched refs:nrfx_cfg (Results 1 – 3 of 3) sorted by relevance
20 nrfx_i2s_config_t nrfx_cfg; member404 nrfx_i2s_config_t nrfx_cfg; in i2s_nrfx_configure() local432 nrfx_cfg = drv_cfg->nrfx_def_cfg; in i2s_nrfx_configure()436 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_8BIT; in i2s_nrfx_configure()439 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_16BIT; in i2s_nrfx_configure()442 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_24BIT; in i2s_nrfx_configure()446 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_32BIT; in i2s_nrfx_configure()456 nrfx_cfg.alignment = NRF_I2S_ALIGN_LEFT; in i2s_nrfx_configure()457 nrfx_cfg.format = NRF_I2S_FORMAT_I2S; in i2s_nrfx_configure()460 nrfx_cfg.alignment = NRF_I2S_ALIGN_LEFT; in i2s_nrfx_configure()[all …]
282 nrfx_pdm_config_t nrfx_cfg; in dmic_nrfx_pdm_configure() local342 nrfx_cfg = drv_cfg->nrfx_def_cfg; in dmic_nrfx_pdm_configure()343 nrfx_cfg.mode = channel->req_num_chan == 1 in dmic_nrfx_pdm_configure()346 nrfx_cfg.edge = channel->req_chan_map_lo == def_map in dmic_nrfx_pdm_configure()350 nrfx_cfg.mclksrc = drv_cfg->clk_src == ACLK in dmic_nrfx_pdm_configure()354 if (!find_suitable_clock(drv_cfg, &nrfx_cfg, config)) { in dmic_nrfx_pdm_configure()364 err = nrfx_pdm_init(&nrfx_cfg, drv_cfg->event_handler); in dmic_nrfx_pdm_configure()
48 nrfx_qspi_config_t nrfx_cfg; member389 res = nrfx_qspi_init(&dev_config->nrfx_cfg, in qspi_device_init()708 nrfx_err_t res = nrfx_qspi_init(&dev_config->nrfx_cfg, in qspi_nrfx_configure()753 &dev_config->nrfx_cfg.prot_if; in qspi_nrfx_configure()1414 err = nrfx_qspi_init(&dev_config->nrfx_cfg, in qspi_nor_pm_action()1494 .nrfx_cfg.skip_gpio_cfg = true,1495 .nrfx_cfg.skip_psel_cfg = true,1497 .nrfx_cfg.prot_if = {1512 .nrfx_cfg.phy_if = {