亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? dsp28_gpio.h

?? TI公司的DSPTMS320F2812初學者入門應用程序
?? H
?? 第 1 頁 / 共 2 頁
字號:
// GPIO D data toggle register bit definitions 
//                                     
//
struct GPDTOGGLE_BITS  {   // bits   description
   Uint16 GPIOD0:1;          // 0  
   Uint16 GPIOD1:1;          // 1 
   Uint16 rsvd1:3;           // 4:2  
   Uint16 GPIOD5:1;          // 5
   Uint16 GPIOD6:1;          // 6  
   Uint16 rsvd2:9;           // 15:7
};

union GPDTOGGLE_REG {
   Uint16        all;
   struct GPDTOGGLE_BITS bit;
};



//----------------------------------
// GPIOD Qualregister bit definitions
// 
//
struct GPDQUAL_BITS {      // bits   description
   Uint16     QUALPRD:8;     // 0:7    Qualification Sampling Period
   Uint16 rsvd1:8;           // 15:8   reserved
};    

union GPDQUAL_REG {
   Uint16              all;
   struct GPDQUAL_BITS BIT;
};       


//---------------------------------------------
// GPIO E mux control register bit definitions
//                                     
//
struct GPEMUX_BITS  {                // bits  description
   Uint16 XINT1_XBIO_GPIOE0:1;         // 0  
   Uint16 XINT2_ADCSOC_GPIOE1:1;       // 1  
   Uint16 XNMI_XINT13_GPIOE2:1;        // 2 
   Uint16 rsvd1:12;        			 // 15:3  
               
};

union GPEMUX_REG {
   Uint16        all;
   struct GPEMUX_BITS bit;
};

//---------------------------------------------------
// GPIO E Direction control register bit definitions
//                                     
//
struct GPEDIR_BITS  {      // bits   description
   Uint16 GPIOE0:1;          // 0 
   Uint16 GPIOE1:1;          // 1 
   Uint16 GPIOE2:1;          // 2 
   Uint16 rsvd1:12;          // 15:3        
};

union GPEDIR_REG {
   Uint16        all;
   struct GPEDIR_BITS bit;
};

//---------------------------------------------------
// GPIO E data register bit definitions
//                                     
//
struct GPEDAT_BITS  {      // bits   description
   Uint16 GPIOE0:1;          // 0 
   Uint16 GPIOE1:1;          // 1 
   Uint16 GPIOE2:1;          // 2 
   Uint16 rsvd1:12;          // 15:3        
};

union GPEDAT_REG {
   Uint16        all;
   struct GPEDAT_BITS bit;
};



//---------------------------------------------------
// GPIO E data set register bit definitions
//                                     
//
struct GPESET_BITS  {      // bits   description
   Uint16 GPIOE0:1;          // 0 
   Uint16 GPIOE1:1;          // 1 
   Uint16 GPIOE2:1;          // 2 
   Uint16 rsvd1:12;          // 15:3        
};

union GPESET_REG {
   Uint16        all;
   struct GPESET_BITS bit;
};


//---------------------------------------------------
// GPIO E data clear register bit definitions
//                                     
//
struct GPECLEAR_BITS  {    // bits   description
   Uint16 GPIOE0:1;          // 0 
   Uint16 GPIOE1:1;          // 1 
   Uint16 GPIOE2:1;          // 2 
   Uint16 rsvd1:12;          // 15:3        
};

union GPECLEAR_REG {
   Uint16        all;
   struct GPECLEAR_BITS bit;
};


//---------------------------------------------------
// GPIO E data toggle register bit definitions
//                                     
//
struct GPETOGGLE_BITS  {   // bits   description
   Uint16 GPIOE0:1;          // 0 
   Uint16 GPIOE1:1;          // 1 
   Uint16 GPIOE2:1;          // 2 
   Uint16 rsvd1:12;          // 15:3        
};

union GPETOGGLE_REG {
   Uint16        all;
   struct GPETOGGLE_BITS bit;
};



//-----------------------------------
// GPIOE Qualregister bit definitions 
// 
//
struct GPEQUAL_BITS {      // bits   description
   Uint16     QUALPRD:8;     // 0:7    Qualification Sampling Period
   Uint16 rsvd1:8;           // 15:8   reserved
};     

union GPEQUAL_REG {
   Uint16              all;
   struct GPEQUAL_BITS BIT;
};      


//----------------------------------------------
//  GPIO F mux control register bit definitions
// 
//
struct GPFMUX_BITS  {      // bits   description
   Uint16 SPISIMOA_GPIOF0:1; // 0 
   Uint16 SPISOMIA_GPIOF1:1; // 1 
   Uint16 SPICLKA_GPIOF2:1;  // 2 
   Uint16 SPISTEA_GPIOF3:1;  // 3 
   Uint16 SCITXDA_GPIOF4:1;  // 4 
   Uint16 SCIRXDA_GPIOF5:1;  // 5 
   Uint16 CANTXA_GPIOF6:1;   // 6 
   Uint16 CANRXA_GPIOF7:1;   // 7 
   Uint16 MCLKXA_GPIOF8:1;   // 8 
   Uint16 MCLKRA_GPIOF9:1;   // 9 
   Uint16 MFSXA_GPIOF10:1;   // 10
   Uint16 MFSRA_GPIOF11:1;   // 11
   Uint16 MDXA_GPIOF12:1;    // 12
   Uint16 MDRA_GPIOF13:1;    // 13
   Uint16 XF_GPIOF14:1;      // 14
   Uint16 spare_GPIOF15:1;   // 15
         
};

/* Allow access to the bit fields or entire register */
union GPFMUX_REG {
   Uint16        all;
   struct GPFMUX_BITS bit;
};

//---------------------------------------------------
// GPIO F Direction control register bit definitions
//                                     
//
                                          
struct GPFDIR_BITS  {      // bits   description
   Uint16 GPIOF0:1;          // 0 
   Uint16 GPIOF1:1;          // 1 
   Uint16 GPIOF2:1;          // 2 
   Uint16 GPIOF3:1;          // 3 
   Uint16 GPIOF4:1;          // 4 
   Uint16 GPIOF5:1;          // 5 
   Uint16 GPIOF6:1;          // 6 
   Uint16 GPIOF7:1;          // 7 
   Uint16 GPIOF8:1;          // 8 
   Uint16 GPIOF9:1;          // 9 
   Uint16 GPIOF10:1;         // 10
   Uint16 GPIOF11:1;         // 11
   Uint16 GPIOF12:1;         // 12
   Uint16 GPIOF13:1;         // 13
   Uint16 GPIOF14:1;         // 14
   Uint16 GPIOF15:1;         // 15

};

union GPFDIR_REG {
   Uint16        all;
   struct GPFDIR_BITS bit;
};

//---------------------------------------------------
// GPIO F data register bit definitions
//                                     
//
                                          
struct GPFDAT_BITS  {      // bits   description
   Uint16 GPIOF0:1;          // 0 
   Uint16 GPIOF1:1;          // 1 
   Uint16 GPIOF2:1;          // 2 
   Uint16 GPIOF3:1;          // 3 
   Uint16 GPIOF4:1;          // 4 
   Uint16 GPIOF5:1;          // 5 
   Uint16 GPIOF6:1;          // 6 
   Uint16 GPIOF7:1;          // 7 
   Uint16 GPIOF8:1;          // 8 
   Uint16 GPIOF9:1;          // 9 
   Uint16 GPIOF10:1;         // 10
   Uint16 GPIOF11:1;         // 11
   Uint16 GPIOF12:1;         // 12
   Uint16 GPIOF13:1;         // 13
   Uint16 GPIOF14:1;         // 14
   Uint16 GPIOF15:1;         // 15

};

union GPFDAT_REG {
   Uint16        all;
   struct GPFDAT_BITS bit;
};


//---------------------------------------------------
// GPIO F data set register bit definitions
//                                     
//
                                          
struct GPFSET_BITS  {      // bits   description
   Uint16 GPIOF0:1;          // 0 
   Uint16 GPIOF1:1;          // 1 
   Uint16 GPIOF2:1;          // 2 
   Uint16 GPIOF3:1;          // 3 
   Uint16 GPIOF4:1;          // 4 
   Uint16 GPIOF5:1;          // 5 
   Uint16 GPIOF6:1;          // 6 
   Uint16 GPIOF7:1;          // 7 
   Uint16 GPIOF8:1;          // 8 
   Uint16 GPIOF9:1;          // 9 
   Uint16 GPIOF10:1;         // 10
   Uint16 GPIOF11:1;         // 11
   Uint16 GPIOF12:1;         // 12
   Uint16 GPIOF13:1;         // 13
   Uint16 GPIOF14:1;         // 14
   Uint16 GPIOF15:1;         // 15

};

union GPFSET_REG {
   Uint16        all;
   struct GPFSET_BITS bit;
};


//---------------------------------------------------
// GPIO F data clear register bit definitions
//                                     
//
                                          
struct GPFCLEAR_BITS  {    // bits   description
   Uint16 GPIOF0:1;          // 0 
   Uint16 GPIOF1:1;          // 1 
   Uint16 GPIOF2:1;          // 2 
   Uint16 GPIOF3:1;          // 3 
   Uint16 GPIOF4:1;          // 4 
   Uint16 GPIOF5:1;          // 5 
   Uint16 GPIOF6:1;          // 6 
   Uint16 GPIOF7:1;          // 7 
   Uint16 GPIOF8:1;          // 8 
   Uint16 GPIOF9:1;          // 9 
   Uint16 GPIOF10:1;         // 10
   Uint16 GPIOF11:1;         // 11
   Uint16 GPIOF12:1;         // 12
   Uint16 GPIOF13:1;         // 13
   Uint16 GPIOF14:1;         // 14
   Uint16 GPIOF15:1;         // 15

};

union GPFCLEAR_REG {
   Uint16        all;
   struct GPFCLEAR_BITS bit;
};


//---------------------------------------------------
// GPIO F data toggle register bit definitions
//                                     
//
                                          
struct GPFTOGGLE_BITS  {   // bits   description
   Uint16 GPIOF0:1;          // 0 
   Uint16 GPIOF1:1;          // 1 
   Uint16 GPIOF2:1;          // 2 
   Uint16 GPIOF3:1;          // 3 
   Uint16 GPIOF4:1;          // 4 
   Uint16 GPIOF5:1;          // 5 
   Uint16 GPIOF6:1;          // 6 
   Uint16 GPIOF7:1;          // 7 
   Uint16 GPIOF8:1;          // 8 
   Uint16 GPIOF9:1;          // 9 
   Uint16 GPIOF10:1;         // 10
   Uint16 GPIOF11:1;         // 11
   Uint16 GPIOF12:1;         // 12
   Uint16 GPIOF13:1;         // 13
   Uint16 GPIOF14:1;         // 14
   Uint16 GPIOF15:1;         // 15

};

union GPFTOGGLE_REG {
   Uint16        all;
   struct GPFTOGGLE_BITS bit;
};

//----------------------------------------------
//  GPIO G mux control register bit definitions
// 
//
struct GPGMUX_BITS  {      // bits   description
   Uint16 rsvd1:4;           // 3:0
   Uint16 SCITXDB_GPIOG4:1;  // 4 
   Uint16 SCIRXDB_GPIOG5:1;  // 5 
   Uint16 rsvd2:10;          // 15:6

};


/* Allow access to the bit fields or entire register */
union GPGMUX_REG {
   Uint16        all;
   struct GPGMUX_BITS bit;
};

//---------------------------------------------------
// GPIO G Direction control register bit definitions
//                                     
//
                                          
struct GPGDIR_BITS  {      // bits   description
   Uint16 rsvd1:4;           // 3:0
   Uint16 GPIOG4:1;          // 4 
   Uint16 GPIOG5:1;          // 5 
   Uint16 rsvd2:10;          // 15:6

};

union GPGDIR_REG {
   Uint16        all;
   struct GPGDIR_BITS bit;
};

//---------------------------------------------------
// GPIO G data register bit definitions
//                                     
//
                                          
struct GPGDAT_BITS  {      // bits   description
   Uint16 rsvd1:4;           // 3:0
   Uint16 GPIOG4:1;          // 4 
   Uint16 GPIOG5:1;          // 5 
   Uint16 rsvd2:10;          // 15:6

};

union GPGDAT_REG {
   Uint16        all;
   struct GPGDAT_BITS bit;
};


//---------------------------------------------------
// GPIO G data set register bit definitions
//                                     
//
                                          
struct GPGSET_BITS  {      // bits   description
   Uint16 rsvd1:4;           // 3:0
   Uint16 GPIOG4:1;          // 4 
   Uint16 GPIOG5:1;          // 5 
   Uint16 rsvd2:10;          // 15:6

};

union GPGSET_REG {
   Uint16        all;
   struct GPGSET_BITS bit;
};


//---------------------------------------------------
// GPIO G data clear register bit definitions
//                                     
//
                                          
struct GPGCLEAR_BITS  {    // bits   description
   Uint16 rsvd1:4;           // 3:0
   Uint16 GPIOG4:1;          // 4 
   Uint16 GPIOG5:1;          // 5 
   Uint16 rsvd2:10;          // 15:6

};

union GPGCLEAR_REG {
   Uint16        all;
   struct GPGCLEAR_BITS bit;
};


//---------------------------------------------------
// GPIO G data toggle register bit definitions
//                                     
//
                                          
struct GPGTOGGLE_BITS  {   // bits   description
   Uint16 rsvd1:4;           // 3:0
   Uint16 GPIOG4:1;          // 4 
   Uint16 GPIOG5:1;          // 5 
   Uint16 rsvd2:10;          // 15:6

};

union GPGTOGGLE_REG {
   Uint16        all;
   struct GPGTOGGLE_BITS bit;
};


struct GPIO_MUX_REGS {
   union  GPAMUX_REG   GPAMUX;
   union  GPADIR_REG   GPADIR;
   union  GPAQUAL_REG  GPAQUAL;
   Uint16   rsvd1;
   union  GPBMUX_REG   GPBMUX;
   union  GPBDIR_REG   GPBDIR;
   union  GPBQUAL_REG  GPBQUAL;   
   Uint16   rsvd2[5];
   union  GPDMUX_REG   GPDMUX;
   union  GPDDIR_REG   GPDDIR;
   union  GPDQUAL_REG  GPDQUAL;   
   Uint16   rsvd3;
   union  GPEMUX_REG   GPEMUX;
   union  GPEDIR_REG   GPEDIR;
   union  GPEQUAL_REG  GPEQUAL;   
   Uint16   rsvd4;
   union  GPFMUX_REG   GPFMUX;
   union  GPFDIR_REG   GPFDIR;
   Uint16   rsvd5[2];
   union  GPGMUX_REG   GPGMUX;
   union  GPGDIR_REG   GPGDIR;
   Uint16   rsvd6[6];
};

struct GPIO_DATA_REGS {
   union  GPADAT_REG    GPADAT;
   union  GPASET_REG    GPASET;
   union  GPACLEAR_REG  GPACLEAR;
   union  GPATOGGLE_REG GPATOGGLE;
   union  GPBDAT_REG    GPBDAT;
   union  GPBSET_REG    GPBSET;
   union  GPBCLEAR_REG  GPBCLEAR;
   union  GPBTOGGLE_REG GPBTOGGLE;
   Uint16   rsvd1[4];
   union  GPDDAT_REG    GPDDAT;
   union  GPDSET_REG    GPDSET;
   union  GPDCLEAR_REG  GPDCLEAR;
   union  GPDTOGGLE_REG GPDTOGGLE;
   union  GPEDAT_REG    GPEDAT;
   union  GPESET_REG    GPESET;
   union  GPECLEAR_REG  GPECLEAR;
   union  GPETOGGLE_REG GPETOGGLE;
   union  GPFDAT_REG    GPFDAT;
   union  GPFSET_REG    GPFSET;
   union  GPFCLEAR_REG  GPFCLEAR;
   union  GPFTOGGLE_REG GPFTOGGLE;
   union  GPGDAT_REG    GPGDAT;
   union  GPGSET_REG    GPGSET;
   union  GPGCLEAR_REG  GPGCLEAR;
   union  GPGTOGGLE_REG GPGTOGGLE;
   Uint16   rsvd2[4];      
};     
 

//---------------------------------------------------------------------------
// GPI/O External References & Function Declarations:
//
extern volatile struct GPIO_MUX_REGS GpioMuxRegs;
extern volatile struct GPIO_DATA_REGS GpioDataRegs;


#endif  // end of DSP28_GPIO_H definition

//===========================================================================
// No more.
//===========================================================================

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲免费资源在线播放| 99精品1区2区| 一本到一区二区三区| 欧美一区二区三区白人| 专区另类欧美日韩| 国产专区欧美精品| 欧美丝袜自拍制服另类| 国产精品对白交换视频| 麻豆高清免费国产一区| 欧美三级一区二区| 日韩码欧中文字| 成人国产精品免费观看视频| 精品久久人人做人人爱| 午夜精品久久久久| 色狠狠色噜噜噜综合网| 国产精品理论片| 成人激情文学综合网| 精品久久国产老人久久综合| 日韩黄色一级片| 欧美日韩国产免费| 亚洲成人资源网| 欧美日免费三级在线| 亚洲色图视频网站| 99久久精品免费看国产| 国产精品久久久久久久久久久免费看 | 成人天堂资源www在线| 欧美精品一区在线观看| 美女脱光内衣内裤视频久久影院| 欧美日韩中文国产| 一区二区三区四区高清精品免费观看 | 精品国产髙清在线看国产毛片| 日韩精品色哟哟| 欧美肥妇毛茸茸| 天天av天天翘天天综合网| 欧美日韩精品电影| 日日夜夜精品视频天天综合网| 欧美视频一区在线| 亚洲成人精品一区| 欧美精品亚洲一区二区在线播放| 婷婷开心久久网| 日韩视频免费观看高清完整版| 精品在线亚洲视频| 国产欧美视频一区二区三区| 国产91露脸合集magnet| 中文字幕一区二区三区四区| 91影视在线播放| 亚洲午夜电影网| 欧美zozozo| 成人午夜看片网址| 一区二区三区在线观看动漫| 欧美剧情片在线观看| 久久国产精品色婷婷| 中文在线一区二区| 91成人网在线| 久久国产福利国产秒拍| 国产人妖乱国产精品人妖| 99精品桃花视频在线观看| 亚洲成人在线观看视频| 欧美大尺度电影在线| 99久久夜色精品国产网站| 亚洲一区二区三区视频在线 | 欧美日韩一二区| 激情综合一区二区三区| 国产精品成人一区二区三区夜夜夜| 欧美性一二三区| 国产一区二区三区久久悠悠色av | 欧美性猛交xxxx乱大交退制版| 久久精品国产一区二区三| 国产精品美女久久久久久久久久久| 91国偷自产一区二区三区观看| 美女性感视频久久| 亚洲欧美欧美一区二区三区| 日韩精品专区在线影院观看| 99麻豆久久久国产精品免费| 美脚の诱脚舐め脚责91 | 麻豆一区二区99久久久久| 中文字幕在线不卡一区二区三区 | 久久午夜羞羞影院免费观看| 欧美专区日韩专区| 国产成人综合精品三级| 日韩专区中文字幕一区二区| 亚洲人成网站色在线观看| 337p粉嫩大胆噜噜噜噜噜91av| 在线观看亚洲a| 国产**成人网毛片九色| 蜜臀av一区二区在线观看| 综合网在线视频| 26uuu国产一区二区三区| 欧美日韩国产影片| 91亚洲精品一区二区乱码| 国产剧情一区二区| 免费在线观看成人| 亚洲午夜电影在线观看| 亚洲色图都市小说| 中文字幕人成不卡一区| 久久久三级国产网站| 欧美一区二区三区在线观看 | 婷婷综合五月天| 亚洲欧洲99久久| 欧美激情一区二区三区全黄| 久久久美女艺术照精彩视频福利播放| 欧美日韩国产乱码电影| 在线精品视频免费观看| 91在线视频免费91| av在线综合网| 99久久综合精品| 99久久婷婷国产综合精品电影| 国产成人午夜电影网| 国产米奇在线777精品观看| 久久国产精品第一页| 蜜臀av一级做a爰片久久| 免播放器亚洲一区| 久久精品亚洲国产奇米99| 久久久国产一区二区三区四区小说| 精品久久久久久无| 精品福利视频一区二区三区| 欧美r级在线观看| 久久精品亚洲精品国产欧美kt∨| 国产欧美日韩卡一| 国产精品成人免费| 亚洲欧美色一区| 亚洲一区视频在线| 日韩和欧美的一区| 韩国av一区二区三区在线观看| 国产一区不卡在线| va亚洲va日韩不卡在线观看| 色妹子一区二区| 欧美色涩在线第一页| 91精品国产综合久久香蕉麻豆| 欧美一区二区三区成人| 26uuu欧美| 亚洲欧美自拍偷拍色图| 亚洲欧美一区二区不卡| 亚洲a一区二区| 久久狠狠亚洲综合| 99国产精品久| 欧美群妇大交群中文字幕| 欧美刺激脚交jootjob| 国产精品久久久久aaaa樱花| 亚洲综合激情另类小说区| 日本欧美大码aⅴ在线播放| 国产在线精品免费| 91色porny在线视频| 日韩欧美一区在线观看| 国产精品嫩草影院com| 亚洲aⅴ怡春院| 国产真实乱偷精品视频免| 色噜噜狠狠色综合中国| 精品国产凹凸成av人网站| 国产精品成人一区二区艾草 | hitomi一区二区三区精品| 欧美午夜影院一区| 国产亚洲视频系列| 亚洲国产综合人成综合网站| 丝袜亚洲另类丝袜在线| 久久精品国产亚洲高清剧情介绍 | 2024国产精品| 亚洲欧洲日本在线| 久久99国产精品麻豆| 在线播放中文字幕一区| 久久精品男人天堂av| 亚洲高清不卡在线观看| 成人精品gif动图一区| 欧美一卡二卡三卡| 亚洲一区免费在线观看| 国产成人亚洲综合a∨猫咪| 欧美一级午夜免费电影| 综合久久给合久久狠狠狠97色| 久色婷婷小香蕉久久| 91国偷自产一区二区三区观看| 国产女人水真多18毛片18精品视频 | 蜜桃视频在线观看一区| 91免费在线播放| 国产日产欧美一区二区三区| 美女免费视频一区二区| 欧美日韩一卡二卡三卡| 亚洲欧美一区二区久久| 成人一级视频在线观看| 日韩欧美视频一区| 日韩激情视频在线观看| 欧美三级视频在线播放| 亚洲综合免费观看高清完整版在线 | 亚洲伦理在线精品| 国产精品自产自拍| 欧美变态口味重另类| 日韩和欧美的一区| 欧美精品aⅴ在线视频| 亚洲综合无码一区二区| 91蝌蚪porny九色| 日韩一区欧美小说| 97久久精品人人做人人爽50路| 欧美极品少妇xxxxⅹ高跟鞋| 国产成人在线色| 久久精品网站免费观看| 国产不卡视频一区| 中文字幕av一区二区三区免费看| 韩国欧美国产一区| 久久久久久久电影| 粉嫩av一区二区三区| 国产精品久久久久久久久免费桃花|