Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_edma_adapter.c538 uint32_t periodsPerExt = in SRTM_PdmEdmaAdapter_LocalBufFullDMACb() local
556 …rtm->localRtm.bufRtm.leadIdx = (rtm->localRtm.bufRtm.leadIdx + periodsPerExt) % rtm->localBuf.peri… in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()
557 …->localRtm.bufRtm.remainingLoadPeriods = rtm->localRtm.bufRtm.remainingLoadPeriods + periodsPerExt; in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()
558 … rtm->localRtm.bufRtm.remainingPeriods = rtm->localRtm.bufRtm.remainingPeriods + periodsPerExt; in SRTM_PdmEdmaAdapter_LocalBufFullDMACb()
572 uint32_t periodsPerExt = in SRTM_PdmEdmaAdapter_LocalBufFullProc() local
584 …if (periods < periodsPerExt) /* The localbuf is a ringbuffer, there are more periods need to be co… in SRTM_PdmEdmaAdapter_LocalBufFullProc()
597 size = (periodsPerExt - periods) * rtm->localRtm.periodSize; in SRTM_PdmEdmaAdapter_LocalBufFullProc()
622 size = periodsPerExt * rtm->localRtm.periodSize; in SRTM_PdmEdmaAdapter_LocalBufFullProc()
Dsrtm_pdm_sdma_adapter.c494 uint32_t periodsPerExt = in SRTM_PdmSdmaAdapter_LocalBufFullDMACb() local
509 …rtm->localRtm.bufRtm.leadIdx = (rtm->localRtm.bufRtm.leadIdx + periodsPerExt) % rtm->localBuf.peri… in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()
510 …->localRtm.bufRtm.remainingLoadPeriods = rtm->localRtm.bufRtm.remainingLoadPeriods + periodsPerExt; in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()
511 … rtm->localRtm.bufRtm.remainingPeriods = rtm->localRtm.bufRtm.remainingPeriods + periodsPerExt; in SRTM_PdmSdmaAdapter_LocalBufFullDMACb()
525 uint32_t periodsPerExt = in SRTM_PdmSdmaAdapter_LocalBufFullProc() local
542 …if (periods < periodsPerExt) /* The localbuf is a ringbuffer, there are more periods need to be co… in SRTM_PdmSdmaAdapter_LocalBufFullProc()
555 size = (periodsPerExt - periods) * rtm->localRtm.periodSize; in SRTM_PdmSdmaAdapter_LocalBufFullProc()
563 size = periodsPerExt * rtm->localRtm.periodSize; in SRTM_PdmSdmaAdapter_LocalBufFullProc()