Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim.h939 #define IS_TIM_DMA_BASE(BASE) (((BASE) == TIM_DMABASE_CR1) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim.h897 #define IS_TIM_DMA_BASE(__BASE__) (((__BASE__) == TIM_DMABASE_CR1) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim.c3239 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_WriteStart()
3447 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_ReadStart()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim.c3226 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_WriteStart()
3428 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_ReadStart()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim.h1585 #define IS_TIM_DMA_BASE(__BASE__) (((__BASE__) == TIM_DMABASE_CR1) || \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim.c3818 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_WriteStart()
4070 assert_param(IS_TIM_DMA_BASE(BurstBaseAddress)); in HAL_TIM_DMABurst_ReadStart()