Searched refs:BreakFilter (Results 1 – 4 of 4) sorted by relevance
707 TIM_BDTRInitStruct->BreakFilter = LL_TIM_BREAK_FILTER_FDIV1; in LL_TIM_BDTR_StructInit()757 assert_param(IS_LL_TIM_BREAK_FILTER(TIM_BDTRInitStruct->BreakFilter)); in LL_TIM_BDTR_Init()758 MODIFY_REG(tmpbdtr, TIM_BDTR_BKF, TIM_BDTRInitStruct->BreakFilter); in LL_TIM_BDTR_Init()
1672 assert_param(IS_TIM_BREAK_FILTER(sBreakDeadTimeConfig->BreakFilter)); in HAL_TIMEx_ConfigBreakDeadTime()1689 MODIFY_REG(tmpbdtr, TIM_BDTR_BKF, (sBreakDeadTimeConfig->BreakFilter << TIM_BDTR_BKF_Pos)); in HAL_TIMEx_ConfigBreakDeadTime()
501 uint32_t BreakFilter; /*!< Specifies the TIM Break Filter. member3484 …TATIC_INLINE void LL_TIM_ConfigBRK(TIM_TypeDef *TIMx, uint32_t BreakPolarity, uint32_t BreakFilter) in LL_TIM_ConfigBRK() argument3486 MODIFY_REG(TIMx->BDTR, TIM_BDTR_BKP | TIM_BDTR_BKF, BreakPolarity | BreakFilter); in LL_TIM_ConfigBRK()
294 uint32_t BreakFilter; /*!< Specifies the break input filter. member