STM8L15x Standard Peripherals Drivers: DMA_Mode

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_DMA_MODE(MODE)

Enumerations

enum  DMA_Mode_TypeDef { DMA_Mode_Normal = ((uint8_t)0x00), DMA_Mode_Circular = ((uint8_t)0x10) }

Define Documentation

#define IS_DMA_MODE (   MODE)
Value:
(((MODE) == DMA_Mode_Circular) || \
                           ((MODE) == DMA_Mode_Normal))

Definition at line 69 of file stm8l15x_dma.h.

Referenced by DMA_Init().


Enumeration Type Documentation

Enumerator:
DMA_Mode_Normal 

DMA normal buffer mode

DMA_Mode_Circular 

DMA circular buffer mode

Definition at line 63 of file stm8l15x_dma.h.

STM8S Firmware Library: Overview

 

 

 

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