⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upsd_ip.h

📁 ST公司的upsd34XX评估板固定源程序
💻 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 + -