Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dai/nxp/esai/
Desai.h94 #define ESAI_WORD_ALIGNMENT(word_width) ((32 - (word_width)) / 4) macro
Desai.c456 tx_config.word_alignment = ESAI_WORD_ALIGNMENT(esai_cfg->word_width); in esai_config_set()