|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_MDMA_BUFFER_TRANSFER 0x00000000U |
| #define | LL_MDMA_BLOCK_TRANSFER MDMA_CTCR_TRGM_0 |
| #define | LL_MDMA_REPEAT_BLOCK_TRANSFER MDMA_CTCR_TRGM_1 |
| #define | LL_MDMA_FULL_TRANSFER MDMA_CTCR_TRGM |
| #define LL_MDMA_BLOCK_TRANSFER MDMA_CTCR_TRGM_0 |
Each MDMA request (SW or HW) triggers a block transfer
Definition at line 341 of file stm32h7xx_ll_mdma.h.
| #define LL_MDMA_BUFFER_TRANSFER 0x00000000U |
Each MDMA request (SW or HW) triggers a buffer transfer
Definition at line 340 of file stm32h7xx_ll_mdma.h.
Referenced by LL_MDMA_StructInit().
| #define LL_MDMA_FULL_TRANSFER MDMA_CTCR_TRGM |
Each MDMA request (SW or HW) triggers a Full transfer or a linked list transfer if any
Definition at line 343 of file stm32h7xx_ll_mdma.h.
| #define LL_MDMA_REPEAT_BLOCK_TRANSFER MDMA_CTCR_TRGM_1 |
Each MDMA request (SW or HW) triggers a repeated block transfer
Definition at line 342 of file stm32h7xx_ll_mdma.h.
1.7.6.1