Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2s/
Di2s_litex.h30 #define I2S_EV_ERROR (1 << 1) macro
Di2s_litex.c120 __ASSERT_NO_MSG(irq_type == I2S_EV_READY || irq_type == I2S_EV_ERROR); in i2s_irq_enable()
135 __ASSERT_NO_MSG(irq_type == I2S_EV_READY || irq_type == I2S_EV_ERROR); in i2s_irq_disable()