📄 overridemcpwm2.c
字号:
#include <pwm12.h>
#ifdef _FLTA2IF
/*********************************************************************
* Function Name : OverrideMCPWM2
* Description : This function set P2OVDCON register includes PWM2
* output override bits and PWM Manual Output Bits
* Parameters : unsigned int config
* Return Value : None
*********************************************************************/
void OverrideMCPWM2(unsigned int config)
{
P2OVDCON = config;
}
#else
#warning "Does not build on this target"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -