/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma.c | 323 #if defined (DMA_PRIVCFGR_PRIV0) in HAL_DMA_DeInit() 336 #if defined (DMA_PRIVCFGR_PRIV0) in HAL_DMA_DeInit() 368 #if defined (DMA_PRIVCFGR_PRIV0) in HAL_DMA_DeInit() 1350 #if defined (DMA_PRIVCFGR_PRIV0)
|
D | stm32wbaxx_hal_dma_ex.c | 636 #if defined (DMA_PRIVCFGR_PRIV0) in HAL_DMAEx_List_DeInit() 652 #if defined (DMA_PRIVCFGR_PRIV0) in HAL_DMAEx_List_DeInit() 685 #if defined (DMA_PRIVCFGR_PRIV0) in HAL_DMAEx_List_DeInit()
|
D | stm32wbaxx_ll_dma.c | 296 #if defined (DMA_PRIVCFGR_PRIV0) in LL_DMA_DeInit()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_dma.h | 3535 #if defined (DMA_PRIVCFGR_PRIV0) 3554 SET_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelPrivilege() 3575 CLEAR_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelPrivilege() 3596 return ((READ_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelPrivilege() 3597 == (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
|
D | stm32wbaxx_hal_dma.h | 667 #if defined (DMA_PRIVCFGR_PRIV0)
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 5338 SET_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelPrivilege() 5359 CLEAR_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelPrivilege() 5380 return ((READ_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelPrivilege() 5381 == (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 5637 SET_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelPrivilege() 5666 CLEAR_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelPrivilege() 5695 return ((READ_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelPrivilege() 5696 == (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_dma.h | 5367 SET_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelPrivilege() 5396 CLEAR_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelPrivilege() 5425 return ((READ_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelPrivilege() 5426 == (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_dma.h | 6774 SET_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelPrivilege() 6803 CLEAR_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelPrivilege() 6832 return ((READ_BIT(DMAx->PRIVCFGR, (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelPrivilege() 6833 == (DMA_PRIVCFGR_PRIV0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 3708 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h523xx.h | 5014 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h562xx.h | 5457 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h533xx.h | 5423 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h573xx.h | 7950 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h563xx.h | 7541 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 2637 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32wba54xx.h | 2820 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32wba5mxx.h | 2820 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32wba55xx.h | 2820 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 6009 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32u535xx.h | 5609 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32u575xx.h | 6008 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 4766 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h7s7xx.h | 5290 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|
D | stm32h7s3xx.h | 5211 #define DMA_PRIVCFGR_PRIV0 DMA_PRIVCFGR_PRIV0_Msk /*!< Privileged… macro
|