STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
DMA_peripheral_data_size

Macros

#define DMA_PeripheralDataSize_Byte   ((uint32_t)0x00000000)
 
#define DMA_PeripheralDataSize_HalfWord   ((uint32_t)0x00000100)
 
#define DMA_PeripheralDataSize_Word   ((uint32_t)0x00000200)
 
#define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE)
 

Detailed Description

Macro Definition Documentation

#define IS_DMA_PERIPHERAL_DATA_SIZE (   SIZE)
Value:
(((SIZE) == DMA_PeripheralDataSize_Byte) || \
((SIZE) == DMA_PeripheralDataSize_HalfWord) || \
((SIZE) == DMA_PeripheralDataSize_Word))