Searched refs:BURST (Results 1 – 7 of 7) sorted by relevance
311 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MemoryBurst_Single) || \ argument312 ((BURST) == DMA_MemoryBurst_INC4) || \313 ((BURST) == DMA_MemoryBurst_INC8) || \314 ((BURST) == DMA_MemoryBurst_INC16))328 #define IS_DMA_PERIPHERAL_BURST(BURST) (((BURST) == DMA_PeripheralBurst_Single) || \ argument329 ((BURST) == DMA_PeripheralBurst_INC4) || \330 ((BURST) == DMA_PeripheralBurst_INC8) || \331 ((BURST) == DMA_PeripheralBurst_INC16))
426 #define IS_FSMC_WRITE_BURST(BURST) (((BURST) == FSMC_WriteBurst_Disable) || \ argument427 ((BURST) == FSMC_WriteBurst_Enable))
551 #define IS_FMC_WRITE_BURST(BURST) (((BURST) == FMC_WriteBurst_Disable) || \ argument552 ((BURST) == FMC_WriteBurst_Enable))
732 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \ argument733 ((BURST) == DMA_MBURST_INC4) || \734 ((BURST) == DMA_MBURST_INC8) || \735 ((BURST) == DMA_MBURST_INC16))737 #define IS_DMA_PERIPHERAL_BURST(BURST) (((BURST) == DMA_PBURST_SINGLE) || \ argument738 ((BURST) == DMA_PBURST_INC4) || \739 ((BURST) == DMA_PBURST_INC8) || \740 ((BURST) == DMA_PBURST_INC16))
442 #define IS_FSMC_WRITE_BURST(BURST) (((BURST) == FSMC_WriteBurst_Disable) || \ argument443 ((BURST) == FSMC_WriteBurst_Enable))
Completed in 19 milliseconds