Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_qspi.h53 …uint32_t FifoThreshold; /* Specifies the threshold number of bytes in the FIFO (used only in … member
H A Dstm32l4xx_hal_ospi.h51 …uint32_t FifoThreshold; /* This is the threshold used by the Peripheral to generate th… member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_qspi.h53 …uint32_t FifoThreshold; /* Specifies the threshold number of bytes in the FIFO (used only in … member
H A Dstm32f4xx_ll_dma.h1365 …id LL_DMA_ConfigFifo(DMA_TypeDef *DMAx, uint32_t Stream, uint32_t FifoMode, uint32_t FifoThreshold) in LL_DMA_ConfigFifo()