Searched refs:fifoThreshold (Results 1 – 8 of 8) sorted by relevance
156 stream->FCTRL_B.FTHSEL = dmaConfig->fifoThreshold; in DMA_Config()180 dmaConfig->fifoThreshold = DMA_FIFOTHRESHOLD_QUARTER; in DMA_ConfigStructInit()
361 DMA_FIFOTHRESHOLD_T fifoThreshold; /*!< FIFO threshold configuration */ member
737 DMA_InitStructure.fifoThreshold = DMA_FIFOTHRESHOLD_FULL; in SD_LowLevel_DMA_TxConfig()801 DMA_InitStructure.fifoThreshold = DMA_FIFOTHRESHOLD_FULL; in SD_LowLevel_DMA_RxConfig()
492 SDH_FIFO_Threshold_Type fifoThreshold; /*!< SDH FIFO threshold */ member
491 SDH_FIFO_Threshold_Type fifoThreshold; /*!< SDH FIFO threshold */ member
353 SDH_DMA_Cfg_TypeInstance.fifoThreshold = SDH_FIFO_THRESHOLD_256_BYTES; in rt_hw_sdh_data_transfer()
995 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, SDH_DMA_SIZE, dmaCfg->fifoThreshold); in SDH_SetInternalDmaConfig()
997 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, SDH_DMA_SIZE, dmaCfg->fifoThreshold); in SDH_SetInternalDmaConfig()
Completed in 23 milliseconds