Searched refs:DeadTime (Results 1 – 7 of 7) sorted by relevance
540 uint32_t DeadTime; in DMA2D_DeadTimeConfig() local550 DeadTime = DMA2D_DeadTime << 8; in DMA2D_DeadTimeConfig()551 DMA2D->AMTCR |= (DeadTime | DMA2D_AMTCR_EN); in DMA2D_DeadTimeConfig()
101 uint32_t DeadTime; /*!< TIM dead Time member
416 uint8_t DeadTime; /*!< Specifies the delay time between the switching-off and the member2006 __STATIC_INLINE void LL_TIM_OC_SetDeadTime(TIM_TypeDef *TIMx, uint32_t DeadTime) in LL_TIM_OC_SetDeadTime() argument2008 MODIFY_REG(TIMx->BDTR, TIM_BDTR_DTG, DeadTime); in LL_TIM_OC_SetDeadTime()
104 uint32_t DeadTime; /*!< TIM dead Time. member
1652 assert_param(IS_TIM_DEADTIME(sBreakDeadTimeConfig->DeadTime)); in HAL_TIMEx_ConfigBreakDeadTime()1666 MODIFY_REG(tmpbdtr, TIM_BDTR_DTG, sBreakDeadTimeConfig->DeadTime); in HAL_TIMEx_ConfigBreakDeadTime()
656 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00U; in LL_TIM_BDTR_StructInit()692 MODIFY_REG(tmpbdtr, TIM_BDTR_DTG, TIM_BDTRInitStruct->DeadTime); in LL_TIM_BDTR_Init()
2014 assert_param(IS_TIM_DEADTIME(sBreakDeadTimeConfig->DeadTime)); in HAL_TIMEx_ConfigBreakDeadTime()2038 tmpbdtr |= sBreakDeadTimeConfig->DeadTime; in HAL_TIMEx_ConfigBreakDeadTime()
Completed in 22 milliseconds