Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.h20 #define SAI_WORD_SIZE_BITS_MIN 8 macro
Di2s_mcux_sai.c471 if (word_size_bits < SAI_WORD_SIZE_BITS_MIN || word_size_bits > SAI_WORD_SIZE_BITS_MAX) { in i2s_mcux_config()