STM8L15x Standard Peripherals Drivers: USART_DMA_Requests

STM8L15x/16x Standard Peripherals Drivers

STM8L15x Standard Peripherals Drivers

Defines

#define IS_USART_DMAREQ(DMAReq)   ((((DMAReq) & (uint8_t)0x3F) == 0x00) && ((DMAReq) != (uint8_t)0x00))

Enumerations

enum  USART_DMAReq_TypeDef { USART_DMAReq_TX = (uint8_t)0x80, USART_DMAReq_RX = (uint8_t)0x40 }

Define Documentation

#define IS_USART_DMAREQ (   DMAReq)    ((((DMAReq) & (uint8_t)0x3F) == 0x00) && ((DMAReq) != (uint8_t)0x00))

Definition at line 227 of file stm8l15x_usart.h.

Referenced by USART_DMACmd().


Enumeration Type Documentation

Enumerator:
USART_DMAReq_TX 

Receive DMA request Enable

USART_DMAReq_RX 

Transmit DMA request Enable

Definition at line 221 of file stm8l15x_usart.h.

STM8S Firmware Library: Overview

 

 

 

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