HAL + 0/35 examples
CodeScope will show references to DMA_FIFO_THRESHOLD_HALFFULL from the following samples and libraries:
Examples
STM32446E_EVAL
Applications
USB_Device
Examples
ADC
STM32469I-Discovery
Examples
ADC
STM32469I_EVAL
Examples
ADC
HASH
STM324x9I_EVAL
Applications
USB_Device
Examples
ADC
DAC
HASH
STM324xG_EVAL
Applications
USB_Device
Examples
ADC
DAC
HASH
STM32F4-Discovery
Examples
ADC
DAC
STM32F401-Discovery
Examples
ADC
STM32F411E-Discovery
Examples
ADC
STM32F412G-Discovery
Examples
ADC
STM32F412ZG-Nucleo
Examples
ADC
STM32F413H-Discovery
Examples
ADC
STM32F413ZH-Nucleo
Examples
ADC
STM32F429I-Discovery
Examples
ADC
DAC
STM32F429ZI-Nucleo
Examples
ADC
STM32F446ZE-Nucleo
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALDMA_FIFO_THRESHOLD_HALFFULL

DMA_FIFO_THRESHOLD_HALFFULL macro

FIFO threshold half full configuration

Syntax

#define DMA_FIFO_THRESHOLD_HALFFULL ((uint32_t)DMA_SxFCR_FTH_0)

Examples

DMA_FIFO_THRESHOLD_HALFFULL is referenced by 35 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:314
#define DMA_FIFO_THRESHOLD_HALFFULL ((uint32_t)DMA_SxFCR_FTH_0) /*!< FIFO threshold half full configuration */
stm32f4xx_hal_dma.c:1230
case DMA_FIFO_THRESHOLD_HALFFULL:
stm32f4xx_hal_dma.c:1252
case DMA_FIFO_THRESHOLD_HALFFULL:
stm32f4xx_hal_dma.c:1275
case DMA_FIFO_THRESHOLD_HALFFULL:
stm32f4xx_hal_dma.h:763
((THRESHOLD) == DMA_FIFO_THRESHOLD_HALFFULL) || \