Home
last modified time | relevance | path

Searched refs:IS_TIM_DMA_BASE (Results 1 – 16 of 16) sorted by relevance

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_tim.h606 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_tim.h612 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_tim.h548 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_tim.h548 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_tim.h611 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h479 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h479 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABase_CR1) || \ macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_tim.h1322 #define IS_TIM_DMA_BASE(__BASE__) (((__BASE__) == TIM_DMABASE_CR1) || \ macro
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_tim.c2570 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_tim.c920 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_tim.c920 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_tim.c901 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_tim.c2241 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_tim.c2577 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_tim.c2574 assert_param(IS_TIM_DMA_BASE(TIM_DMABase)); in TIM_DMAConfig()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_tim.c4218 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_MultiWriteStart()
4509 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_MultiReadStart()

Completed in 70 milliseconds