Searched refs:BreakState (Results 1 – 6 of 6) sorted by relevance
103 uint32_t BreakState; /*!< TIM Break State member
424 uint16_t BreakState; /*!< Specifies whether the TIM Break input is enabled or not. member
657 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit()684 assert_param(IS_LL_TIM_BREAK_STATE(TIM_BDTRInitStruct->BreakState)); in LL_TIM_BDTR_Init()696 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, TIM_BDTRInitStruct->BreakState); in LL_TIM_BDTR_Init()
1653 assert_param(IS_TIM_BREAK_STATE(sBreakDeadTimeConfig->BreakState)); in HAL_TIMEx_ConfigBreakDeadTime()1670 MODIFY_REG(tmpbdtr, TIM_BDTR_BKE, sBreakDeadTimeConfig->BreakState); in HAL_TIMEx_ConfigBreakDeadTime()
106 uint32_t BreakState; /*!< TIM Break State. member
2015 assert_param(IS_TIM_BREAK_STATE(sBreakDeadTimeConfig->BreakState)); in HAL_TIMEx_ConfigBreakDeadTime()2042 tmpbdtr |= sBreakDeadTimeConfig->BreakState; in HAL_TIMEx_ConfigBreakDeadTime()
Completed in 35 milliseconds