Searched refs:I2S_LL_EVENT_TX_EOF (Results 1 – 3 of 3) sorted by relevance
37 #define I2S_LL_EVENT_TX_EOF BIT(12) macro42 #define I2S_LL_TX_EVENT_MASK I2S_LL_EVENT_TX_EOF
39 #define I2S_LL_EVENT_TX_EOF BIT(12) macro45 #define I2S_LL_TX_EVENT_MASK I2S_LL_EVENT_TX_EOF
254 if ((status & I2S_LL_EVENT_TX_EOF) && p_i2s->tx) { in i2s_intr_handler_default()