STM32H735xx HAL User Manual
|
Defines | |
#define | LL_BDMA_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
Write a value in BDMA register. | |
#define | LL_BDMA_ReadReg(__INSTANCE__, __REG__) READ_REG(__INSTANCE__->__REG__) |
Read a value in BDMA register. |
#define LL_BDMA_ReadReg | ( | __INSTANCE__, | |
__REG__ | |||
) | READ_REG(__INSTANCE__->__REG__) |
Read a value in BDMA register.
__INSTANCE__ | BDMA Instance |
__REG__ | Register to be read |
Register | value |
Definition at line 363 of file stm32h7xx_ll_bdma.h.
#define LL_BDMA_WriteReg | ( | __INSTANCE__, | |
__REG__, | |||
__VALUE__ | |||
) | WRITE_REG((__INSTANCE__)->__REG__, (__VALUE__)) |
Write a value in BDMA register.
__INSTANCE__ | BDMA Instance |
__REG__ | Register to be written |
__VALUE__ | Value to be written in the register |
None |
Definition at line 355 of file stm32h7xx_ll_bdma.h.
Referenced by LL_BDMA_DeInit().