STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
DMA_peripheral_data_size

Macros

#define DMA_PeripheralDataSize_Byte   ((uint32_t)0x00000000)
 
#define DMA_PeripheralDataSize_HalfWord   DMA_CCR_PSIZE_0
 
#define DMA_PeripheralDataSize_Word   DMA_CCR_PSIZE_1
 
#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))