Home
last modified time | relevance | path

Searched refs:LL_BDMA_WriteReg (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_bdma.c160 LL_BDMA_WriteReg(tmp, CCR, 0U); in LL_BDMA_DeInit()
163 LL_BDMA_WriteReg(tmp, CNDTR, 0U); in LL_BDMA_DeInit()
166 LL_BDMA_WriteReg(tmp, CPAR, 0U); in LL_BDMA_DeInit()
169 LL_BDMA_WriteReg(tmp, CM0AR, 0U); in LL_BDMA_DeInit()
172 LL_BDMA_WriteReg(tmp, CM1AR, 0U); in LL_BDMA_DeInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_bdma.h373 #define LL_BDMA_WriteReg(__INSTANCE__, __REG__, __VALUE__) WRITE_REG((__INSTANCE__)->__REG__, (__VA… macro