Home
last modified time | relevance | path

Searched refs:IS_TIM_ADVANCED_INSTANCE (Results 1 – 25 of 241) sorted by relevance

12345678910

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_tim_ex.c1746 if (IS_TIM_ADVANCED_INSTANCE(htim->Instance)) in HAL_TIMEx_ConfigBreakDeadTime()
1767 if (IS_TIM_ADVANCED_INSTANCE(htim->Instance)) in HAL_TIMEx_ConfigBreakDeadTime()
2070 assert_param(IS_TIM_ADVANCED_INSTANCE(htim->Instance)); in HAL_TIMEx_DisarmBreakInput()
2123 assert_param(IS_TIM_ADVANCED_INSTANCE(htim->Instance)); in HAL_TIMEx_ReArmBreakInput()
Dstm32mp1xx_ll_tim.c777 if (IS_TIM_ADVANCED_INSTANCE(TIMx)) in LL_TIM_BDTR_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim_ex.c2096 if (IS_TIM_ADVANCED_INSTANCE(htim->Instance)) in HAL_TIMEx_ConfigBreakDeadTime()
2117 if (IS_TIM_ADVANCED_INSTANCE(htim->Instance)) in HAL_TIMEx_ConfigBreakDeadTime()
2395 assert_param(IS_TIM_ADVANCED_INSTANCE(htim->Instance)); in HAL_TIMEx_DisarmBreakInput()
2450 assert_param(IS_TIM_ADVANCED_INSTANCE(htim->Instance)); in HAL_TIMEx_ReArmBreakInput()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_tim_ex.c1614 assert_param(IS_TIM_ADVANCED_INSTANCE(htim->Instance)); in HAL_TIMEx_DisarmBreakInput()
1656 assert_param(IS_TIM_ADVANCED_INSTANCE(htim->Instance)); in HAL_TIMEx_ReArmBreakInput()
/hal_stm32-latest/stm32cube/stm32f1xx/soc/
Dstm32f101x6.h5124 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) 0U macro
Dstm32f101xb.h5220 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) 0U macro
Dstm32f100xb.h5637 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro
Dstm32f102x6.h6243 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) 0U macro
Dstm32f100xe.h6181 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro
Dstm32f101xg.h6371 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) 0U macro
Dstm32f101xe.h6232 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) 0U macro
Dstm32f102xb.h6330 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) 0U macro
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h5297 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f030x8.h5357 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f070x6.h5540 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f031x6.h5605 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f030xc.h5713 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f038xx.h5574 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f070xb.h5710 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f058xx.h6649 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
Dstm32f051x8.h6680 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE)\ macro
/hal_stm32-latest/stm32cube/stm32c0xx/soc/
Dstm32c011xx.h6612 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) (((INSTANCE) == TIM1)) macro
Dstm32c031xx.h6776 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) (((INSTANCE) == TIM1)) macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h7150 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro
Dstm32f410rx.h7154 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) macro

12345678910