Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h789 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) … macro
794 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h884 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) … macro
889 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_dma.h660 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) ((((ATTRIBUTE) & (~(0x001E001EU))) == 0U) && (((ATT… macro
662 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) ((((ATTRIBUTE) & (~(0x00100010U))) == 0U) && (((ATT… macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h1131 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) … macro
1136 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dma.h753 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) ((((ATTRIBUTE) & (~(0x001E001EU))) == 0U) && (((ATTRIBUTE) & 0… macro
755 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) (((ATTRIBUTE) == DMA_CHANNEL_PRIV) || \ macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h1112 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) … macro
1117 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h840 #define IS_DMA_ATTRIBUTES(ATTRIBUTE) \ macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dma.c1492 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dma.c1040 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_dma.c1372 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
Dstm32wbaxx_hal_dma_ex.c1042 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->SrcSecure)); in HAL_DMAEx_List_BuildNode()
1043 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->DestSecure)); in HAL_DMAEx_List_BuildNode()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dma.c1104 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dma.c1384 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
Dstm32h5xx_hal_dma_ex.c1098 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->SrcSecure)); in HAL_DMAEx_List_BuildNode()
1099 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->DestSecure)); in HAL_DMAEx_List_BuildNode()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dma.c1419 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
Dstm32n6xx_hal_dma_ex.c1104 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->SrcSecure)); in HAL_DMAEx_List_BuildNode()
1105 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->DestSecure)); in HAL_DMAEx_List_BuildNode()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_dma.c1377 assert_param(IS_DMA_ATTRIBUTES(ChannelAttributes)); in HAL_DMA_ConfigChannelAttributes()
Dstm32u5xx_hal_dma_ex.c1098 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->SrcSecure)); in HAL_DMAEx_List_BuildNode()
1099 assert_param(IS_DMA_ATTRIBUTES(pNodeConfig->DestSecure)); in HAL_DMAEx_List_BuildNode()