Searched refs:BreakState (Results 1 – 4 of 4) sorted by relevance
705 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit()739 assert_param(IS_LL_TIM_BREAK_STATE(TIM_BDTRInitStruct->BreakState)); in LL_TIM_BDTR_Init()751 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, TIM_BDTRInitStruct->BreakState); in LL_TIM_BDTR_Init()
1670 assert_param(IS_TIM_BREAK_STATE(sBreakDeadTimeConfig->BreakState)); in HAL_TIMEx_ConfigBreakDeadTime()1686 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, sBreakDeadTimeConfig->BreakState); in HAL_TIMEx_ConfigBreakDeadTime()
290 uint32_t BreakState; /*!< TIM Break State member
487 uint16_t BreakState; /*!< Specifies whether the TIM Break input is enabled or not. member