Searched refs:bdma (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/dma/ |
D | dma_stm32_bdma.c | 443 static int bdma_stm32_disable_channel(BDMA_TypeDef *bdma, uint32_t id) in bdma_stm32_disable_channel() argument 448 if (stm32_bdma_disable_channel(bdma, id) == 0) { in bdma_stm32_disable_channel() 487 BDMA_TypeDef *bdma = (BDMA_TypeDef *)dev_config->base; in bdma_stm32_configure() local 504 if (bdma_stm32_disable_channel(bdma, id) != 0) { in bdma_stm32_configure() 665 LL_BDMA_Init(bdma, bdma_stm32_id_to_channel(id), &BDMA_InitStruct); in bdma_stm32_configure() 667 LL_BDMA_EnableIT_TC(bdma, bdma_stm32_id_to_channel(id)); in bdma_stm32_configure() 671 LL_BDMA_EnableIT_HT(bdma, bdma_stm32_id_to_channel(id)); in bdma_stm32_configure() 682 BDMA_TypeDef *bdma = (BDMA_TypeDef *)(config->base); in bdma_stm32_reload() local 691 if (bdma_stm32_disable_channel(bdma, id) != 0) { in bdma_stm32_reload() 697 LL_BDMA_SetMemoryAddress(bdma, bdma_stm32_id_to_channel(id), src); in bdma_stm32_reload() [all …]
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h7.dtsi | 955 bdma1: bdma@58025400 { 956 compatible = "st,stm32-bdma"; 989 /* dmamux2 has no dedicated clock, so we enable bdma clock */
|