Home
last modified time | relevance | path

Searched refs:BURST (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_dma.h311 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MemoryBurst_Single) || \ argument
312 ((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) || \ argument
329 ((BURST) == DMA_PeripheralBurst_INC4) || \
330 ((BURST) == DMA_PeripheralBurst_INC8) || \
331 ((BURST) == DMA_PeripheralBurst_INC16))
A Dstm32f2xx_fsmc.h426 #define IS_FSMC_WRITE_BURST(BURST) (((BURST) == FSMC_WriteBurst_Disable) || \ argument
427 ((BURST) == FSMC_WriteBurst_Enable))
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_dma.h311 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MemoryBurst_Single) || \ argument
312 ((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) || \ argument
329 ((BURST) == DMA_PeripheralBurst_INC4) || \
330 ((BURST) == DMA_PeripheralBurst_INC8) || \
331 ((BURST) == DMA_PeripheralBurst_INC16))
A Dstm32f4xx_fsmc.h426 #define IS_FSMC_WRITE_BURST(BURST) (((BURST) == FSMC_WriteBurst_Disable) || \ argument
427 ((BURST) == FSMC_WriteBurst_Enable))
A Dstm32f4xx_fmc.h551 #define IS_FMC_WRITE_BURST(BURST) (((BURST) == FMC_WriteBurst_Disable) || \ argument
552 ((BURST) == FMC_WriteBurst_Enable))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_dma.h732 #define IS_DMA_MEMORY_BURST(BURST) (((BURST) == DMA_MBURST_SINGLE) || \ argument
733 ((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) || \ argument
738 ((BURST) == DMA_PBURST_INC4) || \
739 ((BURST) == DMA_PBURST_INC8) || \
740 ((BURST) == DMA_PBURST_INC16))
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_fsmc.h442 #define IS_FSMC_WRITE_BURST(BURST) (((BURST) == FSMC_WriteBurst_Disable) || \ argument
443 ((BURST) == FSMC_WriteBurst_Enable))

Completed in 19 milliseconds