Searched refs:DMA_CCR_SSEC (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_dma.h | 343 #define LL_DMA_CHANNEL_SRC_SEC DMA_CCR_SSEC /*!< Enable secure DMA transfer … 558 DMA_CCR_SECM | DMA_CCR_SSEC | DMA_CCR_DSEC, in LL_DMA_ConfigChannelSecure() 585 DMA_CCR_SECM | DMA_CCR_SSEC | DMA_CCR_DSEC)); in LL_DMA_GetConfigChannelSecure() 1074 …SET_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_SSEC); in LL_DMA_EnableChannelSrcSecure() 1094 …EAR_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_SSEC); in LL_DMA_DisableChannelSrcSecure() 1115 DMA_CCR_SSEC) == (DMA_CCR_SSEC)) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelSrcSecure()
|
D | stm32wlxx_hal_dma.h | 356 #define DMA_CHANNEL_ATTR_SEC_SRC_MASK (DMA_CCR_SSEC >> 16U) 365 #define DMA_CHANNEL_SRC_SEC (DMA_CHANNEL_ATTR_SEC_SRC_MASK | DMA_CCR_SSEC) /*!< Channel sour…
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_dma.h | 362 #define LL_DMA_CHANNEL_SRC_SEC DMA_CCR_SSEC /*!< Enable secure DMA transfer … 585 DMA_CCR_SECM | DMA_CCR_SSEC | DMA_CCR_DSEC, in LL_DMA_ConfigChannelSecure() 613 DMA_CCR_SECM | DMA_CCR_SSEC | DMA_CCR_DSEC)); in LL_DMA_GetConfigChannelSecure() 1210 …SET_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_SSEC); in LL_DMA_EnableChannelSrcSecure() 1231 …EAR_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_SSEC); in LL_DMA_DisableChannelSrcSecure() 1253 DMA_CCR_SSEC) == (DMA_CCR_SSEC)) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelSrcSecure()
|
D | stm32l5xx_hal_dma.h | 439 #define DMA_CHANNEL_ATTR_SEC_SRC_MASK (DMA_CCR_SSEC >> 16U) 447 #define DMA_CHANNEL_SRC_SEC (DMA_CHANNEL_ATTR_SEC_SRC_MASK | DMA_CCR_SSEC) /*!< Channel sour…
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dma.c | 1092 if ((ChannelAttributes & DMA_CCR_SSEC) != 0x0U) in HAL_DMA_ConfigChannelAttributes() 1102 SET_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1107 CLEAR_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1164 …read_attributes = READ_BIT(hdma->Instance->CCR, DMA_CCR_PRIV | DMA_CCR_SECM | DMA_CCR_SSEC | DMA_C… in HAL_DMA_GetConfigChannelAttributes() 1173 …attributes |= ((read_attributes & DMA_CCR_SSEC) == 0U) ? DMA_CHANNEL_SRC_NSEC : DMA_CHANNEL_SRC_SE… in HAL_DMA_GetConfigChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dma.c | 1156 if ((ChannelAttributes & DMA_CCR_SSEC) != 0x0U) in HAL_DMA_ConfigChannelAttributes() 1168 SET_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1173 CLEAR_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1230 …read_attributes = READ_BIT(hdma->Instance->CCR, DMA_CCR_PRIV | DMA_CCR_SECM | DMA_CCR_SSEC | DMA_C… in HAL_DMA_GetConfigChannelAttributes() 1239 …attributes |= ((read_attributes & DMA_CCR_SSEC) == 0U) ? DMA_CHANNEL_SRC_NSEC : DMA_CHANNEL_SRC_SE… in HAL_DMA_GetConfigChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wl5mxx.h | 3170 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the … macro
|
D | stm32wl54xx.h | 3170 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the … macro
|
D | stm32wl55xx.h | 3170 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the … macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 5167 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the… macro
|
D | stm32l562xx.h | 5499 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the… macro
|