|
STM32F479xx HAL User Manual
|
SRAM driver modules. More...
Modules | |
| SRAM Exported Functions | |
Functions | |
| static void | SRAM_DMACplt (DMA_HandleTypeDef *hdma) |
| DMA SRAM process complete callback. | |
| static void | SRAM_DMACpltProt (DMA_HandleTypeDef *hdma) |
| DMA SRAM process complete callback. | |
| static void | SRAM_DMAError (DMA_HandleTypeDef *hdma) |
| DMA SRAM error callback. | |
SRAM driver modules.
| static void SRAM_DMACplt | ( | DMA_HandleTypeDef * | hdma | ) | [static] |
DMA SRAM process complete callback.
| hdma | : DMA handle |
| None |
Definition at line 1039 of file stm32f4xx_hal_sram.c.
References __HAL_DMA_DISABLE, HAL_SRAM_DMA_XferCpltCallback(), and __DMA_HandleTypeDef::Parent.
Referenced by HAL_SRAM_Read_DMA(), and HAL_SRAM_Write_DMA().
| static void SRAM_DMACpltProt | ( | DMA_HandleTypeDef * | hdma | ) | [static] |
DMA SRAM process complete callback.
| hdma | : DMA handle |
| None |
Definition at line 1061 of file stm32f4xx_hal_sram.c.
References __HAL_DMA_DISABLE, HAL_SRAM_DMA_XferCpltCallback(), and __DMA_HandleTypeDef::Parent.
Referenced by HAL_SRAM_Read_DMA().
| static void SRAM_DMAError | ( | DMA_HandleTypeDef * | hdma | ) | [static] |
DMA SRAM error callback.
| hdma | : DMA handle |
| None |
Definition at line 1083 of file stm32f4xx_hal_sram.c.
References __HAL_DMA_DISABLE, HAL_SRAM_DMA_XferErrorCallback(), and __DMA_HandleTypeDef::Parent.
Referenced by HAL_SRAM_Read_DMA(), and HAL_SRAM_Write_DMA().
1.7.6.1