STM8L15x Standard Peripherals Drivers: DMA_Data_Transfer_Direction

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

DMA_Data_Transfer_Direction

Defines

#define IS_DMA_DIR(DIR)

Enumerations

enum  DMA_DIR_TypeDef { DMA_DIR_PeripheralToMemory = ((uint8_t)0x00), DMA_DIR_MemoryToPeripheral = ((uint8_t)0x08), DMA_DIR_Memory0ToMemory1 = ((uint8_t)0x40) }

Define Documentation

#define IS_DMA_DIR (   DIR)
Value:

Definition at line 53 of file stm8l15x_dma.h.

Referenced by DMA_Init().


Enumeration Type Documentation

Enumerator:
DMA_DIR_PeripheralToMemory 

Data transfer direction is Peripheral To Memory

DMA_DIR_MemoryToPeripheral 

Data transfer direction is Memory To Peripheral

DMA_DIR_Memory0ToMemory1 

Data transfer direction is Memory0 To Memory 1

Definition at line 46 of file stm8l15x_dma.h.

STM8S Firmware Library: Overview

 

 

 

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