Lines Matching refs:hal_event
263 cyhal_i2s_event_t hal_event = (cyhal_i2s_event_t)event; in _cyhal_i2s_convert_event() local
265 if(0 != (hal_event & CYHAL_I2S_TX_NOT_FULL)) in _cyhal_i2s_convert_event()
269 if(0 != (hal_event & CYHAL_I2S_TX_HALF_EMPTY)) in _cyhal_i2s_convert_event()
273 if(0 != (hal_event & CYHAL_I2S_TX_EMPTY)) in _cyhal_i2s_convert_event()
277 if(0 != (hal_event & CYHAL_I2S_TX_OVERFLOW)) in _cyhal_i2s_convert_event()
281 if(0 != (hal_event & CYHAL_I2S_TX_UNDERFLOW )) in _cyhal_i2s_convert_event()
286 if(0 != (hal_event & CYHAL_I2S_RX_NOT_EMPTY)) in _cyhal_i2s_convert_event()
290 if(0 != (hal_event & CYHAL_I2S_RX_HALF_FULL)) in _cyhal_i2s_convert_event()
294 if(0 != (hal_event & CYHAL_I2S_RX_FULL)) in _cyhal_i2s_convert_event()
298 if(0 != (hal_event & CYHAL_I2S_RX_OVERFLOW)) in _cyhal_i2s_convert_event()
302 if(0 != (hal_event & CYHAL_I2S_RX_UNDERFLOW)) in _cyhal_i2s_convert_event()
312 cyhal_i2s_event_t hal_event = (cyhal_i2s_event_t)event; in _cyhal_i2s_convert_event() local
320 if(0 != (hal_event & CYHAL_I2S_TX_HALF_EMPTY)) in _cyhal_i2s_convert_event()
324 if(0 != (hal_event & CYHAL_I2S_TX_OVERFLOW)) in _cyhal_i2s_convert_event()
328 if(0 != (hal_event & CYHAL_I2S_TX_UNDERFLOW )) in _cyhal_i2s_convert_event()
339 if(0 != (hal_event & CYHAL_I2S_RX_HALF_FULL)) in _cyhal_i2s_convert_event()
343 if(0 != (hal_event & CYHAL_I2S_RX_OVERFLOW)) in _cyhal_i2s_convert_event()
347 if(0 != (hal_event & CYHAL_I2S_RX_UNDERFLOW )) in _cyhal_i2s_convert_event()