STM32H735xx HAL User Manual
Defines
MDMA Private Constants
MDMA

Defines

#define HAL_TIMEOUT_MDMA_ABORT   5U /* 5 ms */
#define HAL_MDMA_CHANNEL_SIZE   0x40U /* an MDMA instance channel size is 64 byte */

Define Documentation

#define HAL_MDMA_CHANNEL_SIZE   0x40U /* an MDMA instance channel size is 64 byte */

Definition at line 169 of file stm32h7xx_hal_mdma.c.

Referenced by HAL_MDMA_IRQHandler().

#define HAL_TIMEOUT_MDMA_ABORT   5U /* 5 ms */

Definition at line 168 of file stm32h7xx_hal_mdma.c.

Referenced by HAL_MDMA_Abort(), and HAL_MDMA_Init().