Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_audio_common.c392 static void _cyhal_audioss_process_event(_cyhal_audioss_t *obj, uint32_t event);
1550 _cyhal_audioss_process_event(obj, obj->interface->event_rx_complete); in _cyhal_audioss_read_async()
1887 _cyhal_audioss_process_event(obj, obj->interface->event_tx_complete); in _cyhal_audioss_write_async()
2142 _cyhal_audioss_process_event(obj, event); in _cyhal_audioss_irq_handler()
2161 _cyhal_audioss_process_event(obj, event);
2182 _cyhal_audioss_process_event(obj, event);
2483 _cyhal_audioss_process_event(obj, obj->interface->event_rx_complete);
2498 _cyhal_audioss_process_event(obj, obj->interface->event_tx_complete);
2502 static void _cyhal_audioss_process_event(_cyhal_audioss_t *obj, uint32_t event) function