discoverpixy
Functions
DMA transfers management functions

DMA transfers management functions. More...

Collaboration diagram for DMA transfers management functions:

Functions

void SAI_DMACmd (SAI_Block_TypeDef *SAI_Block_x, FunctionalState NewState)
 Enables or disables the SAI Block x DMA interface. More...
 

Detailed Description

DMA transfers management functions.

 ===============================================================================
                  ##### DMA transfers management functions #####
 ===============================================================================  

Function Documentation

void SAI_DMACmd ( SAI_Block_TypeDef SAI_Block_x,
FunctionalState  NewState 
)

Enables or disables the SAI Block x DMA interface.

Parameters
SAI_Block_xwhere x can be A or B to select the SAI Block peripheral.
NewStatenew state of the selected SAI block DMA transfer request. This parameter can be: ENABLE or DISABLE.
Return values
None