/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_dma.h | 1471 …MODIFY_REG(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << Channel), ((Configuration & LL_DMA_CHANNEL_SEC) << … in LL_DMA_ConfigChannelSecure() 1521 #if defined (DMA_SECCFGR_SEC0) 1592 #if defined (DMA_SECCFGR_SEC0) 3487 SET_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelSecure() 3508 CLEAR_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelSecure() 3512 #if defined (DMA_SECCFGR_SEC0) 3531 return ((READ_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelSecure() 3532 == (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelSecure()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 2110 …MODIFY_REG(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << Channel), ((Configuration & LL_DMA_CHANNEL_SEC) << … in LL_DMA_ConfigChannelSecure() 2160 #if defined (DMA_SECCFGR_SEC0) 2231 #if defined (DMA_SECCFGR_SEC0) 5271 SET_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelSecure() 5292 CLEAR_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelSecure() 5296 #if defined (DMA_SECCFGR_SEC0) 5315 return ((READ_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelSecure() 5316 == (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelSecure()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 2043 …MODIFY_REG(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << Channel), ((Configuration & LL_DMA_CHANNEL_SEC) << … in LL_DMA_ConfigChannelSecure() 5548 SET_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelSecure() 5577 CLEAR_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelSecure() 5607 return ((READ_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelSecure() 5608 == (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelSecure()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_dma.h | 2602 …MODIFY_REG(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << Channel), ((Configuration & LL_DMA_CHANNEL_SEC) << … in LL_DMA_ConfigChannelSecure() 6685 SET_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelSecure() 6714 CLEAR_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))); in LL_DMA_DisableChannelSecure() 6744 return ((READ_BIT(DMAx->SECCFGR, (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelSecure() 6745 == (DMA_SECCFGR_SEC0 << (Channel & 0x0000000FU))) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelSecure()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma.c | 1470 #if defined (DMA_SECCFGR_SEC0) in HAL_DMA_GetConfigChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma.c | 1482 #if defined (DMA_SECCFGR_SEC0) in HAL_DMA_GetConfigChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 2611 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32wba54xx.h | 2794 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32wba5mxx.h | 2794 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32wba55xx.h | 2794 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 4988 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32h562xx.h | 5431 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32h533xx.h | 5397 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32h573xx.h | 7924 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32h563xx.h | 7515 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 5959 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u535xx.h | 5559 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u575xx.h | 5958 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u585xx.h | 6407 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u595xx.h | 6214 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u5a5xx.h | 6663 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u5f7xx.h | 6510 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u599xx.h | 6502 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u5g7xx.h | 6959 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|
D | stm32u5f9xx.h | 6630 #define DMA_SECCFGR_SEC0 DMA_SECCFGR_SEC0_Msk /*!< Secure Sta… macro
|