Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_pdm_edma_adapter.c74 uint8_t pdmChannels; /* Enabled PDM channels. */ member
208 bytePerSample = (rtm->bitWidth >> 3U) * rtm->pdmChannels; in SRTM_PdmEdmaAdaptor_ResetLocalBuf()
795 for (ch = 0; ch < rtm->pdmChannels; ch++) in SRTM_PdmEdmaAdapter_SetConfig()
1105 rtm->pdmChannels = channels; in SRTM_PdmEdmaAdapter_SetParam()
1138 if (periodSize % (rtm->bitWidth / 8UL * rtm->pdmChannels) != 0U) in SRTM_PdmEdmaAdapter_SetBuf()
Dsrtm_pdm_sdma_adapter.c68 uint8_t pdmChannels; /* Enabled PDM channels. */ member
176 bytePerSample = (rtm->bitWidth >> 3U) * rtm->pdmChannels; in SRTM_PdmSdmaAdaptor_ResetLocalBuf()
709 for (ch = 0; ch < rtm->pdmChannels; ch++) in SRTM_PdmSdmaAdapter_SetConfig()
988 rtm->pdmChannels = channels; in SRTM_PdmSdmaAdapter_SetParam()
1021 if (periodSize % (rtm->bitWidth / 8UL * rtm->pdmChannels) != 0U) in SRTM_PdmSdmaAdapter_SetBuf()