Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c1011 uint32_t guardPeroids; in SRTM_SaiSdmaAdapter_Start() local
1110guardPeroids = (uint32_t)(((uint64_t)thisRtm->srate * thisRtm->bitWidth * channelNum * (*guardTime… in SRTM_SaiSdmaAdapter_Start()
1117 if (guardPeroids > *threshold) in SRTM_SaiSdmaAdapter_Start()
1119 *threshold = guardPeroids > thisRtm->periods ? thisRtm->periods : guardPeroids; in SRTM_SaiSdmaAdapter_Start()