STM8L15x Standard Peripherals Drivers: DMA_Incremented_Mode

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

DMA_Incremented_Mode

Defines

#define IS_DMA_MEMORY_INC_MODE(MODE)

Enumerations

enum  DMA_MemoryIncMode_TypeDef { DMA_MemoryIncMode_Dec = ((uint8_t)0x00), DMA_MemoryIncMode_Inc = ((uint8_t)0x20) }

Define Documentation

#define IS_DMA_MEMORY_INC_MODE (   MODE)
Value:
(((MODE) == DMA_MemoryIncMode_Inc) || \
                                      ((MODE) == DMA_MemoryIncMode_Dec))

Definition at line 84 of file stm8l15x_dma.h.

Referenced by DMA_Init().


Enumeration Type Documentation

Enumerator:
DMA_MemoryIncMode_Dec 

DMA memory incremented mode is decremental

DMA_MemoryIncMode_Inc 

DMA memory incremented mode is incremental

Definition at line 78 of file stm8l15x_dma.h.

STM8S Firmware Library: Overview

 

 

 

For complete documentation on STM8L15x 8-bit microcontrollers platform visit www.st.com