Home
last modified time | relevance | path

Searched refs:DMA_CCR_SSEC (Results 1 – 11 of 11) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_dma.h343 #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()
Dstm32wlxx_hal_dma.h356 #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/
Dstm32l5xx_ll_dma.h362 #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()
Dstm32l5xx_hal_dma.h439 #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/
Dstm32wlxx_hal_dma.c1092 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/
Dstm32l5xx_hal_dma.c1156 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/
Dstm32wl5mxx.h3170 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the … macro
Dstm32wl54xx.h3170 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the … macro
Dstm32wl55xx.h3170 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the … macro
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h5167 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the… macro
Dstm32l562xx.h5499 #define DMA_CCR_SSEC DMA_CCR_SSEC_Msk /*!< Security of the… macro