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

📄 isr.h

📁 该软件源程序示范了如何在嵌入式系统中实现USB-OTG协议
💻 H
字号:
/*
   //*************************************************************************
   //
   //                  P H I L I P S   P R O P R I E T A R Y
   //
   //           COPYRIGHT (c)   1999 BY PHILIPS SINGAPORE.
   //                     --  ALL RIGHTS RESERVED  --
   //
   // File Name:        ISR.H
   // Revision: 		1.0
   //
   //*************************************************************************
   //
   //*************************************************************************
   */

#ifndef __ISR_H__
#define __ISR_H__

#include "BasicTyp.h"
/*
   //*************************************************************************
   // USB utility functions
   //*************************************************************************
*/

void interrupt usb_isr(void);

void fn_usb_isr(void);

void Isr_vbus_det_high(void);

void Isr_vbus_det_low(void);

void Isr_sess_vld_low(void);

void Isr_sess_vld_high(void);

void Isr_dp_hi_low(void);
void Isr_dp_hi_high(void);

void Isr_id_gnd_high(void);
void Isr_id_gnd_low(void);
void Isr_se1_iel_high(void);
void Isr_se1_iel_low(void);
void Isr_id_float_high(void);
void Isr_id_float_low(void);
void Isr_dp_int_high(void);
void Isr_dp_int_low(void);
void Isr_bdis_int_high(void);
void Isr_bdis_low(void);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -