Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/driver/deprecated/
Di2s_legacy.c165 i2s_event_t i2s_event; in i2s_dma_rx_callback() local
170 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() local
201 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 …]