📄 upsd_ip.h
字号:
//-------------------------------------------------------------
// UPSD_IP.H
// Function Prototypes
//
// This module contains all the defines for uPSD IPs
//-------------------------------------------------------------
//ADC IPs
void initADC(void);
uchar getADC(uchar channel);
// PWM IPs
void Upsd_PWM_8bit_channel(unsigned char PWMCON_value, unsigned char PWM_channel_no, unsigned char Duty_Cyl);
void Upsd_PWM_16bit_channel(unsigned char PWMCON_value, unsigned int Duty_Cyl);
// Extended xdata I/O Registers
void initXREG(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -