Searched refs:i2s_event (Results 1 – 1 of 1) sorted by relevance
165 i2s_event_t i2s_event; in i2s_dma_rx_callback() local170 i2s_event.size = ((lldesc_t *)finish_desc)->size; in i2s_dma_rx_callback()175 i2s_event.type = I2S_EVENT_RX_Q_OVF; in i2s_dma_rx_callback()176 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &tmp); in i2s_dma_rx_callback()183 i2s_event.type = I2S_EVENT_RX_DONE; in i2s_dma_rx_callback()184 xQueueSendFromISR(p_i2s->i2s_queue, (void * )&i2s_event, &tmp); in i2s_dma_rx_callback()197 i2s_event_t i2s_event; in i2s_dma_tx_callback() local201 i2s_event.size = ((lldesc_t *)finish_desc)->size; in i2s_dma_tx_callback()206 i2s_event.type = I2S_EVENT_TX_Q_OVF; in i2s_dma_tx_callback()207 i2s_event.size = p_i2s->tx->buf_size; in i2s_dma_tx_callback()[all …]