|
STM8L15x Standard Peripherals Drivers
|
DMA transfers management functions. More...
Functions | |
| void | SPI_DMACmd (SPI_TypeDef *SPIx, SPI_DMAReq_TypeDef SPI_DMAReq, FunctionalState NewState) |
| Enables or disables the SPI DMA interface. | |
Detailed Description
DMA transfers management functions.
===============================================================================
DMA transfers management functions
===============================================================================
Function Documentation
| void SPI_DMACmd | ( | SPI_TypeDef * | SPIx, |
| SPI_DMAReq_TypeDef | SPI_DMAReq, | ||
| FunctionalState | NewState | ||
| ) |
Enables or disables the SPI DMA interface.
Definition at line 519 of file stm8l15x_spi.c.
References SPI_struct::CR3, DISABLE, IS_FUNCTIONAL_STATE, and IS_SPI_DMAREQ.