📄 setmcpwmdeadtimeassignment.c
字号:
#include <pwm.h>
#ifdef _FLTBIF
/*************************************************************************
* Function Name : SetMCPWMDeadTimeAssignment
* Description : This function configures the assignment of dead time
* units to PWM output pairs
* Parameters : unsigned int config
* Return Value : None
**************************************************************************/
void SetMCPWMDeadTimeAssignment(unsigned int config)
{
DTCON2 = config ;
}
#else
#warning "Does not build on this target"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -