Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_edma_adapter.c77 uint32_t bufSize; member
217 rtm->localRtm.periodSize = rtm->localBuf.bufSize / rtm->localBuf.periods; in SRTM_PdmEdmaAdaptor_ResetLocalBuf()
225 rtm->localBuf.periods = rtm->localBuf.bufSize / rtm->localRtm.periodSize; in SRTM_PdmEdmaAdaptor_ResetLocalBuf()
485 uint32_t bufSize; in SRTM_PdmEdmaAdapter_RxTransferProc() local
492 bufSize = rtm->localRtm.periodSize; in SRTM_PdmEdmaAdapter_RxTransferProc()
497 bufSize = rtm->periodSize; in SRTM_PdmEdmaAdapter_RxTransferProc()
499 rtm->dataCallback(adapter, (void *)(bufAddr), bufSize, rtm->dataCallbackParam); in SRTM_PdmEdmaAdapter_RxTransferProc()
521 rtm->extBuf.periods = rtm->extBuf.bufSize / rtm->extBufRtm.periodSize; in SRTM_PdmEdmaAdaptor_ResetExtBuf()
1117 uint32_t bufSize, in SRTM_PdmEdmaAdapter_SetBuf() argument
1128 saiDirection[dir], index, bufAddr, bufSize, periodSize, periodIdx); in SRTM_PdmEdmaAdapter_SetBuf()
[all …]
Dsrtm_pdm_sdma_adapter.c71 uint32_t bufSize; member
185 rtm->localRtm.periodSize = rtm->localBuf.bufSize / rtm->localBuf.periods; in SRTM_PdmSdmaAdaptor_ResetLocalBuf()
193 rtm->localBuf.periods = rtm->localBuf.bufSize / rtm->localRtm.periodSize; in SRTM_PdmSdmaAdaptor_ResetLocalBuf()
440 uint32_t bufSize; in SRTM_PdmSdmaAdapter_RxTransferProc() local
447 bufSize = rtm->localRtm.periodSize; in SRTM_PdmSdmaAdapter_RxTransferProc()
452 bufSize = rtm->periodSize; in SRTM_PdmSdmaAdapter_RxTransferProc()
455 rtm->dataCallback(adapter, (void *)(bufAddr), bufSize, rtm->dataCallbackParam); in SRTM_PdmSdmaAdapter_RxTransferProc()
477 rtm->extBuf.periods = rtm->extBuf.bufSize / rtm->extBufRtm.periodSize; in SRTM_PdmSdmaAdaptor_ResetExtBuf()
1000 uint32_t bufSize, in SRTM_PdmSdmaAdapter_SetBuf() argument
1011 saiDirection[dir], index, bufAddr, bufSize, periodSize, periodIdx); in SRTM_PdmSdmaAdapter_SetBuf()
[all …]
Dsrtm_sai_edma_adapter.c69 uint32_t bufSize; member
181 …(rtm->localBuf.bufSize / rtm->localBuf.periods) & (~SRTM_SAI_EDMA_MAX_LOCAL_PERIOD_ALIGNMENT_MASK); in SRTM_SaiEdmaAdaptor_ResetLocalBuf()
205 rtm->localRtm.periodSize = rtm->localBuf.bufSize / rtm->localBuf.periods; in SRTM_SaiEdmaAdaptor_ResetLocalBuf()
519 uint32_t bufSize; in SRTM_SaiEdmaAdapter_RxTransferProc() local
527 bufSize = rtm->localRtm.periodsInfo[chaseIdx].dataSize; in SRTM_SaiEdmaAdapter_RxTransferProc()
533 bufSize = rtm->periodSize; in SRTM_SaiEdmaAdapter_RxTransferProc()
535 rtm->dataCallback(adapter, (void *)bufAddr, bufSize, rtm->dataCallbackParam); in SRTM_SaiEdmaAdapter_RxTransferProc()
1138 uint32_t bufSize, in SRTM_SaiEdmaAdapter_SetBuf() argument
1151 saiDirection[dir], index, bufAddr, bufSize, periodSize, periodIdx); in SRTM_SaiEdmaAdapter_SetBuf()
1162 rtm->periods = (periodSize != 0U) ? bufSize / periodSize : 0U; in SRTM_SaiEdmaAdapter_SetBuf()
[all …]
Dsrtm_sai_sdma_adapter.c74 uint32_t bufSize; member
204 …(rtm->localBuf.bufSize / rtm->localBuf.periods) & (~SRTM_SAI_SDMA_MAX_LOCAL_PERIOD_ALIGNMENT_MASK); in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
232 rtm->localRtm.periodSize = rtm->localBuf.bufSize / rtm->localBuf.periods; in SRTM_SaiSdmaAdaptor_ResetLocalBuf()
599 uint32_t bufSize; in SRTM_SaiSdmaAdapter_RxTransferProc() local
607 bufSize = rtm->localRtm.periodsInfo[chaseIdx].dataSize; in SRTM_SaiSdmaAdapter_RxTransferProc()
613 bufSize = rtm->periodSize; in SRTM_SaiSdmaAdapter_RxTransferProc()
615 rtm->dataCallback(adapter, (void *)bufAddr, bufSize, rtm->dataCallbackParam); in SRTM_SaiSdmaAdapter_RxTransferProc()
1397 uint32_t bufSize, in SRTM_SaiSdmaAdapter_SetBuf() argument
1410 saiDirection[dir], index, bufAddr, bufSize, periodSize, periodIdx); in SRTM_SaiSdmaAdapter_SetBuf()
1420 rtm->periods = (periodSize != 0U) ? bufSize / periodSize : 0U; in SRTM_SaiSdmaAdapter_SetBuf()
[all …]
Dsrtm_pdm_sdma_adapter.h71 uint32_t bufSize; /*!< bytes of the whole local buffer */ member
84 uint32_t bufSize; /*!< bytes of the whole extra buffer */ member
Dsrtm_pdm_edma_adapter.h84 uint32_t bufSize; /*!< bytes of the whole local buffer */ member
100 uint32_t bufSize; /*!< bytes of the whole extra buffer */ member
Dsrtm_audio_service.h109 uint32_t bufSize,
154 uint32_t bufSize; member
Dsrtm_sai_edma_adapter.h54 uint32_t bufSize; /* bytes of the whole local buffer */ member
Dsrtm_sai_sdma_adapter.h79 uint32_t bufSize; /* bytes of the whole local buffer */ member
Dsrtm_audio_service.c389 … audioReq->bufSize, audioReq->periodSize, audioReq->periodIdx); in SRTM_AudioService_Request()
528 … audioReq->bufSize, audioReq->periodSize, audioReq->periodIdx); in SRTM_AudioService_Request()
/hal_nxp-latest/mcux/mcux-sdk/components/rtt/Syscalls/
DSEGGER_RTT_Syscalls_GCC.c147 for (int i = 0; i < bufSize; i++) in _read()
153 return bufSize; in _read()