STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_DMA_DATA_SIZE(SIZE) |
Enumerations | |
enum | DMA_MemoryDataSize_TypeDef { DMA_MemoryDataSize_Byte = ((uint8_t)0x00), DMA_MemoryDataSize_HalfWord = ((uint8_t)0x08) } |
Define Documentation
#define IS_DMA_DATA_SIZE | ( | SIZE | ) |
Value:
(((SIZE) == DMA_MemoryDataSize_Byte) || \ ((SIZE) == DMA_MemoryDataSize_HalfWord))
Definition at line 118 of file stm8l15x_dma.h.
Enumeration Type Documentation
Definition at line 112 of file stm8l15x_dma.h.