Searched refs:fifoThreshold (Results 1 – 7 of 7) sorted by relevance
221 …handle->in.fifoThreshold = (asrcConfig->inFifoThreshold) * (uint32_t)asrcConfig->audioDataChannel… in ASRC_TransferSetChannelPairConfigEDMA()222 …handle->out.fifoThreshold = (asrcConfig->outFifoThreshold) * (uint32_t)asrcConfig->audioDataChanne… in ASRC_TransferSetChannelPairConfigEDMA()246 return outputSize - outputSize % handle->out.fifoThreshold; in ASRC_GetOutSamplesSizeEDMA()281 handle->out.fifoThreshold * handle->out.sampleWidth, outDataSize, type); in ASRC_TransferOutSubmitEDMA()321 … handle->in.sampleWidth, handle->in.fifoThreshold * handle->in.sampleWidth, inDataSize, in ASRC_TransferInSubmitEDMA()
709 handle->in.fifoThreshold = config->inFifoThreshold * (uint32_t)config->audioDataChannels; in ASRC_TransferSetChannelPairConfig()710 handle->out.fifoThreshold = config->outFifoThreshold * (uint32_t)config->audioDataChannels; in ASRC_TransferSetChannelPairConfig()949 handle->out.fifoThreshold, handle->out.sampleWidth); in ASRC_TransferHandleIRQ()950 handle->out.transferSamples[handle->out.queueDriver] -= handle->out.fifoThreshold; in ASRC_TransferHandleIRQ()953 handle->out.fifoThreshold * handle->out.sampleWidth); in ASRC_TransferHandleIRQ()962 handle->in.fifoThreshold))); in ASRC_TransferHandleIRQ()982 if (handle->out.transferSamples[handle->out.queueDriver] < (handle->out.fifoThreshold + 1U)) in ASRC_TransferHandleIRQ()
51 uint32_t fifoThreshold; /*!< ASRC input fifo threshold */ member69 uint32_t fifoThreshold; /*!< ASRC output fifo threshold */ member
321 uint32_t fifoThreshold; /*!< fifo threshold */ member333 uint32_t fifoThreshold; /*!< fifo threshold */ member
123 …tmp32 |= ADC_ADC_REG_DMAR_FIFO_THL(config->fifoThreshold) | ADC_ADC_REG_DMAR_DMA_EN(config->enable… in ADC_Init()177 config->fifoThreshold = kADC_FifoThresholdData1; in ADC_GetDefaultConfig()
420 adc_fifo_threshold_t fifoThreshold : 2U; /*!< Configure FIFO threshold, please refer to member
79 adcConfig.fifoThreshold = kADC_FifoThresholdData1; in PLATFORM_InitAdc()