Searched refs:DMA_CCR_PRIV (Results 1 – 11 of 11) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dma.c | 993 #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/ |
D | stm32l5xx_hal_dma.c | 1112 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/ |
D | stm32wlxx_hal_dma.h | 345 #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)
|
D | stm32wlxx_ll_dma.h | 359 #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/ |
D | stm32l5xx_ll_dma.h | 380 #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()
|
D | stm32l5xx_hal_dma.h | 437 #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/ |
D | stm32wl5mxx.h | 3176 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode … macro
|
D | stm32wl54xx.h | 3176 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode … macro
|
D | stm32wl55xx.h | 3176 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode … macro
|
/hal_stm32-latest/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 5173 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode… macro
|
D | stm32l562xx.h | 5505 #define DMA_CCR_PRIV DMA_CCR_PRIV_Msk /*!< Privileged mode… macro
|