Searched refs:nrfx_cfg (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/i2s/ |
D | i2s_nrfx.c | 20 nrfx_i2s_config_t nrfx_cfg; member 423 nrfx_i2s_config_t nrfx_cfg; in i2s_nrfx_configure() local 451 nrfx_cfg = drv_cfg->nrfx_def_cfg; in i2s_nrfx_configure() 455 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_8BIT; in i2s_nrfx_configure() 458 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_16BIT; in i2s_nrfx_configure() 461 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_24BIT; in i2s_nrfx_configure() 465 nrfx_cfg.sample_width = NRF_I2S_SWIDTH_32BIT; in i2s_nrfx_configure() 475 nrfx_cfg.alignment = NRF_I2S_ALIGN_LEFT; in i2s_nrfx_configure() 476 nrfx_cfg.format = NRF_I2S_FORMAT_I2S; in i2s_nrfx_configure() 479 nrfx_cfg.alignment = NRF_I2S_ALIGN_LEFT; in i2s_nrfx_configure() [all …]
|
/Zephyr-latest/drivers/audio/ |
D | dmic_nrfx_pdm.c | 373 nrfx_pdm_config_t nrfx_cfg; in dmic_nrfx_pdm_configure() local 433 nrfx_cfg = drv_cfg->nrfx_def_cfg; in dmic_nrfx_pdm_configure() 434 nrfx_cfg.mode = channel->req_num_chan == 1 in dmic_nrfx_pdm_configure() 437 nrfx_cfg.edge = channel->req_chan_map_lo == def_map in dmic_nrfx_pdm_configure() 441 nrfx_cfg.mclksrc = drv_cfg->clk_src == ACLK in dmic_nrfx_pdm_configure() 445 if (!find_suitable_clock(drv_cfg, &nrfx_cfg, config)) { in dmic_nrfx_pdm_configure() 455 err = nrfx_pdm_init(drv_data->pdm, &nrfx_cfg, drv_cfg->event_handler); in dmic_nrfx_pdm_configure()
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 48 nrfx_qspi_config_t nrfx_cfg; member 646 &dev_config->nrfx_cfg.prot_if; in configure_chip() 1060 res = nrfx_qspi_init(&dev_config->nrfx_cfg, qspi_handler, dev->data); in qspi_init() 1307 res = nrfx_qspi_init(&dev_config->nrfx_cfg, qspi_handler, dev->data); in qspi_resume() 1394 .nrfx_cfg.skip_gpio_cfg = true, 1395 .nrfx_cfg.skip_psel_cfg = true, 1397 .nrfx_cfg.prot_if = { 1412 .nrfx_cfg.phy_if = { 1417 .nrfx_cfg.timeout = CONFIG_NORDIC_QSPI_NOR_TIMEOUT_MS,
|