Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c31 SRTM_Suspended, enumerator
475 if (((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
563 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiSdmaAdapter_Transfer()
599 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_SaiSdmaAdapter_RxTransferProc()
680 (rtm->suspendState != SRTM_Suspended))) in SRTM_SaiSdmaTxCallback()
723 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_SaiSdmaRxCallback()
755 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_SaiSdmaRxCallback()
1461 thisRtm->suspendState = SRTM_Suspended; in SRTM_SaiSdmaAdapter_Suspend()
1727 if (handle->rxRtm.suspendState == SRTM_Suspended) in SRTM_SaiSdmaAdapter_ResumeHostProc()
Dsrtm_pdm_sdma_adapter.c31 SRTM_Suspended, enumerator
420 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_PdmSdmaAdapter_Transfer()
447 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_PdmSdmaAdapter_RxTransferProc()
629 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_PdmSdmaRxCallback()
662 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_PdmSdmaRxCallback()
1068 thisRtm->suspendState = SRTM_Suspended; in SRTM_PdmSdmaAdapter_Suspend()
1279 if (handle->rxRtm.suspendState == SRTM_Suspended) in SRTM_PdmSdmaAdapter_ResumeHostProc()