STM8L15x Standard Peripherals Drivers: DMA_Channels

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_DMA_CHANNEL(PERIPH)

Define Documentation

#define IS_DMA_CHANNEL (   PERIPH)
Value:
(((*(uint16_t*)&(PERIPH)) == DMA1_Channel0_BASE)  || \
                                ((*(uint16_t*)&(PERIPH)) == DMA1_Channel1_BASE)  || \
                                ((*(uint16_t*)&(PERIPH)) == DMA1_Channel2_BASE)  || \
                                ((*(uint16_t*)&(PERIPH)) == DMA1_Channel3_BASE))

Definition at line 263 of file stm8l15x_dma.h.

Referenced by DMA_Cmd(), DMA_DeInit(), DMA_GetCurrDataCounter(), DMA_Init(), DMA_ITConfig(), and DMA_SetCurrDataCounter().

STM8S Firmware Library: Overview

 

 

 

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