Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_edma_adapter.c37 …uint32_t remainingLoadPeriods; /* periods to be preloaded either to DMA transfer or to local buffe… member
208 rtm->localRtm.bufRtm.remainingLoadPeriods = rtm->localBuf.periods; in SRTM_SaiEdmaAdaptor_ResetLocalBuf()
268 num = bufRtm->remainingLoadPeriods; in SRTM_SaiEdmaAdapter_DmaTransfer()
289 bufRtm->remainingLoadPeriods--; in SRTM_SaiEdmaAdapter_DmaTransfer()
306 …while ((srcRtm->remainingLoadPeriods != 0U) && ((rtm->localBuf.periods - dstRtm->remainingPeriods)… in SRTM_SaiEdmaAdapter_CopyData()
327 srcRtm->remainingLoadPeriods--; in SRTM_SaiEdmaAdapter_CopyData()
338 dstRtm->remainingLoadPeriods++; in SRTM_SaiEdmaAdapter_CopyData()
380 srcRtm->remainingLoadPeriods++; in SRTM_SaiEdmaAdapter_RxPeriodCopyAndNotify()
390 dstRtm->remainingLoadPeriods--; /* Unused. */ in SRTM_SaiEdmaAdapter_RxPeriodCopyAndNotify()
457 bufRtm->remainingLoadPeriods += newPeriods; in SRTM_SaiEdmaAdapter_AddNewPeriods()
[all …]
Dsrtm_pdm_edma_adapter.c45 …uint32_t remainingLoadPeriods; /* periods to be preloaded either to DMA transfer or to local buffe… member
228 rtm->localRtm.bufRtm.remainingLoadPeriods = rtm->localBuf.periods; in SRTM_PdmEdmaAdaptor_ResetLocalBuf()
265 bufRtm->remainingLoadPeriods--; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()
302 bufRtm->remainingLoadPeriods--; in SRTM_PdmEdmaAdapter_PeriodReceiveEDMA()
317 num = bufRtm->remainingLoadPeriods; in SRTM_PdmEdmaAdapter_DmaTransfer()
373 srcRtm->remainingLoadPeriods++; in SRTM_PdmEdmaAdapter_PeriodCopyAndNotify()
383 dstRtm->remainingLoadPeriods--; /* Unused. */ in SRTM_PdmEdmaAdapter_PeriodCopyAndNotify()
447 bufRtm->remainingLoadPeriods += newPeriods; in SRTM_PdmEdmaAdapter_AddNewPeriods()
557 …rtm->localRtm.bufRtm.remainingLoadPeriods = rtm->localRtm.bufRtm.remainingLoadPeriods + periodsPer… in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()
718 rtm->localRtm.bufRtm.remainingLoadPeriods = in SRTM_PdmEdmaRxCallback()
[all …]
Dsrtm_pdm_sdma_adapter.c41 …uint32_t remainingLoadPeriods; /* periods to be preloaded either to DMA transfer or to local buffe… member
196 rtm->localRtm.bufRtm.remainingLoadPeriods = rtm->localBuf.periods; in SRTM_PdmSdmaAdaptor_ResetLocalBuf()
231 bufRtm->remainingLoadPeriods--; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()
268 bufRtm->remainingLoadPeriods--; in SRTM_PdmSdmaAdapter_PeriodReceiveSDMA()
283 num = bufRtm->remainingLoadPeriods; in SRTM_PdmSdmaAdapter_DmaTransfer()
328 srcRtm->remainingLoadPeriods++; in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
338 dstRtm->remainingLoadPeriods--; /* Unused. */ in SRTM_PdmSdmaAdapter_PeriodCopyAndNotify()
402 bufRtm->remainingLoadPeriods += newPeriods; in SRTM_PdmSdmaAdapter_AddNewPeriods()
510 …rtm->localRtm.bufRtm.remainingLoadPeriods = rtm->localRtm.bufRtm.remainingLoadPeriods + periodsPer… in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()
631 rtm->localRtm.bufRtm.remainingLoadPeriods = in SRTM_PdmSdmaRxCallback()
[all …]
Dsrtm_sai_sdma_adapter.c44 …uint32_t remainingLoadPeriods; /* periods to be preloaded either to DMA transfer or to local buffe… member
235 rtm->localRtm.bufRtm.remainingLoadPeriods = rtm->localBuf.periods; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
285 bufRtm->remainingLoadPeriods--; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()
344 bufRtm->remainingLoadPeriods--; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()
367 num = bufRtm->remainingLoadPeriods; in SRTM_SaiSdmaAdapter_DmaTransfer()
392 …while ((srcRtm->remainingLoadPeriods != 0U) && ((rtm->localBuf.periods - dstRtm->remainingPeriods)… in SRTM_SaiSdmaAdapter_CopyData()
409 srcRtm->remainingLoadPeriods--; in SRTM_SaiSdmaAdapter_CopyData()
420 dstRtm->remainingLoadPeriods++; in SRTM_SaiSdmaAdapter_CopyData()
459 srcRtm->remainingLoadPeriods++; in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
469 dstRtm->remainingLoadPeriods--; /* Unused. */ in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
[all …]