Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_tim.c4219 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_MultiWriteStart()
4374 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_WriteStop()
4510 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_MultiReadStart()
4666 assert_param(IS_TIM_DMA_SOURCE(BurstRequestSrc)); in HAL_TIM_DMABurst_ReadStop()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_tim.h684 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_tim.h692 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_tim.h628 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_tim.h628 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_tim.h691 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_tim.h557 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_tim.h557 #define IS_TIM_DMA_SOURCE(SOURCE) ((((SOURCE) & (uint16_t)0x80FF) == 0x0000) && ((SOURCE) != 0x0000… macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_tim.h1384 #define IS_TIM_DMA_SOURCE(__SOURCE__) ((((__SOURCE__) & 0xFFFFA0FFU) == 0x00000000U) && ((__SOURCE_… macro
/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_tim.c2599 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_tim.c946 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_tim.c946 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_tim.c928 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_tim.c2267 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_tim.c2606 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_tim.c2602 assert_param(IS_TIM_DMA_SOURCE(TIM_DMASource)); in TIM_DMACmd()

Completed in 80 milliseconds