Searched refs:DMA_CCR_DSEC (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_dma.h | 352 #define LL_DMA_CHANNEL_DEST_SEC DMA_CCR_DSEC /*!< 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() 1135 …SET_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_DSEC); in LL_DMA_EnableChannelDestSecure() 1155 …EAR_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_DSEC); in LL_DMA_DisableChannelDestSecure() 1176 DMA_CCR_DSEC) == (DMA_CCR_DSEC)) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelDestSecure()
|
D | stm32wlxx_hal_dma.h | 357 #define DMA_CHANNEL_ATTR_SEC_DEST_MASK (DMA_CCR_DSEC >> 16U) 367 #define DMA_CHANNEL_DEST_SEC (DMA_CHANNEL_ATTR_SEC_DEST_MASK | DMA_CCR_DSEC) /*!< Channel dest…
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_dma.h | 371 #define LL_DMA_CHANNEL_DEST_SEC DMA_CCR_DSEC /*!< 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() 1274 …SET_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_DSEC); in LL_DMA_EnableChannelDestSecure() 1295 …EAR_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_DSEC); in LL_DMA_DisableChannelDestSecure() 1317 DMA_CCR_DSEC) == (DMA_CCR_DSEC)) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelDestSecure()
|
D | stm32l5xx_hal_dma.h | 440 #define DMA_CHANNEL_ATTR_SEC_DEST_MASK (DMA_CCR_DSEC >> 16U) 449 #define DMA_CHANNEL_DEST_SEC (DMA_CHANNEL_ATTR_SEC_DEST_MASK | DMA_CCR_DSEC) /*!< Channel dest…
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dma.c | 1115 if ((ChannelAttributes & DMA_CCR_DSEC) != 0U) in HAL_DMA_ConfigChannelAttributes() 1125 SET_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() 1130 CLEAR_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() 1164 …ributes = READ_BIT(hdma->Instance->CCR, DMA_CCR_PRIV | DMA_CCR_SECM | DMA_CCR_SSEC | DMA_CCR_DSEC); in HAL_DMA_GetConfigChannelAttributes() 1176 …attributes |= ((read_attributes & DMA_CCR_DSEC) == 0U) ? DMA_CHANNEL_DEST_NSEC : DMA_CHANNEL_DEST_… in HAL_DMA_GetConfigChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dma.c | 1181 if((ChannelAttributes & DMA_CCR_DSEC) != 0U) in HAL_DMA_ConfigChannelAttributes() 1191 SET_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() 1196 CLEAR_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() 1230 …ributes = READ_BIT(hdma->Instance->CCR, DMA_CCR_PRIV | DMA_CCR_SECM | DMA_CCR_SSEC | DMA_CCR_DSEC); in HAL_DMA_GetConfigChannelAttributes() 1242 …attributes |= ((read_attributes & DMA_CCR_DSEC) == 0U) ? DMA_CHANNEL_DEST_NSEC : DMA_CHANNEL_DEST_… in HAL_DMA_GetConfigChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32wlxx/soc/ |
D | stm32wl5mxx.h | 3173 #define DMA_CCR_DSEC DMA_CCR_DSEC_Msk /*!< Security of the … macro
|
D | stm32wl54xx.h | 3173 #define DMA_CCR_DSEC DMA_CCR_DSEC_Msk /*!< Security of the … macro
|
D | stm32wl55xx.h | 3173 #define DMA_CCR_DSEC DMA_CCR_DSEC_Msk /*!< Security of the … macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 5170 #define DMA_CCR_DSEC DMA_CCR_DSEC_Msk /*!< Security of the… macro
|
D | stm32l562xx.h | 5502 #define DMA_CCR_DSEC DMA_CCR_DSEC_Msk /*!< Security of the… macro
|