STM32H735xx HAL User Manual
|
Defines | |
#define | LL_MDMA_REQUEST_MODE_HW 0x00000000U |
#define | LL_MDMA_REQUEST_MODE_SW MDMA_CTCR_SWRM |
#define LL_MDMA_REQUEST_MODE_HW 0x00000000U |
Request mode is Hardware
Definition at line 331 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_StructInit().
#define LL_MDMA_REQUEST_MODE_SW MDMA_CTCR_SWRM |
Request mode is Software
Definition at line 332 of file stm32h7xx_ll_mdma.h.