uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DMA_Buffer_Size

Macros

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

Detailed Description

Macro Definition Documentation

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

Definition at line 388 of file stm32f10x_dma.h.