Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_tim_ex.h185 #define IS_TIM_REMAP(__INSTANCE__, __TIM_REMAP__) \ macro
207 #define IS_TIM_REMAP(__INSTANCE__, __TIM_REMAP__) \ macro
221 #define IS_TIM_REMAP(__INSTANCE__, __TIM_REMAP__) \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_tim_ex.h127 #define IS_TIM_REMAP(INSTANCE, TIM_REMAP) \ macro
135 #define IS_TIM_REMAP(INSTANCE, TIM_REMAP) \ macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_tim_ex.c188 assert_param(IS_TIM_REMAP(htim->Instance,Remap)); in HAL_TIMEx_RemapConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_tim_ex.c436 assert_param(IS_TIM_REMAP(htim->Instance,Remap)); in HAL_TIMEx_RemapConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_tim_ex.h268 #define IS_TIM_REMAP(__REMAP__) (((__REMAP__) <= (uint32_t)0x0001C01F)) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_tim_ex.c2090 assert_param(IS_TIM_REMAP(Remap)); in HAL_TIMEx_RemapConfig()