HAL + 0/1 examples
CodeScope will show references to LL_TIM_OC_SetDeadTime() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
TIM
 
Symbols
loading...
Files
loading...

LL_TIM_OC_SetDeadTime() function

Set the dead-time delay (delay inserted between the rising edge of the OCxREF signal and the rising edge of the Ocx and OCxN signals).

Syntax

__STATIC_INLINE void LL_TIM_OC_SetDeadTime(TIM_TypeDef *TIMx,     uint32_t DeadTime);

Arguments

TIMx

Timer instance

DeadTime

between Min_Data=0 and Max_Data=255

Return value

None

Notes

Macro IS_TIM_BREAK_INSTANCE(TIMx) can be used to check whether or not dead-time insertion feature is supported by a timer instance. Helper macro __LL_TIM_CALC_DEADTIME can be used to calculate the DeadTime parameter

Examples

LL_TIM_OC_SetDeadTime() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_tim.h:2103
__STATIC_INLINE void LL_TIM_OC_SetDeadTime(TIM_TypeDef *TIMx, uint32_t DeadTime)

Data Use

Data read by LL_TIM_OC_SetDeadTime()
LL_TIM_OC_SetDeadTime()