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

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

?? dsp28_gpio.h

?? DSP2812 DAC源碼
?? 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| 欧美亚洲禁片免费| 欧美精品免费视频| 亚洲欧美日韩国产综合| 国产美女久久久久| 欧美一区二区黄| 亚洲一区二区av在线| 99视频精品全部免费在线| 久久夜色精品一区| 七七婷婷婷婷精品国产| 91麻豆精品国产91久久久使用方法| 中文字幕在线观看不卡| 国产不卡免费视频| 国产女主播在线一区二区| 国产精品一区二区三区乱码 | 欧洲亚洲精品在线| 综合在线观看色| 99riav久久精品riav| 亚洲欧美日韩一区二区三区在线观看| 床上的激情91.| 中文一区二区在线观看| av不卡免费电影| 亚洲精品高清在线观看| 欧美日韩国产综合视频在线观看| 一区二区三区丝袜| 6080日韩午夜伦伦午夜伦| 丝袜亚洲另类丝袜在线| 日韩欧美电影一二三| 麻豆精品视频在线观看| 国产亚洲美州欧州综合国| 国产aⅴ综合色| 亚洲视频一二三| 91精品国产综合久久久久久久| 免费在线欧美视频| 丁香网亚洲国际| 4438x亚洲最大成人网| 天天av天天翘天天综合网色鬼国产| 欧美美女直播网站| 国产激情91久久精品导航| 亚洲国产裸拍裸体视频在线观看乱了| 欧美一区二区三区不卡| 三级亚洲高清视频| 国产精品理伦片| 欧美电影在线免费观看| 国产精品自拍av| 一区二区三区日本| 久久中文娱乐网| 91国产成人在线| 国产精品影视在线观看| 亚洲尤物视频在线| 久久久久免费观看| 91麻豆精品国产自产在线观看一区| 国产精品白丝jk白祙喷水网站| 亚洲伦理在线免费看| 久久只精品国产| 91超碰这里只有精品国产| 99久久精品国产毛片| 精品一区二区在线播放| 天天影视涩香欲综合网| 自拍偷拍欧美精品| 久久久久久99久久久精品网站| 欧美日韩国产免费一区二区| 91亚洲国产成人精品一区二区三 | 国产一区二区三区免费播放| 亚洲高清视频在线| 一区二区三区在线视频免费观看| 久久众筹精品私拍模特| 欧美一级欧美一级在线播放| 欧美日韩免费观看一区二区三区 | 国产综合久久久久影院| 天天做天天摸天天爽国产一区| 亚洲激情一二三区| 自拍偷拍欧美精品| 亚洲男人电影天堂| 亚洲日本在线看| 亚洲精品成人在线| 亚洲精品高清在线| 污片在线观看一区二区| 午夜不卡在线视频| 日本不卡视频在线| 人人精品人人爱| 国产在线看一区| 国产99久久久国产精品潘金网站| 国产成人综合在线播放| 成人免费毛片app| 欧美亚洲另类激情小说| 在线电影国产精品| 精品国产乱码久久久久久1区2区| 精品福利一二区| 国产精品免费看片| 一区二区三区四区不卡在线| 日韩国产成人精品| 国产精品一区二区在线观看不卡| 成人av网址在线| 欧美日韩一级黄| 日韩精品一区二区三区视频在线观看| bt7086福利一区国产| 国产超碰在线一区| 欧美视频在线观看一区| 精品国产亚洲在线| 中文字幕一区二区三区乱码在线| 亚洲精品日日夜夜| 久久国产精品露脸对白| 色噜噜狠狠色综合中国| 日韩欧美中文字幕公布| 最新欧美精品一区二区三区| 亚洲成在人线在线播放| 国产v综合v亚洲欧| 91精品国产一区二区三区蜜臀| 国产欧美日韩在线视频| 青草av.久久免费一区| 99久久婷婷国产综合精品电影| 欧美一区二区三区人| 亚洲黄网站在线观看| 国产精品66部| 欧美一二三区在线| 亚洲制服丝袜一区| 成人国产视频在线观看| 日韩欧美一区中文| 亚洲成人av一区| 色狠狠色噜噜噜综合网| 国产精品久久久久影院老司 | 亚洲国产成人在线| 久久狠狠亚洲综合| 日韩视频永久免费| 男女男精品网站| 欧美一区二区三区四区在线观看| 亚洲乱码日产精品bd| 91在线观看下载| 亚洲丝袜精品丝袜在线| 99久久99久久久精品齐齐| 国产精品毛片a∨一区二区三区 | 日韩欧美中文字幕一区| 日本在线播放一区二区三区| 欧美精品一二三| 日韩国产在线观看| 日韩欧美国产wwwww| 精品午夜久久福利影院| 久久综合99re88久久爱| 国产一区二区视频在线播放| 久久久99精品免费观看| 成人黄动漫网站免费app| √…a在线天堂一区| 91免费国产视频网站| 亚洲成人精品影院| 日韩一区二区免费在线观看| 麻豆成人免费电影| 国产性做久久久久久| 成a人片国产精品| 亚洲电影视频在线| 久久久99久久精品欧美| av一区二区久久| 天天综合网 天天综合色| 精品久久久久久久久久久久久久久久久 | 884aa四虎影成人精品一区| 狠狠狠色丁香婷婷综合激情| 中文字幕亚洲精品在线观看| 欧美精品日韩精品| 成人一区二区三区视频| 国产精品美女久久久久aⅴ国产馆 国产精品美女久久久久av爽李琼 国产精品美女久久久久高潮 | 免费高清在线视频一区·| 久久亚洲欧美国产精品乐播| 欧美日韩在线免费视频| 国产成人在线观看免费网站| 婷婷国产v国产偷v亚洲高清| 亚洲免费在线播放| 日本一区二区不卡视频| 精品精品国产高清一毛片一天堂| 色久优优欧美色久优优| 国产电影精品久久禁18| 久久精品噜噜噜成人88aⅴ| 夜夜嗨av一区二区三区四季av| 久久久久久久久久久电影| 日韩欧美一级在线播放| 日韩欧美一级二级三级久久久| 欧美岛国在线观看| 国产九九视频一区二区三区| 综合在线观看色| 精品国产免费一区二区三区四区| 色婷婷香蕉在线一区二区| 国产成人啪免费观看软件| 久久99热狠狠色一区二区| 亚洲成av人影院在线观看网| 一区二区三区自拍| 日韩一区在线看| 国产精品福利一区二区三区| 国产人成亚洲第一网站在线播放| 日韩手机在线导航| 欧美伊人久久久久久久久影院 | 亚洲人成影院在线观看| 中文字幕欧美国产| 中文字幕国产一区| 国产日韩欧美精品一区| 国产无一区二区| 国产精品视频在线看| 国产精品久久毛片| 一级特黄大欧美久久久| 一区二区三区中文在线| 亚洲不卡av一区二区三区| 日韩福利电影在线观看|