STM8L15x Standard Peripherals Drivers
|
Defines | |
#define | IS_DMA_CONFIG_ITX(IT) ((((IT) & 0xF9) == 0x00) && ((IT) != 0x00)) |
Enumerations | |
enum | DMA_ITx_TypeDef { DMA_ITx_TC = ((uint8_t)0x02), DMA_ITx_HT = ((uint8_t)0x04) } |
Define Documentation
#define IS_DMA_CONFIG_ITX | ( | IT | ) | ((((IT) & 0xF9) == 0x00) && ((IT) != 0x00)) |
Definition at line 204 of file stm8l15x_dma.h.
Referenced by DMA_ITConfig().
Enumeration Type Documentation
enum DMA_ITx_TypeDef |
Definition at line 198 of file stm8l15x_dma.h.