|
STM8L15x Standard Peripherals Drivers
|
DMA transfers management functions. More...
Functions | |
| void | USART_DMACmd (USART_TypeDef *USARTx, USART_DMAReq_TypeDef USART_DMAReq, FunctionalState NewState) |
| Enables or disables the USART DMA interface. | |
Detailed Description
DMA transfers management functions.
===============================================================================
DMA transfers management functions
===============================================================================
Function Documentation
| void USART_DMACmd | ( | USART_TypeDef * | USARTx, |
| USART_DMAReq_TypeDef | USART_DMAReq, | ||
| FunctionalState | NewState | ||
| ) |
Enables or disables the USART DMA interface.
Definition at line 812 of file stm8l15x_usart.c.
References USART_struct::CR5, DISABLE, IS_FUNCTIONAL_STATE, and IS_USART_DMAREQ.