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

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

?? dsp28_gpio.h

?? arm jtag說明
?? 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一区二区三区免费野_久草精品视频
国产成人日日夜夜| 国产精品久久久久久久久久久免费看| 午夜精品福利在线| 精品亚洲成av人在线观看| 国产偷国产偷亚洲高清人白洁| 欧美tk—视频vk| 成+人+亚洲+综合天堂| 色综合久久九月婷婷色综合| 欧美在线不卡一区| 欧美va亚洲va在线观看蝴蝶网| wwwwxxxxx欧美| 国产.精品.日韩.另类.中文.在线.播放| 国产一区二区三区在线观看精品| 久久不见久久见免费视频7| jlzzjlzz亚洲日本少妇| 欧美一级片免费看| 亚洲国产成人av| www.欧美.com| 国产精品久久久久aaaa| 美女国产一区二区三区| 6080日韩午夜伦伦午夜伦| 一区二区三区四区国产精品| 成人免费视频caoporn| 欧美日韩卡一卡二| 丝袜亚洲另类欧美| 欧美日韩欧美一区二区| 亚洲一区二区高清| 欧美日韩激情一区二区| 亚洲成a人v欧美综合天堂下载| 91美女在线看| 韩国在线一区二区| 日韩欧美国产1| 久久精品国产久精国产| 欧美中文字幕一区| 日韩黄色在线观看| 日韩欧美国产不卡| 成人av午夜电影| 午夜私人影院久久久久| 国产午夜精品一区二区| 中文字幕人成不卡一区| 欧美午夜寂寞影院| 国产麻豆9l精品三级站| 亚洲欧洲综合另类| 日韩亚洲欧美一区| 成人黄色综合网站| 蜜桃视频第一区免费观看| 亚洲一区二区偷拍精品| 国产亚洲污的网站| 91欧美一区二区| 青青草97国产精品免费观看 | 亚洲成人综合视频| 日韩欧美激情在线| 色天使色偷偷av一区二区| 在线中文字幕不卡| 精品日韩在线观看| 91在线看国产| 韩国一区二区视频| 麻豆精品一二三| 日韩精品久久理论片| 亚洲影院久久精品| 亚洲精品国产无套在线观| 中文字幕在线观看一区二区| 精品国产91亚洲一区二区三区婷婷| 3d动漫精品啪啪一区二区竹菊 | 欧美肥大bbwbbw高潮| av午夜精品一区二区三区| 精品日产卡一卡二卡麻豆| 91麻豆精品国产91久久久更新时间| 91免费在线视频观看| 免费在线观看一区| 亚洲欧美一区二区三区国产精品 | 亚洲免费资源在线播放| 中文字幕一区二区在线观看| 国产亚洲精品精华液| 国产精品卡一卡二| 亚洲成人激情综合网| 性做久久久久久免费观看欧美| 日韩一区欧美二区| 狠狠色丁香九九婷婷综合五月| 国产精品久久久久久久久免费樱桃 | 亚洲成人av电影| 另类的小说在线视频另类成人小视频在线| 日韩成人一级大片| 成人美女视频在线看| 欧美性xxxxxxxx| 中文字幕日韩av资源站| 久久99精品国产麻豆婷婷洗澡| 国模娜娜一区二区三区| 91网页版在线| 久久久精品免费观看| 伊人色综合久久天天人手人婷| 人人超碰91尤物精品国产| 色综合久久88色综合天天免费| 91精品欧美一区二区三区综合在 | 蜜臀久久99精品久久久画质超高清 | 欧美精品免费视频| 精品少妇一区二区三区| 亚洲最快最全在线视频| 成人av电影观看| 国产色一区二区| 成人午夜在线播放| 国产精品美女久久福利网站| 国产成人精品在线看| 亚洲精品在线免费播放| 久久国产成人午夜av影院| 欧美在线视频日韩| 中文字幕欧美日本乱码一线二线| 狠狠色综合播放一区二区| 欧美一卡二卡三卡| 国产一区二三区好的| 久久网站最新地址| 国产成人av一区| 亚洲欧美国产高清| 欧美一区二区三区视频免费播放| 日韩电影在线一区| 亚洲国产高清aⅴ视频| 色综合天天视频在线观看| 国产精品久久免费看| 在线观看日韩国产| 国产一区二区三区免费看| 国产精品福利一区二区| 欧洲中文字幕精品| 日韩二区三区四区| 国产精品久久久久久久久果冻传媒| 一本一本大道香蕉久在线精品| 国产精品女上位| 777午夜精品免费视频| 国产一区三区三区| 亚洲国产日韩a在线播放性色| 欧美日韩精品一区二区三区 | 99久久精品国产麻豆演员表| 亚洲永久免费av| 国产亚洲人成网站| 欧美亚洲高清一区| 韩国av一区二区三区在线观看| 国产精品你懂的在线欣赏| xfplay精品久久| 欧美成人r级一区二区三区| 欧美视频一区二区| 欧美高清视频在线高清观看mv色露露十八| 亚洲成a人片综合在线| 日韩欧美一二区| 欧美精品vⅰdeose4hd| 欧美浪妇xxxx高跟鞋交| 91福利视频网站| 欧美在线综合视频| 91成人在线精品| 在线精品观看国产| 在线精品亚洲一区二区不卡| 大尺度一区二区| av在线播放不卡| 欧美视频在线一区| 欧美视频在线观看一区二区| 91啪亚洲精品| 欧美三级日本三级少妇99| 国产91丝袜在线播放0| 日本伊人精品一区二区三区观看方式| 午夜激情久久久| 国产福利一区二区三区在线视频| 日本欧美一区二区三区| 激情综合色综合久久| 91免费版在线| 欧美日韩的一区二区| 日韩欧美国产不卡| 国产日韩av一区| 亚洲理论在线观看| 水野朝阳av一区二区三区| 美女视频免费一区| 国产电影精品久久禁18| 国产大片一区二区| 在线观看不卡视频| 在线观看视频一区二区欧美日韩| 欧美写真视频网站| 日本一区二区成人在线| 蜜臀av亚洲一区中文字幕| 国产激情精品久久久第一区二区 | 国产精品五月天| 亚洲国产精品久久不卡毛片| 欧美不卡在线视频| 国产精品免费视频观看| 五月婷婷激情综合网| 久久精品国产亚洲高清剧情介绍| av不卡免费电影| 亚洲国产高清在线观看视频| 亚洲高清免费观看 | 欧美日韩在线播放三区| 国产欧美一区二区三区鸳鸯浴| 亚洲男人电影天堂| 国产91综合一区在线观看| 欧美一区二区三区视频免费| 综合久久久久久| 成人免费高清视频在线观看| 欧美一区二区三区四区五区 | 欧美激情一区二区三区全黄 | 色天使久久综合网天天| 亚洲天堂成人在线观看| 一本到三区不卡视频| 国产精品伦理一区二区| 国产在线视视频有精品| 日韩一卡二卡三卡|