Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dma.c993 #if defined(DMA_CCR_SECM) && defined(DMA_CCR_PRIV)
1048 if ((ChannelAttributes & DMA_CCR_PRIV) != 0U) in HAL_DMA_ConfigChannelAttributes()
1050 SET_BIT(ccr, DMA_CCR_PRIV); in HAL_DMA_ConfigChannelAttributes()
1054 CLEAR_BIT(ccr, DMA_CCR_PRIV); 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()
1167 attributes = ((read_attributes & DMA_CCR_PRIV) == 0U) ? DMA_CHANNEL_NPRIV : DMA_CHANNEL_PRIV; in HAL_DMA_GetConfigChannelAttributes()
1181 read_attributes = READ_BIT(hdma->Instance->CCR, DMA_CCR_PRIV | DMA_CCR_SECM); in HAL_DMA_GetConfigChannelAttributes()
1184 attributes = ((read_attributes & DMA_CCR_PRIV) == 0U) ? DMA_CHANNEL_NPRIV : DMA_CHANNEL_PRIV; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dma.c1112 if((ChannelAttributes & DMA_CCR_PRIV) != 0U) in HAL_DMA_ConfigChannelAttributes()
1114 SET_BIT(ccr, DMA_CCR_PRIV); in HAL_DMA_ConfigChannelAttributes()
1118 CLEAR_BIT(ccr, DMA_CCR_PRIV); 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()
1233 attributes = ((read_attributes & DMA_CCR_PRIV) == 0U) ? DMA_CHANNEL_NPRIV : DMA_CHANNEL_PRIV; in HAL_DMA_GetConfigChannelAttributes()
1246 read_attributes = READ_BIT(hdma->Instance->CCR, DMA_CCR_PRIV); in HAL_DMA_GetConfigChannelAttributes()
1248 attributes = ((read_attributes & DMA_CCR_PRIV) == 0U) ? DMA_CHANNEL_NPRIV : DMA_CHANNEL_PRIV; in HAL_DMA_GetConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dma.h345 #if defined(DMA_CCR_SECM) && defined(DMA_CCR_PRIV)
353 #define DMA_CHANNEL_ATTR_PRIV_MASK (DMA_CCR_PRIV >> 16U)
360 #define DMA_CHANNEL_PRIV (DMA_CHANNEL_ATTR_PRIV_MASK | DMA_CCR_PRIV) /*!< Channel is p…
607 #if defined(DMA_CCR_SECM) && defined(DMA_CCR_PRIV)
658 #if defined(DMA_CCR_SECM) && defined(DMA_CCR_PRIV)
Dstm32wlxx_ll_dma.h359 #if defined(DMA_CCR_PRIV)
364 #define LL_DMA_CHANNEL_PRIV DMA_CCR_PRIV /*!< Enable privilege */
1180 #if defined(DMA_CCR_PRIV)
1199 …ET_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIV); in LL_DMA_EnableChannelPrivilege()
1219 …AR_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIV); in LL_DMA_DisableChannelPrivilege()
1240 DMA_CCR_PRIV) == (DMA_CCR_PRIV)) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_dma.h380 #define LL_DMA_CHANNEL_PRIV DMA_CCR_PRIV /*!< Enable privilege transfer t…
1340 …ET_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIV); in LL_DMA_EnableChannelPrivilege()
1361 …AR_BIT(((DMA_Channel_TypeDef *)(dma_base_addr + CHANNEL_OFFSET_TAB[Channel]))->CCR, DMA_CCR_PRIV); in LL_DMA_DisableChannelPrivilege()
1383 DMA_CCR_PRIV) == (DMA_CCR_PRIV)) ? 1UL : 0UL); in LL_DMA_IsEnabledChannelPrivilege()
Dstm32l5xx_hal_dma.h437 #define DMA_CHANNEL_ATTR_PRIV_MASK (DMA_CCR_PRIV >> 16U)
442 #define DMA_CHANNEL_PRIV (DMA_CHANNEL_ATTR_PRIV_MASK | DMA_CCR_PRIV) /*!< Channel is p…
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wl5mxx.h3176 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode … macro
Dstm32wl54xx.h3176 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode … macro
Dstm32wl55xx.h3176 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode … macro
/hal_stm32-latest/stm32cube/stm32l5xx/soc/
Dstm32l552xx.h5173 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode… macro
Dstm32l562xx.h5505 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode… macro