STM32H735xx HAL User Manual
|
Peripheral State functions. More...
Functions | |
HAL_MDMA_StateTypeDef | HAL_MDMA_GetState (MDMA_HandleTypeDef *hmdma) |
Returns the MDMA state. | |
uint32_t | HAL_MDMA_GetError (MDMA_HandleTypeDef *hmdma) |
Return the MDMA error code. |
Peripheral State functions.
=============================================================================== ##### State and Errors functions ##### =============================================================================== [..] This subsection provides functions allowing to (+) Check the MDMA state (+) Get error code
uint32_t HAL_MDMA_GetError | ( | MDMA_HandleTypeDef * | hmdma | ) |
Return the MDMA error code.
hmdma | : pointer to a MDMA_HandleTypeDef structure that contains the configuration information for the specified MDMA Channel. |
MDMA | Error Code |
Definition at line 1733 of file stm32h7xx_hal_mdma.c.
References __MDMA_HandleTypeDef::ErrorCode.
Returns the MDMA state.
hmdma,: | pointer to a MDMA_HandleTypeDef structure that contains the configuration information for the specified MDMA Channel. |
HAL | state |
Definition at line 1722 of file stm32h7xx_hal_mdma.c.
References __MDMA_HandleTypeDef::State.