Macros | |
#define | DMA_FIFOStatus_1QuarterFull ((uint32_t)0x00000001 << 3) |
#define | DMA_FIFOStatus_3QuartersFull ((uint32_t)0x00000003 << 3) |
#define | DMA_FIFOStatus_Empty ((uint32_t)0x00000004 << 3) |
#define | DMA_FIFOStatus_Full ((uint32_t)0x00000005 << 3) |
#define | DMA_FIFOStatus_HalfFull ((uint32_t)0x00000002 << 3) |
#define | DMA_FIFOStatus_Less1QuarterFull ((uint32_t)0x00000000 << 3) |
#define | IS_DMA_FIFO_STATUS(STATUS) |
#define DMA_FIFOStatus_1QuarterFull ((uint32_t)0x00000001 << 3) |
Definition at line 341 of file stm32f4xx_dma.h.
#define DMA_FIFOStatus_3QuartersFull ((uint32_t)0x00000003 << 3) |
Definition at line 343 of file stm32f4xx_dma.h.
#define DMA_FIFOStatus_Empty ((uint32_t)0x00000004 << 3) |
Definition at line 344 of file stm32f4xx_dma.h.
#define DMA_FIFOStatus_Full ((uint32_t)0x00000005 << 3) |
Definition at line 345 of file stm32f4xx_dma.h.
#define DMA_FIFOStatus_HalfFull ((uint32_t)0x00000002 << 3) |
Definition at line 342 of file stm32f4xx_dma.h.
#define DMA_FIFOStatus_Less1QuarterFull ((uint32_t)0x00000000 << 3) |
Definition at line 340 of file stm32f4xx_dma.h.
#define IS_DMA_FIFO_STATUS | ( | STATUS | ) |
Definition at line 347 of file stm32f4xx_dma.h.