STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
DMA private macros. More...
Macros | |
#define | IS_DMA_CHANNEL(CHANNEL) |
#define | IS_DMA_DIRECTION(DIRECTION) |
#define | IS_DMA_BUFFER_SIZE(SIZE) |
#define | IS_DMA_PERIPHERAL_INC_STATE(STATE) |
#define | IS_DMA_MEMORY_INC_STATE(STATE) |
#define | IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) |
#define | IS_DMA_MEMORY_DATA_SIZE(SIZE) |
#define | IS_DMA_MODE(MODE) |
#define | IS_DMA_PRIORITY(PRIORITY) |
#define | IS_DMA_FIFO_MODE_STATE(STATE) |
#define | IS_DMA_FIFO_THRESHOLD(THRESHOLD) |
#define | IS_DMA_MEMORY_BURST(BURST) |
#define | IS_DMA_PERIPHERAL_BURST(BURST) |
DMA private macros.
#define IS_DMA_CHANNEL | ( | CHANNEL | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 720 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_DIRECTION | ( | DIRECTION | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 730 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_BUFFER_SIZE | ( | SIZE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 734 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Start(), HAL_DMA_Start_IT(), HAL_DMAEx_MultiBufferStart(), and HAL_DMAEx_MultiBufferStart_IT().
#define IS_DMA_PERIPHERAL_INC_STATE | ( | STATE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 736 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_MEMORY_INC_STATE | ( | STATE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 739 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_PERIPHERAL_DATA_SIZE | ( | SIZE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 742 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_MEMORY_DATA_SIZE | ( | SIZE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 746 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 750 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_PRIORITY | ( | PRIORITY | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 754 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_FIFO_MODE_STATE | ( | STATE | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 759 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_FIFO_THRESHOLD | ( | THRESHOLD | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 762 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_MEMORY_BURST | ( | BURST | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 767 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().
#define IS_DMA_PERIPHERAL_BURST | ( | BURST | ) |
#include <stm32f4xx_hal_dma.h>
Definition at line 772 of file stm32f4xx_hal_dma.h.
Referenced by HAL_DMA_Init().