Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dai/nxp/esai/
Desai.c330 ESAI_TxSetSlotMask(base, cfg->slot_mask); in esai_commit_config()
370 EASI_RxSetSlotMask(base, cfg->slot_mask); in esai_commit_config()
493 tx_config.slot_mask = bespoke->tx_slots; in esai_config_set()
494 rx_config.slot_mask = bespoke->rx_slots; in esai_config_set()
Desai.h278 uint32_t slot_mask; member
506 LOG_DBG("slot mask: 0x%x", cfg->slot_mask); in esai_dump_xceiver_config()
/Zephyr-latest/drivers/i2s/
Di2s_esp32.c606 slot_cfg.std.slot_mask = I2S_STD_SLOT_BOTH; in i2s_esp32_configure()