Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h744 #define DMA_ISOLATION_ON 1U /*!< DMA Channel isolation (CID fi… macro
1131 ((MODE) == DMA_ISOLATION_ON))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c1557 if ((pConfig->CidFiltering) == DMA_ISOLATION_ON) in HAL_DMA_SetIsolationAttributes()
1598 pConfig->CidFiltering = DMA_ISOLATION_ON; in HAL_DMA_GetIsolationAttributes()