STM32F10x Standard Peripherals Library  3.5.0
DMA_Buffer_Size

Defines

#define IS_DMA_BUFFER_SIZE(SIZE)   (((SIZE) >= 0x1) && ((SIZE) < 0x10000))

Define Documentation

#define IS_DMA_BUFFER_SIZE (   SIZE)    (((SIZE) >= 0x1) && ((SIZE) < 0x10000))

Definition at line 388 of file stm32f10x_dma.h.