Searched refs:Break2Filter (Results 1 – 4 of 4) sorted by relevance
710 TIM_BDTRInitStruct->Break2Filter = LL_TIM_BREAK2_FILTER_FDIV1; in LL_TIM_BDTR_StructInit()765 assert_param(IS_LL_TIM_BREAK2_FILTER(TIM_BDTRInitStruct->Break2Filter)); in LL_TIM_BDTR_Init()768 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2F, (TIM_BDTRInitStruct->Break2Filter)); in LL_TIM_BDTR_Init()
1696 assert_param(IS_TIM_BREAK_FILTER(sBreakDeadTimeConfig->Break2Filter)); in HAL_TIMEx_ConfigBreakDeadTime()1699 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2F, (sBreakDeadTimeConfig->Break2Filter << TIM_BDTR_BK2F_Pos)); in HAL_TIMEx_ConfigBreakDeadTime()
522 uint32_t Break2Filter; /*!< Specifies the TIM Break2 Filter. member3544 …IC_INLINE void LL_TIM_ConfigBRK2(TIM_TypeDef *TIMx, uint32_t Break2Polarity, uint32_t Break2Filter) in LL_TIM_ConfigBRK2() argument3546 MODIFY_REG(TIMx->BDTR, TIM_BDTR_BK2P | TIM_BDTR_BK2F, Break2Polarity | Break2Filter); in LL_TIM_ConfigBRK2()
300 uint32_t Break2Filter; /*!< TIM break2 input filter. member