|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_BDMA_PDATAALIGN_BYTE 0x00000000U |
| #define | LL_BDMA_PDATAALIGN_HALFWORD BDMA_CCR_PSIZE_0 |
| #define | LL_BDMA_PDATAALIGN_WORD BDMA_CCR_PSIZE_1 |
| #define LL_BDMA_PDATAALIGN_BYTE 0x00000000U |
Peripheral data alignment : Byte
Definition at line 303 of file stm32h7xx_ll_bdma.h.
Referenced by LL_BDMA_StructInit().
| #define LL_BDMA_PDATAALIGN_HALFWORD BDMA_CCR_PSIZE_0 |
Peripheral data alignment : HalfWord
Definition at line 304 of file stm32h7xx_ll_bdma.h.
| #define LL_BDMA_PDATAALIGN_WORD BDMA_CCR_PSIZE_1 |
Peripheral data alignment : Word
Definition at line 305 of file stm32h7xx_ll_bdma.h.
1.7.6.1