Home
last modified time | relevance | path

Searched refs:ALLOCATED_PORT (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_dma.h763 #define IS_DMA_TRANSFER_ALLOCATED_PORT(ALLOCATED_PORT) \ argument
764 (((ALLOCATED_PORT) & (~(DMA_CTR1_SAP | DMA_CTR1_DAP))) == 0U)
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dma.h818 #define IS_DMA_TRANSFER_ALLOCATED_PORT(ALLOCATED_PORT) \ argument
819 (((ALLOCATED_PORT) & (~(DMA_CTR1_SAP | DMA_CTR1_DAP))) == 0U)
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_dma.h859 #define IS_DMA_TRANSFER_ALLOCATED_PORT(ALLOCATED_PORT) \ argument
860 (((ALLOCATED_PORT) & (~(DMA_CTR1_SAP | DMA_CTR1_DAP))) == 0U)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dma.h1108 #define IS_DMA_TRANSFER_ALLOCATED_PORT(ALLOCATED_PORT) \ argument
1109 (((ALLOCATED_PORT) & (~(DMA_CTR1_SAP | DMA_CTR1_DAP))) == 0U)
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dma.h1091 #define IS_DMA_TRANSFER_ALLOCATED_PORT(ALLOCATED_PORT) \ argument
1092 (((ALLOCATED_PORT) & (~(DMA_CTR1_SAP | DMA_CTR1_DAP))) == 0U)