|
STM32L443xx HAL User Manual
|
Peripheral State and Errors functions. More...
Functions | |
| HAL_DMA_StateTypeDef | HAL_DMA_GetState (DMA_HandleTypeDef *hdma) |
| Return the DMA handle state. | |
| uint32_t | HAL_DMA_GetError (DMA_HandleTypeDef *hdma) |
| Return the DMA error code. | |
Peripheral State and Errors functions.
===============================================================================
##### Peripheral State and Errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the DMA state
(+) Get error code
| uint32_t HAL_DMA_GetError | ( | DMA_HandleTypeDef * | hdma | ) |
Return the DMA error code.
| hdma | : pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel. |
| DMA | Error Code |
Definition at line 1043 of file stm32l4xx_hal_dma.c.
References __DMA_HandleTypeDef::ErrorCode.
Referenced by HAL_IRDA_Abort(), HAL_IRDA_AbortReceive(), HAL_IRDA_AbortTransmit(), HAL_IRDA_DMAStop(), HAL_SMARTCARD_Abort(), HAL_SMARTCARD_AbortReceive(), HAL_SMARTCARD_AbortTransmit(), HAL_UART_Abort(), HAL_UART_AbortReceive(), HAL_UART_AbortTransmit(), HAL_UART_DMAStop(), HAL_USART_Abort(), and HAL_USART_DMAStop().
Return the DMA handle state.
| hdma | pointer to a DMA_HandleTypeDef structure that contains the configuration information for the specified DMA Channel. |
| HAL | state |
Definition at line 1031 of file stm32l4xx_hal_dma.c.
References __DMA_HandleTypeDef::State.
Referenced by I2C_ITError().
1.7.6.1