Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c162 portBASE_TYPE need_awoke = 0; in i2s_dma_rx_callback() local
173 need_awoke |= tmp; in i2s_dma_rx_callback()
177 need_awoke |= tmp; in i2s_dma_rx_callback()
181 need_awoke |= tmp; in i2s_dma_rx_callback()
185 need_awoke |= tmp; in i2s_dma_rx_callback()
188 return need_awoke; in i2s_dma_rx_callback()
194 portBASE_TYPE need_awoke = 0; in i2s_dma_tx_callback() local
204 need_awoke |= tmp; in i2s_dma_tx_callback()
209 need_awoke |= tmp; in i2s_dma_tx_callback()
216 need_awoke |= tmp; in i2s_dma_tx_callback()
[all …]