Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c78countsPerPeriod; /* The DMA transfer count for each period. If the periodSize is larger than max… member
658 if (rtm->curXferIdx == rtm->countsPerPeriod) in SRTM_SaiSdmaTxCallback()
739 if (rtm->curXferIdx == rtm->countsPerPeriod) /* All the transfer in a period is done. */ in SRTM_SaiSdmaRxCallback()
1419 rtm->countsPerPeriod = (rtm->periodSize + rtm->maxXferSize - 1U) / rtm->maxXferSize; in SRTM_SaiSdmaAdapter_SetBuf()
Dsrtm_pdm_sdma_adapter.c77 …uint32_t countsPerPeriod; /* The DMA transfer count for each period. If the periodSize is larger t… member
646 if (rtm->curXferIdx == rtm->countsPerPeriod) /* All the transfer in a period is done. */ in SRTM_PdmSdmaRxCallback()
1040 rtm->countsPerPeriod = (rtm->periodSize + rtm->maxXferSize - 1U) / rtm->maxXferSize; in SRTM_PdmSdmaAdapter_SetBuf()