Searched refs:Break2Polarity (Results 1 – 4 of 4) sorted by relevance
709 TIM_BDTRInitStruct->Break2Polarity = LL_TIM_BREAK2_POLARITY_LOW; in LL_TIM_BDTR_StructInit()764 assert_param(IS_LL_TIM_BREAK2_POLARITY(TIM_BDTRInitStruct->Break2Polarity)); in LL_TIM_BDTR_Init()770 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2P, TIM_BDTRInitStruct->Break2Polarity); in LL_TIM_BDTR_Init()
1695 assert_param(IS_TIM_BREAK2_POLARITY(sBreakDeadTimeConfig->Break2Polarity)); in HAL_TIMEx_ConfigBreakDeadTime()1701 MODIFY_REG(tmpbdtr, TIM_BDTR_BK2P, sBreakDeadTimeConfig->Break2Polarity); in HAL_TIMEx_ConfigBreakDeadTime()
515 uint32_t Break2Polarity; /*!< Specifies the TIM Break2 Input pin polarity. member3544 __STATIC_INLINE void LL_TIM_ConfigBRK2(TIM_TypeDef *TIMx, uint32_t Break2Polarity, uint32_t Break2F… in LL_TIM_ConfigBRK2() argument3546 MODIFY_REG(TIMx->BDTR, TIM_BDTR_BK2P | TIM_BDTR_BK2F, Break2Polarity | Break2Filter); in LL_TIM_ConfigBRK2()
298 uint32_t Break2Polarity; /*!< TIM Break2 input polarity member