Home
last modified time | relevance | path

Searched defs:FifoThreshold (Results 1 – 3 of 3) sorted by relevance

/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx_hal_qspi.h54 …uint32_t FifoThreshold; /* Specifies the threshold number of bytes in the FIFO (used only in … member
Dstm32mp1xx_hal_spi.h99 uint32_t FifoThreshold; /*!< Specifies the FIFO threshold level. member
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_ll_dma.h1375 …id LL_DMA_ConfigFifo(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t FifoMode, uint32_t FifoThreshold) in LL_DMA_ConfigFifo()