Home
last modified time | relevance | path

Searched refs:DeadTime (Results 1 – 7 of 7) sorted by relevance

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_dma2d.c540 uint32_t DeadTime; in DMA2D_DeadTimeConfig() local
550 DeadTime = DMA2D_DeadTime << 8; in DMA2D_DeadTimeConfig()
551 DMA2D->AMTCR |= (DeadTime | DMA2D_AMTCR_EN); in DMA2D_DeadTimeConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_tim_ex.h101 uint32_t DeadTime; /*!< TIM dead Time member
A Dstm32f0xx_ll_tim.h416 uint8_t DeadTime; /*!< Specifies the delay time between the switching-off and the member
2006 __STATIC_INLINE void LL_TIM_OC_SetDeadTime(TIM_TypeDef *TIMx, uint32_t DeadTime) in LL_TIM_OC_SetDeadTime() argument
2008 MODIFY_REG(TIMx->BDTR, TIM_BDTR_DTG, DeadTime); in LL_TIM_OC_SetDeadTime()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_tim_ex.h104 uint32_t DeadTime; /*!< TIM dead Time. member
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_tim_ex.c1652 assert_param(IS_TIM_DEADTIME(sBreakDeadTimeConfig->DeadTime)); in HAL_TIMEx_ConfigBreakDeadTime()
1666 MODIFY_REG(tmpbdtr, TIM_BDTR_DTG, sBreakDeadTimeConfig->DeadTime); in HAL_TIMEx_ConfigBreakDeadTime()
A Dstm32f0xx_ll_tim.c656 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()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_tim_ex.c2014 assert_param(IS_TIM_DEADTIME(sBreakDeadTimeConfig->DeadTime)); in HAL_TIMEx_ConfigBreakDeadTime()
2038 tmpbdtr |= sBreakDeadTimeConfig->DeadTime; in HAL_TIMEx_ConfigBreakDeadTime()

Completed in 22 milliseconds