Home
last modified time | relevance | path

Searched refs:IS_DMA_ATTRIBUTES (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_dma.h843 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) … macro
847 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_dma.h754 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) ((((ATTRIBUTE) & (~(0x001E001EU))) == 0U) && (((ATTRIBUTE) & 0… macro
756 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) (((ATTRIBUTE) == DMA_CHANNEL_PRIV) || \ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_dma.h1123 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) … macro
1128 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_dma.c1103 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_dma.c1386 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
Dstm32u5xx_hal_dma_ex.c1093 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->SrcSecure)); in HAL_DMAEx_List_BuildNode()
1094 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->DestSecure)); in HAL_DMAEx_List_BuildNode()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_dma.c1387 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
Dstm32h5xx_hal_dma_ex.c1091 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->SrcSecure)); in HAL_DMAEx_List_BuildNode()
1092 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->DestSecure)); in HAL_DMAEx_List_BuildNode()