Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c58 struct _srtm_sai_sdma_local_period periodsInfo[SRTM_SAI_SDMA_MAX_LOCAL_BUF_PERIODS]; member
221 rtm->localRtm.periodsInfo[i].dataSize = 0U; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
222 rtm->localRtm.periodsInfo[i].endRemoteIdx = UINT32_MAX; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
223 rtm->localRtm.periodsInfo[i].remoteIdx = 0U; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
224 rtm->localRtm.periodsInfo[i].remoteOffset = 0U; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
238 rtm->localRtm.periodsInfo[i].dataSize = rtm->localRtm.periodSize; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
264 xfer.dataSize = rtm->localRtm.periodsInfo[bufRtm->loadIdx].dataSize; in SRTM_SaiSdmaAdapter_PeriodTransferSDMA()
404 rtm->localRtm.periodsInfo[dstRtm->leadIdx].endRemoteIdx = srcRtm->loadIdx; in SRTM_SaiSdmaAdapter_CopyData()
413 rtm->localRtm.periodsInfo[dstRtm->leadIdx].dataSize = dstRtm->offset; in SRTM_SaiSdmaAdapter_CopyData()
414 rtm->localRtm.periodsInfo[dstRtm->leadIdx].remoteIdx = srcRtm->loadIdx; in SRTM_SaiSdmaAdapter_CopyData()
[all …]