Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/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()