Searched refs:nrfx_cfg (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.7.0/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-Core-3.7.0/drivers/audio/ |
D | dmic_nrfx_pdm.c | 282 nrfx_pdm_config_t nrfx_cfg; in dmic_nrfx_pdm_configure() local 342 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()
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | nrf_qspi_nor.c | 48 nrfx_qspi_config_t nrfx_cfg; member 631 &dev_config->nrfx_cfg.prot_if; in configure_chip() 1045 res = nrfx_qspi_init(&dev_config->nrfx_cfg, qspi_handler, dev->data); in qspi_init() 1282 res = nrfx_qspi_init(&dev_config->nrfx_cfg, qspi_handler, dev->data); in qspi_resume() 1369 .nrfx_cfg.skip_gpio_cfg = true, 1370 .nrfx_cfg.skip_psel_cfg = true, 1372 .nrfx_cfg.prot_if = { 1387 .nrfx_cfg.phy_if = { 1392 .nrfx_cfg.timeout = CONFIG_NORDIC_QSPI_NOR_TIMEOUT_MS,
|