Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_audio_service.c663 if ((sai != NULL) && (sai->periodReady != NULL)) in SRTM_AudioService_Notify()
665 … status = sai->periodReady(sai, SRTM_AudioDirTx, iface->index, payload->periodIdx); in SRTM_AudioService_Notify()
669 if ((sai != NULL) && (sai->periodReady != NULL)) in SRTM_AudioService_Notify()
671 … status = sai->periodReady(sai, SRTM_AudioDirRx, iface->index, payload->periodIdx); in SRTM_AudioService_Notify()
Dsrtm_audio_service.h115 …srtm_status_t (*periodReady)(srtm_sai_adapter_t adapter, srtm_audio_dir_t dir, uint8_t index, uint… member
Dsrtm_sai_sdma_adapter.c1635 handle->adapter.periodReady = SRTM_SaiSdmaAdapter_PeriodReady; in SRTM_SaiSdmaAdapter_Create()
Dsrtm_pdm_sdma_adapter.c1238 handle->adapter.periodReady = SRTM_PdmSdmaAdapter_PeriodReady; in SRTM_PdmSdmaAdapter_Create()