| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758 |
- #ifndef _XBOX_SFR_
- #define _XBOX_SFR_
- #ifndef __ASSEMBLER__
- #define SFR_RO *(volatile unsigned long const *)
- #define SFR_WO *(volatile unsigned long*)
- #define SFR_RW *(volatile unsigned long*)
- #define LPSFR_RO *(volatile unsigned long const *)
- #define LPSFR_WO *(volatile unsigned long*)
- #define LPSFR_RW *(volatile unsigned long*)
- #define SWINT() asm(".long 0xb0030057")
- #define EEBREAKINT() asm(".long 0xb0040057")
- #else
- #define SFR_RO
- #define SFR_WO
- #define SFR_RW
- #define SWINT .long 0xb0030057
- #define EEBREAKINT .long 0xb0040057
- #endif
- #define SFR_BASE 0x00000100 // address 0~255 is reserved
- #define SFR0_BASE (SFR_BASE + 0x000)
- #define SFR1_BASE (SFR_BASE + 0x100)
- #define SFR2_BASE (SFR_BASE + 0x200)
- #define SFR3_BASE (SFR_BASE + 0x300)
- #define SFR4_BASE (SFR_BASE + 0x400)
- #define SFR5_BASE (SFR_BASE + 0x500)
- #define SFR6_BASE (SFR_BASE + 0x600)
- #define SFR7_BASE (SFR_BASE + 0x700)
- #define SFR8_BASE (SFR_BASE + 0x800)
- #define SFR9_BASE (SFR_BASE + 0x900)
- #define SFR10_BASE (SFR_BASE + 0xa00)
- #define SFR11_BASE (SFR_BASE + 0xb00)
- #define SFR12_BASE (SFR_BASE + 0xc00)
- #define SFR13_BASE (SFR_BASE + 0xd00)
- #define SFR14_BASE (SFR_BASE + 0xe00)
- #define SFR15_BASE (SFR_BASE + 0xf00)
- //------------------------- SFR Group0 ---------------------------------------//
- #define TICK0CON SFR_RW (SFR0_BASE + 0x01*4)
- #define TICK0CPND SFR_RW (SFR0_BASE + 0x02*4)
- #define TICK0CNT SFR_RW (SFR0_BASE + 0x03*4)
- #define TICK0PR SFR_RW (SFR0_BASE + 0x04*4)
- #define TICK1CON SFR_RW (SFR0_BASE + 0x05*4)
- #define TICK1CPND SFR_RW (SFR0_BASE + 0x06*4)
- #define TICK1CNT SFR_RW (SFR0_BASE + 0x0a*4)
- #define TICK1PR SFR_RW (SFR0_BASE + 0x0b*4)
- #define CPDATA SFR_RW (SFR0_BASE + 0x0c*4)
- #define SPMODE SFR_RW (SFR0_BASE + 0x0d*4)
- #define DEVICEID SFR_RW (SFR0_BASE + 0x0e*4)
- #define VERSIONID SFR_RW (SFR0_BASE + 0x0f*4)
- #define UART0CON SFR_RW (SFR0_BASE + 0x10*4)
- #define UART0CPND SFR_WO (SFR0_BASE + 0x11*4)
- #define UART0BAUD SFR_RW (SFR0_BASE + 0x12*4)
- #define UART0DATA SFR_RW (SFR0_BASE + 0x13*4)
- #define TMR0CON SFR_RW (SFR0_BASE + 0x14*4)
- #define TMR0CPND SFR_RW (SFR0_BASE + 0x15*4)
- #define TMR0CNT SFR_RW (SFR0_BASE + 0x16*4)
- #define TMR0PR SFR_RW (SFR0_BASE + 0x17*4)
- #define CRSTPND SFR_RW (SFR0_BASE + 0x18*4)
- #define WDTCON SFR_RW (SFR0_BASE + 0x1a*4)
- #define RTCCON SFR_RW (SFR0_BASE + 0x1b*4)
- #define VBRSTCON SFR_RW (SFR0_BASE + 0x1c*4)
- #define RTCCPND SFR_WO (SFR0_BASE + 0x1e*4)
- #define U0KEYCON SFR_RW (SFR0_BASE + 0x1f*4)
- #define SD0CON SFR_RW (SFR0_BASE + 0x20*4)
- #define SD0CPND SFR_WO (SFR0_BASE + 0x21*4)
- #define SD0BAUD SFR_RW (SFR0_BASE + 0x22*4)
- #define SD0CMD SFR_RW (SFR0_BASE + 0x23*4)
- #define SD0ARG3 SFR_RW (SFR0_BASE + 0x24*4)
- #define SD0ARG2 SFR_RW (SFR0_BASE + 0x25*4)
- #define SD0ARG1 SFR_RW (SFR0_BASE + 0x26*4)
- #define SD0ARG0 SFR_RW (SFR0_BASE + 0x27*4)
- #define SD0DMAADR SFR_RW (SFR0_BASE + 0x28*4)
- #define SD0DMACNT SFR_RW (SFR0_BASE + 0x29*4)
- #define SPI0CON SFR_RW (SFR0_BASE + 0x2a*4)
- #define SPI0BUF SFR_RW (SFR0_BASE + 0x2b*4)
- #define SPI0BAUD SFR_RW (SFR0_BASE + 0x2c*4)
- #define SPI0CPND SFR_RW (SFR0_BASE + 0x2d*4)
- #define SPI0DMACNT SFR_RW (SFR0_BASE + 0x2e*4)
- #define SPI0DMAADR SFR_RW (SFR0_BASE + 0x2f*4)
- #define TMR1CON SFR_RW (SFR0_BASE + 0x35*4)
- #define TMR1CPND SFR_RW (SFR0_BASE + 0x36*4)
- #define TMR1CNT SFR_RW (SFR0_BASE + 0x37*4)
- #define TMR1PR SFR_RW (SFR0_BASE + 0x38*4)
- #define TMR2CON SFR_RW (SFR0_BASE + 0x3a*4)
- #define TMR2CPND SFR_RW (SFR0_BASE + 0x3b*4)
- #define TMR2CNT SFR_RW (SFR0_BASE + 0x3c*4)
- #define TMR2PR SFR_RW (SFR0_BASE + 0x3d*4)
- //------------------------- SFR Group1 ---------------------------------------//
- #define CLKCON0 SFR_RW (SFR1_BASE + 0x00*4)
- #define CLKCON1 SFR_RW (SFR1_BASE + 0x01*4)
- #define CLKCON2 SFR_RW (SFR1_BASE + 0x02*4)
- #define CLKCON3 SFR_RW (SFR1_BASE + 0x03*4)
- #define CLKCON4 SFR_RW (SFR1_BASE + 0x04*4)
- #define CLKDIVCON0 SFR_RW (SFR1_BASE + 0x05*4)
- #define CLKDIVCON1 SFR_RW (SFR1_BASE + 0x06*4)
- #define CLKDIVCON2 SFR_RW (SFR1_BASE + 0x07*4)
- #define CLKGAT0 SFR_RW (SFR1_BASE + 0x0a*4)
- #define CLKGAT1 SFR_RW (SFR1_BASE + 0x0b*4)
- #define CLKGAT2 SFR_RW (SFR1_BASE + 0x0c*4)
- #define CLKGAT3 SFR_RW (SFR1_BASE + 0x0d*4)
- #define PLL0CON SFR_RW (SFR1_BASE + 0x20*4)
- #define PLL0CON1 SFR_RW (SFR1_BASE + 0x21*4)
- #define PLL0DIV SFR_RW (SFR1_BASE + 0x22*4)
- #define XOSCCON SFR_RW (SFR1_BASE + 0x2f*4)
- #define RSTCON0 SFR_RW (SFR1_BASE + 0x30*4)
- #define LVDCON SFR_RW (SFR1_BASE + 0x31*4)
- #define PWRCON0 SFR_RW (SFR1_BASE + 0x32*4)
- #define PWRCON1 SFR_RW (SFR1_BASE + 0x33*4)
- #define PWRCON2 SFR_RW (SFR1_BASE + 0x34*4)
- #define LPMCON SFR_RW (SFR1_BASE + 0x35*4)
- #define MEMCON SFR_RW (SFR1_BASE + 0x3a*4)
- #define MEMCON1 SFR_RW (SFR1_BASE + 0x3b*4)
- #define MEMCON2 SFR_RW (SFR1_BASE + 0x3c*4)
- #define PROTCON0 SFR_RW (SFR1_BASE + 0x3e*4)
- #define PROTCON1 SFR_RW (SFR1_BASE + 0x3f*4)
- //------------------------- SFR Group2 ---------------------------------------//
- #define UFADDR SFR_RW (SFR2_BASE + 0x00*4)
- #define UPOWER SFR_RW (SFR2_BASE + 0x01*4)
- #define UINTRTX1 SFR_RW (SFR2_BASE + 0x02*4)
- #define UINTRTX2 SFR_RW (SFR2_BASE + 0x03*4)
- #define UINTRRX1 SFR_RW (SFR2_BASE + 0x04*4)
- #define UINTRRX2 SFR_RW (SFR2_BASE + 0x05*4)
- #define UINTRUSB SFR_RW (SFR2_BASE + 0x06*4)
- #define UINTRTX1E SFR_RW (SFR2_BASE + 0x07*4)
- #define UINTRTX2E SFR_RW (SFR2_BASE + 0x08*4)
- #define UINTRRX1E SFR_RW (SFR2_BASE + 0x09*4)
- #define UINTRRX2E SFR_RW (SFR2_BASE + 0x0a*4)
- #define UINTRUSBE SFR_RW (SFR2_BASE + 0x0b*4)
- #define UFRAME1 SFR_RW (SFR2_BASE + 0x0c*4)
- #define UFRAME2 SFR_RW (SFR2_BASE + 0x0d*4)
- #define UINDEX SFR_RW (SFR2_BASE + 0x0e*4)
- #define UDEVCTL SFR_RW (SFR2_BASE + 0x0f*4)
- #define UTXMAXP SFR_RW (SFR2_BASE + 0x10*4)
- #define UCSR0 SFR_RW (SFR2_BASE + 0x11*4)
- #define UTXCSR1 SFR_RW (SFR2_BASE + 0x11*4)
- #define UTXCSR2 SFR_RW (SFR2_BASE + 0x12*4)
- #define URXMAXP SFR_RW (SFR2_BASE + 0x13*4)
- #define URXCSR1 SFR_RW (SFR2_BASE + 0x14*4)
- #define URXCSR2 SFR_RW (SFR2_BASE + 0x15*4)
- #define UCOUNT0 SFR_RW (SFR2_BASE + 0x16*4)
- #define URXCOUNT1 SFR_RW (SFR2_BASE + 0x16*4)
- #define URXCOUNT2 SFR_RW (SFR2_BASE + 0x17*4)
- #define UTXTYPE SFR_RW (SFR2_BASE + 0x18*4)
- #define UTXINTERVAL SFR_RW (SFR2_BASE + 0x19*4)
- #define URXTYPE SFR_RW (SFR2_BASE + 0x1a*4)
- #define URXINTERVAL SFR_RW (SFR2_BASE + 0x1b*4)
- #define UFIFO0 SFR_RW (SFR2_BASE + 0x20*4)
- #define UFIFO1 SFR_RW (SFR2_BASE + 0x21*4)
- #define UFIFO2 SFR_RW (SFR2_BASE + 0x22*4)
- #define UFIFO3 SFR_RW (SFR2_BASE + 0x23*4)
- #define UFIFO4 SFR_RW (SFR2_BASE + 0x24*4)
- #define UFIFO5 SFR_RW (SFR2_BASE + 0x25*4)
- #define UFIFO6 SFR_RW (SFR2_BASE + 0x26*4)
- #define UFIFO7 SFR_RW (SFR2_BASE + 0x27*4)
- #define UFIFO8 SFR_RW (SFR2_BASE + 0x28*4)
- #define UFIFO9 SFR_RW (SFR2_BASE + 0x29*4)
- #define UFIFO10 SFR_RW (SFR2_BASE + 0x2a*4)
- #define UFIFO11 SFR_RW (SFR2_BASE + 0x2b*4)
- #define UFIFO12 SFR_RW (SFR2_BASE + 0x2c*4)
- #define UFIFO13 SFR_RW (SFR2_BASE + 0x2d*4)
- #define UFIFO14 SFR_RW (SFR2_BASE + 0x2e*4)
- #define UFIFO15 SFR_RW (SFR2_BASE + 0x2f*4)
- //------------------------- SFR Group3 ---------------------------------------//
- #define USBCON0 SFR_RW (SFR3_BASE + 0x00*4)
- #define USBCON1 SFR_RW (SFR3_BASE + 0x01*4)
- #define USBCON2 SFR_RW (SFR3_BASE + 0x02*4)
- #define USBCON3 SFR_RW (SFR3_BASE + 0x03*4)
- #define USBCON4 SFR_RW (SFR3_BASE + 0x04*4)
- #define USBEP0ADR SFR_RW (SFR3_BASE + 0x05*4)
- #define USBEP1RXADR SFR_RW (SFR3_BASE + 0x06*4)
- #define USBEP1TXADR SFR_RW (SFR3_BASE + 0x07*4)
- #define USBEP2RXADR SFR_RW (SFR3_BASE + 0x08*4)
- #define USBEP2TXADR SFR_RW (SFR3_BASE + 0x09*4)
- #define USBEP3RXADR SFR_RW (SFR3_BASE + 0x0a*4)
- #define USBEP3TXADR SFR_RW (SFR3_BASE + 0x0b*4)
- #define BTPHYTSCON SFR_RW (SFR3_BASE + 0x0c*4)
- #define DBGCON1 SFR_RW (SFR3_BASE + 0x0e*4)
- #define DBGCON SFR_RW (SFR3_BASE + 0x0f*4)
- #define CRCDAT SFR_RW (SFR3_BASE + 0x10*4)
- #define CRCRES SFR_RW (SFR3_BASE + 0x11*4)
- #define LFSRRES SFR_RW (SFR3_BASE + 0x12*4)
- #define TESTDATA LFSRRES
- #define LFCRCCON SFR_RW (SFR3_BASE + 0x13*4)
- #define BTDMAADR SFR_RW (SFR3_BASE + 0x14*4)
- #define BTRFDMACON SFR_RW (SFR3_BASE + 0x18*4)
- #define BTADDMACNT SFR_RW (SFR3_BASE + 0x19*4)
- #define BTADDMAADR SFR_RW (SFR3_BASE + 0x1a*4)
- #define BTDADMACNT SFR_RW (SFR3_BASE + 0x1b*4)
- #define BTDADMAADR SFR_RW (SFR3_BASE + 0x1c*4)
- #define CRC1DAT SFR_RW (SFR3_BASE + 0x20*4)
- #define CRC1RES SFR_RW (SFR3_BASE + 0x21*4)
- #define HSUT0CON SFR_RW (SFR3_BASE + 0x30*4)
- #define HSUT0CPND SFR_RW (SFR3_BASE + 0x31*4)
- #define HSUT0BAUD SFR_RW (SFR3_BASE + 0x32*4)
- #define HSUT0DATA SFR_RW (SFR3_BASE + 0x33*4)
- #define HSUT0TXCNT SFR_RW (SFR3_BASE + 0x34*4)
- #define HSUT0TXADR SFR_RW (SFR3_BASE + 0x35*4)
- #define HSUT0RXCNT SFR_RW (SFR3_BASE + 0x36*4)
- #define BTCON3 SFR_RW (SFR3_BASE + 0x37*4)
- #define BTCON4 SFR_RW (SFR3_BASE + 0x38*4)
- #define HSUT0RXADR SFR_RW (SFR3_BASE + 0x39*4)
- #define HSUT0FIFOCNT SFR_RW (SFR3_BASE + 0x3a*4)
- #define HSUT0FIFO SFR_RW (SFR3_BASE + 0x3b*4)
- #define HSUT0FIFOADR SFR_RW (SFR3_BASE + 0x3c*4)
- #define HSUT0TMRCNT SFR_RW (SFR3_BASE + 0x3d*4)
- #define HSUT0FCCON SFR_RW (SFR3_BASE + 0x3e*4)
- //------------------------- SFR Group4 ---------------------------------------//
- //0x00~0x3f reserve for CPU
- #define EXCEPTPND SFR_RO (SFR4_BASE + 0x00*4)
- #define EXCEPTCPND SFR_WO (SFR4_BASE + 0x01*4)
- #define NMICON SFR_RW (SFR4_BASE + 0x02*4)
- #define BP0ADR SFR_RW (SFR4_BASE + 0x03*4)
- #define BP1ADR SFR_RW (SFR4_BASE + 0x04*4)
- #define BP2ADR SFR_RW (SFR4_BASE + 0x05*4)
- #define BP3ADR SFR_RW (SFR4_BASE + 0x06*4)
- #define BP4ADR SFR_RW (SFR4_BASE + 0x07*4)
- #define BP5ADR SFR_RW (SFR4_BASE + 0x08*4)
- #define BP6ADR SFR_RW (SFR4_BASE + 0x09*4)
- #define ICLOCK1 SFR_RW (SFR4_BASE + 0x0a*4)
- #define ICVAL1 SFR_RW (SFR4_BASE + 0x0b*4)
- #define PICCONCLR SFR_WO (SFR4_BASE + 0x0c*4)
- #define PICCONSET SFR_WO (SFR4_BASE + 0x0d*4)
- #define PICENCLR SFR_WO (SFR4_BASE + 0x0e*4)
- #define PICENSET SFR_WO (SFR4_BASE + 0x0f*4)
- #define PICCON SFR_RW (SFR4_BASE + 0x10*4)
- #define PICEN SFR_RW (SFR4_BASE + 0x11*4)
- #define PICPR SFR_RW (SFR4_BASE + 0x12*4)
- #define PICADR SFR_RW (SFR4_BASE + 0x13*4)
- #define PICPND SFR_RW (SFR4_BASE + 0x14*4)
- #define CACHCON0 SFR_RW (SFR4_BASE + 0x15*4)
- #define CACHCON1 SFR_RW (SFR4_BASE + 0x16*4)
- #define ICTAG SFR_RW (SFR4_BASE + 0x17*4)
- #define ICINDEX SFR_RW (SFR4_BASE + 0x18*4)
- #define ICADRMS SFR_RW (SFR4_BASE + 0x19*4)
- #define ICLOCK SFR_RW (SFR4_BASE + 0x1a*4)
- #define ICVAL SFR_RW (SFR4_BASE + 0x1b*4)
- #define SWBK SFR_RW (SFR4_BASE + 0x1d*4)
- #define EPICCON SFR_RW (SFR4_BASE + 0x1e*4)
- #define EPC SFR_RW (SFR4_BASE + 0x1f*4)
- #define BP7ADR SFR_RW (SFR4_BASE + 0x20*4)
- #define BP8ADR SFR_RW (SFR4_BASE + 0x21*4)
- #define BP9ADR SFR_RW (SFR4_BASE + 0x22*4)
- #define BP10ADR SFR_RW (SFR4_BASE + 0x23*4)
- #define BP11ADR SFR_RW (SFR4_BASE + 0x24*4)
- #define BP12ADR SFR_RW (SFR4_BASE + 0x25*4)
- #define BP13ADR SFR_RW (SFR4_BASE + 0x26*4)
- #define BP14ADR SFR_RW (SFR4_BASE + 0x27*4)
- #define BP15ADR SFR_RW (SFR4_BASE + 0x28*4)
- #define PICPR1 SFR_RW (SFR4_BASE + 0x29*4)
- #define PCERR SFR_RW (SFR4_BASE + 0x2e*4)
- #define PCST SFR_RW (SFR4_BASE + 0x2f*4)
- //------------------------- SFR Group5 ---------------------------------------//
- #define IICCON0 SFR_RW (SFR5_BASE + 0x07*4)
- #define IICCON1 SFR_RW (SFR5_BASE + 0x08*4)
- #define IICCMDA SFR_RW (SFR5_BASE + 0x09*4)
- #define IICDATA SFR_RW (SFR5_BASE + 0x0a*4)
- #define IICDMAADR SFR_RW (SFR5_BASE + 0x0b*4)
- #define IICDMACNT SFR_RW (SFR5_BASE + 0x0c*4)
- #define IICSSTS SFR_RW (SFR5_BASE + 0x0d*4)
- #define SADCDAT0 SFR_RO (SFR5_BASE + 0x20*4)
- #define SADCDAT1 SFR_RO (SFR5_BASE + 0x21*4)
- #define SADCDAT2 SFR_RO (SFR5_BASE + 0x22*4)
- #define SADCDAT3 SFR_RO (SFR5_BASE + 0x23*4)
- #define SADCDAT4 SFR_RO (SFR5_BASE + 0x24*4)
- #define SADCDAT5 SFR_RO (SFR5_BASE + 0x25*4)
- #define SADCDAT6 SFR_RO (SFR5_BASE + 0x26*4)
- #define SADCDAT7 SFR_RO (SFR5_BASE + 0x27*4)
- #define SADCDAT8 SFR_RO (SFR5_BASE + 0x28*4)
- #define SADCDAT9 SFR_RO (SFR5_BASE + 0x29*4)
- #define SADCDAT10 SFR_RO (SFR5_BASE + 0x2a*4)
- #define SADCDAT11 SFR_RO (SFR5_BASE + 0x2b*4)
- #define SADCDAT12 SFR_RO (SFR5_BASE + 0x2c*4)
- #define SADCDAT13 SFR_RO (SFR5_BASE + 0x2d*4)
- #define SADCDAT14 SFR_RO (SFR5_BASE + 0x2e*4)
- #define SADCDAT15 SFR_RO (SFR5_BASE + 0x2f*4)
- #define SADCCON SFR_RW (SFR5_BASE + 0x30*4)
- #define SADCCH SFR_RW (SFR5_BASE + 0x31*4)
- #define SADCST SFR_WO (SFR5_BASE + 0x32*4)
- #define SADCBAUD SFR_WO (SFR5_BASE + 0x33*4)
- #define MBISTCON SFR_RW (SFR5_BASE + 0x34*4)
- #define MBISTEADR SFR_WO (SFR5_BASE + 0x35*4)
- #define MBISTBADR SFR_WO (SFR5_BASE + 0x36*4)
- #define MBISTCRC SFR_RW (SFR5_BASE + 0x37*4)
- #define MBISTERR SFR_RO (SFR5_BASE + 0x38*4)
- #define SADCCHIE SFR_RW (SFR5_BASE + 0x39*4)
- #define SADCCHPND SFR_RW (SFR5_BASE + 0x3a*4)
- #define EFCON0 SFR_RW (SFR5_BASE + 0x3d*4)
- #define EFCON1 SFR_WO (SFR5_BASE + 0x3e*4)
- #define EFDAT SFR_RW (SFR5_BASE + 0x3f*4)
- //------------------------- SFR Group6 ---------------------------------------//
- #define GPIOASET SFR_RW (SFR6_BASE + 0x00*4)
- #define GPIOACLR SFR_RW (SFR6_BASE + 0x01*4)
- #define GPIOA SFR_RW (SFR6_BASE + 0x02*4)
- #define GPIOADIR SFR_RW (SFR6_BASE + 0x03*4)
- #define GPIOADE SFR_RW (SFR6_BASE + 0x04*4)
- #define GPIOAFEN SFR_RW (SFR6_BASE + 0x05*4)
- #define GPIOAFDIREN SFR_RW (SFR6_BASE + 0x06*4)
- #define GPIOADRV SFR_RW (SFR6_BASE + 0x07*4)
- #define GPIOAPU SFR_RW (SFR6_BASE + 0x08*4)
- #define GPIOAPD SFR_RW (SFR6_BASE + 0x09*4)
- #define GPIOAPU200K SFR_RW (SFR6_BASE + 0x0a*4)
- #define GPIOAPD200K SFR_RW (SFR6_BASE + 0x0b*4)
- #define GPIOAPU300 SFR_RW (SFR6_BASE + 0x0c*4)
- #define GPIOAPD300 SFR_RW (SFR6_BASE + 0x0d*4)
- #define GPIOBSET SFR_RW (SFR6_BASE + 0x10*4)
- #define GPIOBCLR SFR_RW (SFR6_BASE + 0x11*4)
- #define GPIOB SFR_RW (SFR6_BASE + 0x12*4)
- #define GPIOBDIR SFR_RW (SFR6_BASE + 0x13*4)
- #define GPIOBDE SFR_RW (SFR6_BASE + 0x14*4)
- #define GPIOBFEN SFR_RW (SFR6_BASE + 0x15*4)
- #define GPIOBFDIREN SFR_RW (SFR6_BASE + 0x16*4)
- #define GPIOBDRV SFR_RW (SFR6_BASE + 0x17*4)
- #define GPIOBPU SFR_RW (SFR6_BASE + 0x18*4)
- #define GPIOBPD SFR_RW (SFR6_BASE + 0x19*4)
- #define GPIOBPU200K SFR_RW (SFR6_BASE + 0x1a*4)
- #define GPIOBPD200K SFR_RW (SFR6_BASE + 0x1b*4)
- #define GPIOBPU300 SFR_RW (SFR6_BASE + 0x1c*4)
- #define GPIOBPD300 SFR_RW (SFR6_BASE + 0x1d*4)
- #define FUNCOMCON0 SFR_RW (SFR6_BASE + 0x30*4)
- #define FUNCOMCON1 SFR_RW (SFR6_BASE + 0x31*4)
- #define FUNCOMCON2 SFR_RW (SFR6_BASE + 0x32*4)
- #define FUNCOMCON3 SFR_RW (SFR6_BASE + 0x33*4)
- #define FUNCOMCON4 SFR_RW (SFR6_BASE + 0x34*4)
- #define FUNCOMCON5 SFR_RW (SFR6_BASE + 0x35*4)
- #define FUNCOMCON6 SFR_RW (SFR6_BASE + 0x36*4)
- #define FUNCOMCON7 SFR_RW (SFR6_BASE + 0x37*4)
- #define FUNCIMCON0 SFR_RW (SFR6_BASE + 0x38*4)
- #define FUNCIMCON1 SFR_RW (SFR6_BASE + 0x39*4)
- #define FUNCIMCON2 SFR_RW (SFR6_BASE + 0x3a*4)
- #define FUNCIMCON3 SFR_RW (SFR6_BASE + 0x3b*4)
- #define FUNCIMCON4 SFR_RW (SFR6_BASE + 0x3c*4)
- #define FUNCIMCON5 SFR_RW (SFR6_BASE + 0x3d*4)
- #define FUNCIMCON6 SFR_RW (SFR6_BASE + 0x3e*4)
- //------------------------- SFR Group7 ---------------------------------------//
- #define GPIOGSET SFR_RW (SFR7_BASE + 0x00*4)
- #define GPIOGCLR SFR_RW (SFR7_BASE + 0x01*4)
- #define GPIOG SFR_RW (SFR7_BASE + 0x02*4)
- #define GPIOGDIR SFR_RW (SFR7_BASE + 0x03*4)
- #define GPIOGDE SFR_RW (SFR7_BASE + 0x04*4)
- #define GPIOGFEN SFR_RW (SFR7_BASE + 0x05*4)
- #define GPIOGFDIREN SFR_RW (SFR7_BASE + 0x06*4)
- #define GPIOGDRV SFR_RW (SFR7_BASE + 0x07*4)
- #define GPIOGPU SFR_RW (SFR7_BASE + 0x08*4)
- #define GPIOGPD SFR_RW (SFR7_BASE + 0x09*4)
- #define GPIOGPU200K SFR_RW (SFR7_BASE + 0x0a*4)
- #define GPIOGPD200K SFR_RW (SFR7_BASE + 0x0b*4)
- #define GPIOGPU300 SFR_RW (SFR7_BASE + 0x0c*4)
- #define GPIOGPD300 SFR_RW (SFR7_BASE + 0x0d*4)
- #define IRONETIME SFR_RW (SFR7_BASE + 0x20*4)
- #define IRZEROTIME SFR_RW (SFR7_BASE + 0x21*4)
- #define IRSTARTTIME SFR_RW (SFR7_BASE + 0x22*4)
- #define IRREPEATTIME SFR_RW (SFR7_BASE + 0x23*4)
- #define IRREPEATCON SFR_RW (SFR7_BASE + 0x24*4)
- #define IRTXCON SFR_RW (SFR7_BASE + 0x25*4)
- #define IRTXDATA SFR_RW (SFR7_BASE + 0x26*4)
- #define IRTXLEN SFR_RW (SFR7_BASE + 0x27*4)
- #define IRTXPEND SFR_RW (SFR7_BASE + 0x28*4)
- #define IRDMACON SFR_RW (SFR7_BASE + 0x29*4)
- #define IRDMAIADR SFR_RW (SFR7_BASE + 0x2a*4)
- #define IRDMAISIZE SFR_RW (SFR7_BASE + 0x2b*4)
- #define IRDMAOADR SFR_RW (SFR7_BASE + 0x2c*4)
- #define IRDMAOSIZE SFR_RW (SFR7_BASE + 0x2d*4)
- #define IRDMAPEND SFR_RW (SFR7_BASE + 0x2e*4)
- #define IRRXCON SFR_RW (SFR7_BASE + 0x2f*4)
- #define IRRXDAT SFR_RW (SFR7_BASE + 0x30*4)
- #define IRRXCPND SFR_WO (SFR7_BASE + 0x31*4)
- #define IRRXERR0 SFR_WO (SFR7_BASE + 0x32*4)
- #define IRRXERR1 SFR_WO (SFR7_BASE + 0x33*4)
- #define IRRXPR0 SFR_WO (SFR7_BASE + 0x34*4)
- #define IRRXPR1 SFR_WO (SFR7_BASE + 0x35*4)
- #define IRFLTCON SFR_RW (SFR7_BASE + 0x36*4)
- #define CORDICCON SFR_RW (SFR7_BASE + 0x3b*4)
- #define CORDICINDATX SFR_RW (SFR7_BASE + 0x3c*4)
- #define CORDICINDATY SFR_RW (SFR7_BASE + 0x3d*4)
- #define CORDICOUTDATX SFR_RW (SFR7_BASE + 0x3e*4)
- #define CORDICOUTDATY SFR_RW (SFR7_BASE + 0x3f*4)
- //------------------------- SFR Group8 ---------------------------------------//
- #define KEYSCAN_CON0 LPSFR_RW (SFR8_BASE + 0x00*4)
- #define KEYSCAN_CON1 LPSFR_RW (SFR8_BASE + 0x01*4)
- #define KEYSCAN_CLR LPSFR_RW (SFR8_BASE + 0x02*4)
- #define KEYSCAN_INFO0 LPSFR_RW (SFR8_BASE + 0x03*4)
- #define KEYSCAN_INFO1 LPSFR_RW (SFR8_BASE + 0x04*4)
- #define KEYSCAN_INFO2 LPSFR_RW (SFR8_BASE + 0x05*4)
- #define LP_GPIOA LPSFR_RW (SFR8_BASE + 0x06*4)
- #define LP_GPIOADIR LPSFR_RW (SFR8_BASE + 0x07*4)
- #define LP_GPIOADE LPSFR_RW (SFR8_BASE + 0x08*4)
- #define LP_GPIOAPU0 LPSFR_RW (SFR8_BASE + 0x09*4)
- #define LP_GPIOAPD0 LPSFR_RW (SFR8_BASE + 0x0a*4)
- #define LP_GPIOB LPSFR_RW (SFR8_BASE + 0x0b*4)
- #define LP_GPIOBDIR LPSFR_RW (SFR8_BASE + 0x0c*4)
- #define LP_GPIOBDE LPSFR_RW (SFR8_BASE + 0x0d*4)
- #define LP_GPIOBPU0 LPSFR_RW (SFR8_BASE + 0x0e*4)
- #define LP_GPIOBPD0 LPSFR_RW (SFR8_BASE + 0x0f*4)
- #define LP_GPIOE LPSFR_RW (SFR8_BASE + 0x10*4)
- #define LP_GPIOEDIR LPSFR_RW (SFR8_BASE + 0x11*4)
- #define LP_GPIOEDE LPSFR_RW (SFR8_BASE + 0x12*4)
- #define LP_GPIOEPU0 LPSFR_RW (SFR8_BASE + 0x13*4)
- #define LP_GPIOEPD0 LPSFR_RW (SFR8_BASE + 0x14*4)
- #define LP_GPIOF LPSFR_RW (SFR8_BASE + 0x15*4)
- #define LP_GPIOFDIR LPSFR_RW (SFR8_BASE + 0x16*4)
- #define LP_GPIOFDE LPSFR_RW (SFR8_BASE + 0x17*4)
- #define LP_GPIOFPU0 LPSFR_RW (SFR8_BASE + 0x18*4)
- #define LP_GPIOFPD0 LPSFR_RW (SFR8_BASE + 0x19*4)
- #define LP_GPIOG LPSFR_RW (SFR8_BASE + 0x1a*4)
- #define LP_GPIOGDIR LPSFR_RW (SFR8_BASE + 0x1b*4)
- #define LP_GPIOGDE LPSFR_RW (SFR8_BASE + 0x1c*4)
- #define LP_GPIOGPU0 LPSFR_RW (SFR8_BASE + 0x1d*4)
- #define LP_GPIOGPD0 LPSFR_RW (SFR8_BASE + 0x1e*4)
- #define WKUPCON LPSFR_RW (SFR8_BASE + 0x1f*4)
- #define WKUPEDG LPSFR_RW (SFR8_BASE + 0x20*4)
- #define WKUPCPND LPSFR_RW (SFR8_BASE + 0x21*4)
- #define PORTINTEDG LPSFR_RW (SFR8_BASE + 0x22*4)
- #define PORTINTEN LPSFR_RW (SFR8_BASE + 0x23*4)
- #define WKRSRC LPSFR_RW (SFR8_BASE + 0x24*4)
- #define WKFSRC LPSFR_RW (SFR8_BASE + 0x25*4)
- #define BTCON2 LPSFR_RW (SFR8_BASE + 0x26*4)
- //------------------------- SFR Group9 ---------------------------------------//
- #define TMR3CON SFR_RW (SFR9_BASE + 0x00*4)
- #define TMR3CPND SFR_WO (SFR9_BASE + 0x01*4)
- #define TMR3CNT SFR_RW (SFR9_BASE + 0x02*4)
- #define TMR3PR SFR_RW (SFR9_BASE + 0x03*4)
- #define TMR3CPT SFR_RO (SFR9_BASE + 0x04*4)
- #define TMR3DUTY0 SFR_WO (SFR9_BASE + 0x05*4)
- #define TMR3DUTY1 SFR_WO (SFR9_BASE + 0x06*4)
- #define TMR3DUTY2 SFR_WO (SFR9_BASE + 0x07*4)
- #define TMR3PSC SFR_RW (SFR9_BASE + 0x08*4)
- #define UDETCON SFR_RW (SFR9_BASE + 0x18*4)
- #define UDETCPND SFR_RW (SFR9_BASE + 0x19*4)
- #define UDETBAUD SFR_RW (SFR9_BASE + 0x1a*4)
- #define UDETDATA SFR_RW (SFR9_BASE + 0x1b*4)
- #define SPI1CON SFR_RW (SFR9_BASE + 0x20*4)
- #define SPI1BUF SFR_RW (SFR9_BASE + 0x21*4)
- #define SPI1BAUD SFR_RW (SFR9_BASE + 0x22*4)
- #define SPI1CPND SFR_RW (SFR9_BASE + 0x23*4)
- #define SPI1DMACNT SFR_RW (SFR9_BASE + 0x24*4)
- #define SPI1DMAADR SFR_RW (SFR9_BASE + 0x25*4)
- #define FREQDETCON SFR_RW (SFR9_BASE + 0x28*4)
- #define FREQDETCPND SFR_RW (SFR9_BASE + 0x29*4)
- #define FREQDETCNT SFR_RW (SFR9_BASE + 0x2a*4)
- #define FREQDETTGT SFR_RW (SFR9_BASE + 0x2b*4)
- //------------------------- SFR Group10 --------------------------------------//
- #define INPCON SFR_RW (SFR10_BASE + 0x00*4)
- #define INPCPND SFR_RW (SFR10_BASE + 0x01*4)
- #define TKCON SFR_RW (SFR10_BASE + 0x02*4)
- #define TKCON1 SFR_RW (SFR10_BASE + 0x03*4)
- #define TKCNT SFR_RW (SFR10_BASE + 0x04*4)
- #define TKCDPR0 SFR_RW (SFR10_BASE + 0x05*4)
- #define TKCDPR1 SFR_RW (SFR10_BASE + 0x06*4)
- #define TKTMR SFR_RW (SFR10_BASE + 0x07*4)
- #define TETMR SFR_RW (SFR10_BASE + 0x08*4)
- #define TKBCNT SFR_RW (SFR10_BASE + 0x09*4)
- #define TKPTHD SFR_RW (SFR10_BASE + 0x0a*4)
- #define TKETHD SFR_RW (SFR10_BASE + 0x0b*4)
- #define TEBCNT SFR_RW (SFR10_BASE + 0x0c*4)
- #define TEPTHD SFR_RW (SFR10_BASE + 0x0d*4)
- #define TEETHD SFR_RW (SFR10_BASE + 0x0e*4)
- #define TKCON2 SFR_RW (SFR10_BASE + 0x0f*4)
- #define TKVARI SFR_RW (SFR10_BASE + 0x10*4)
- #define TKVARITHD SFR_WO (SFR10_BASE + 0x11*4)
- #define TKACON0 SFR_RW (SFR10_BASE + 0x12*4)
- #define TKACON1 SFR_RW (SFR10_BASE + 0x13*4)
- #define RTCRAMADR SFR_RW (SFR10_BASE + 0x1c*4)
- #define RTCRAMDAT SFR_RW (SFR10_BASE + 0x1d*4)
- #define RTCALM SFR_RW (SFR10_BASE + 0x1e*4)
- #define RTCCNT SFR_RW (SFR10_BASE + 0x1f*4)
- #define RTCCON0 SFR_RW (SFR10_BASE + 0x20*4)
- #define RTCCON1 SFR_RW (SFR10_BASE + 0x21*4)
- #define RTCCON2 SFR_RW (SFR10_BASE + 0x22*4)
- #define RTCCON3 SFR_RW (SFR10_BASE + 0x23*4)
- #define RTCCON4 SFR_RW (SFR10_BASE + 0x24*4)
- #define RTCCON5 SFR_RW (SFR10_BASE + 0x25*4)
- #define RTCCON6 SFR_RW (SFR10_BASE + 0x26*4)
- #define RTCCON7 SFR_RW (SFR10_BASE + 0x27*4)
- #define RTCCON8 SFR_RW (SFR10_BASE + 0x28*4)
- #define RTCCON9 SFR_RW (SFR10_BASE + 0x29*4)
- #define RTCCON10 SFR_RW (SFR10_BASE + 0x2a*4)
- #define RTCCON11 SFR_RW (SFR10_BASE + 0x2b*4)
- #define RTCCON12 SFR_RW (SFR10_BASE + 0x2c*4)
- #define RTCCON13 SFR_RW (SFR10_BASE + 0x2d*4)
- #define RTCCON14 SFR_RW (SFR10_BASE + 0x2e*4)
- #define RTCCON15 SFR_RW (SFR10_BASE + 0x2f*4)
- #define WPTCON SFR_RW (SFR10_BASE + 0x30*4)
- #define WPTPND SFR_RW (SFR10_BASE + 0x31*4)
- #define WPTADR SFR_RW (SFR10_BASE + 0x32*4)
- #define WPTDAT SFR_RW (SFR10_BASE + 0x33*4)
- #define FPGATBBGCLR SFR_RW (SFR10_BASE + 0x39*4)
- #define FPGATBBGSET SFR_RW (SFR10_BASE + 0x3a*4)
- #define FPGAUTCON SFR_RW (SFR10_BASE + 0x3b*4)
- #define FPGAUTDATA SFR_RW (SFR10_BASE + 0x3c*4)
- #define FPGAUTCPND SFR_RW (SFR10_BASE + 0x3d*4)
- #define FPGAUTBAUD SFR_RW (SFR10_BASE + 0x3e*4)
- #define FPGATEST SFR_RW (SFR10_BASE + 0x3f*4)
- #define FPGAUTCON2 SFR_RW (SFR11_BASE + 0x36*4)
- #define FPGAUTDATA2 SFR_RW (SFR11_BASE + 0x37*4)
- #define FPGAUTCPND2 SFR_RW (SFR11_BASE + 0x38*4)
- #define FPGAUTBAUD2 SFR_RW (SFR11_BASE + 0x39*4)
- #define TIM_CR1 SFR_RW (SFR12_BASE + 0x00*4)
- #define TIM_CR2 SFR_RW (SFR12_BASE + 0x01*4)
- #define TIM_SMCR SFR_RW (SFR12_BASE + 0x02*4)
- #define TIM_DIER SFR_RW (SFR12_BASE + 0x03*4)
- #define TIM_SR SFR_RW (SFR12_BASE + 0x04*4)
- #define TIM_EGR SFR_RW (SFR12_BASE + 0x05*4)
- #define TIM_CCMR1 SFR_RW (SFR12_BASE + 0x06*4)
- #define TIM_CCMR2 SFR_RW (SFR12_BASE + 0x07*4)
- #define TIM_CCER SFR_RW (SFR12_BASE + 0x08*4)
- #define TIM_CNT SFR_RW (SFR12_BASE + 0x09*4)
- #define TIM_PSC SFR_RW (SFR12_BASE + 0x0a*4)
- #define TIM_ARR SFR_RW (SFR12_BASE + 0x0b*4)
- #define TIM_RCR SFR_RW (SFR12_BASE + 0x0c*4)
- #define TIM_CCR1 SFR_RW (SFR12_BASE + 0x0d*4)
- #define TIM_CCR2 SFR_RW (SFR12_BASE + 0x0e*4)
- #define TIM_CCR3 SFR_RW (SFR12_BASE + 0x0f*4)
- #define TIM_CCR4 SFR_RW (SFR12_BASE + 0x10*4)
- #define TIM_BDTR SFR_RW (SFR12_BASE + 0x11*4)
- #define TIM_SARAD SFR_RW (SFR12_BASE + 0x12*4)
- #define LEDCCON SFR_RW (SFR12_BASE + 0x30*4)
- #define LEDCFD SFR_RW (SFR12_BASE + 0x31*4)
- #define LEDCLP SFR_RW (SFR12_BASE + 0x32*4)
- #define LEDCTIX SFR_RW (SFR12_BASE + 0x33*4)
- #define LEDCRSTX SFR_RW (SFR12_BASE + 0x34*4)
- #define LEDCADDR SFR_RW (SFR12_BASE + 0x35*4)
- #define LEDCCNT SFR_RW (SFR12_BASE + 0x36*4)
- #define LEDCPEND SFR_RW (SFR12_BASE + 0x37*4)
- // SFR bank13 define
- #define QDECXCON SFR_RW (SFR13_BASE + 0x00*4)
- #define QDECYCON SFR_RW (SFR13_BASE + 0x01*4)
- #define QDECZCON SFR_RW (SFR13_BASE + 0x02*4)
- #define QDECXCPND SFR_WO (SFR13_BASE + 0x03*4)
- #define QDECYCPND SFR_WO (SFR13_BASE + 0x04*4)
- #define QDECZCPND SFR_WO (SFR13_BASE + 0x05*4)
- #define QDECXDAT SFR_RW (SFR13_BASE + 0x06*4)
- #define QDECYDAT SFR_RW (SFR13_BASE + 0x07*4)
- #define QDECZDAT SFR_RW (SFR13_BASE + 0x08*4)
- #define SDADCCON SFR_RW (SFR13_BASE + 0x09*4)
- #define SDADCGAINCON SFR_RW (SFR13_BASE + 0x0a*4)
- #define SDADCGETDCCON SFR_RW (SFR13_BASE + 0x0b*4)
- #define SDADCDMACON SFR_RW (SFR13_BASE + 0x0c*4)
- #define SDADCDMAADDR SFR_RW (SFR13_BASE + 0x0d*4)
- #define SDADCDMASIZE SFR_RW (SFR13_BASE + 0x0e*4)
- #define SDADCDMAPEND SFR_RO (SFR13_BASE + 0x0f*4)
- #define SDADCDMACPND SFR_WO (SFR13_BASE + 0x10*4)
- #define SDADCRAMTADDR SFR_RW (SFR13_BASE + 0x11*4)
- #define SDADCRAMTDATA SFR_RW (SFR13_BASE + 0x12*4)
- #define DACDMAINCON SFR_RW (SFR13_BASE + 0x13*4)
- #define DACDMAINADDR SFR_RW (SFR13_BASE + 0x14*4)
- #define DACDMAINSIZE SFR_RW (SFR13_BASE + 0x15*4)
- #define DACDMAINPEND SFR_RO (SFR13_BASE + 0x16*4)
- #define DACDMAINCPND SFR_WO (SFR13_BASE + 0x17*4)
- #define SDDACCON SFR_RW (SFR13_BASE + 0x18*4)
- #define AUANGCON0 SFR_RW (SFR13_BASE + 0x19*4)
- #define AUANGCON1 SFR_RW (SFR13_BASE + 0x1a*4)
- #define LPWMSTCON SFR_RW (SFR13_BASE + 0x20*4)
- #define LPWMSWCON SFR_RW (SFR13_BASE + 0x21*4)
- #define LPWMCMCON SFR_RW (SFR13_BASE + 0x22*4)
- #define LPWMACON SFR_RW (SFR13_BASE + 0x23*4)
- #define LPWMBCON SFR_RW (SFR13_BASE + 0x24*4)
- #define LPWMCCON SFR_RW (SFR13_BASE + 0x25*4)
- #define LPWMDCON SFR_RW (SFR13_BASE + 0x26*4)
- #define LPWMECON SFR_RW (SFR13_BASE + 0x27*4)
- #define LPWMFCON SFR_RW (SFR13_BASE + 0x28*4)
- #define LPWMHLCON SFR_RW (SFR13_BASE + 0x29*4)
- #define LPWMPND SFR_RW (SFR13_BASE + 0x2a*4)
- #ifndef __ASSEMBLER__
- enum funo_select_tbl {
- FO_AUDIO = 2,
- FO_SDIO = 3,
- FO_I2CSCL = 5,
- FO_I2CSDA,
- FO_T3PWM0,
- FO_T3PWM1,
- FO_T3PWM2,
- FO_TOC1, //10
- FO_TOC1N,
- FO_TOC2,
- FO_TOC2N,
- FO_TOC3,
- FO_TOC3N, //15
- FO_TOC4,
- FO_UR0TX,
- FO_UR1TX,
- FO_HURTX,
- FO_HURRTS, //20
- FO_SPI1D0,
- FO_SPI1D1,
- FO_SPI1D2,
- FO_SPI1D3,
- FO_SPI1CLK, //25
- FO_LPWM,
- FO_LEDCDAT,
- FO_IRTX,
- FO_CLKOUT, //29
- };
- enum funi_io_tbl {
- FI_PA0 = 1,
- FI_PA1,
- FI_PA2,
- FI_PA3,
- FI_PA4,
- FI_PA5,
- FI_PA6,
- FI_PA7,
- FI_PA8,
- FI_PA9,
- FI_PA10,
- FI_PA11,
- FI_PA12,
- FI_PA13,
- FI_PA14,
- FI_PA15,
- FI_PB0 = 17,
- FI_PB1,
- FI_PB2,
- FI_PB3,
- FI_PB4,
- FI_PB5,
- FI_PB6,
- FI_PB7,
- FI_PB8,
- FI_PB9,
- FI_PG1,
- FI_PG2,
- FI_PG4,
- FI_PG5,
- };
- #endif
- #define FUNO_PA0SEL(funo_sel) FUNCOMCON0 = (funo_sel<< 0)
- #define FUNO_PA1SEL(funo_sel) FUNCOMCON0 = (funo_sel<< 8)
- #define FUNO_PA2SEL(funo_sel) FUNCOMCON0 = (funo_sel<<16)
- #define FUNO_PA3SEL(funo_sel) FUNCOMCON0 = (funo_sel<<24)
- #define FUNO_PA4SEL(funo_sel) FUNCOMCON1 = (funo_sel<< 0)
- #define FUNO_PA5SEL(funo_sel) FUNCOMCON1 = (funo_sel<< 8)
- #define FUNO_PA6SEL(funo_sel) FUNCOMCON1 = (funo_sel<<16)
- #define FUNO_PA7SEL(funo_sel) FUNCOMCON1 = (funo_sel<<24)
- #define FUNO_PA8SEL(funo_sel) FUNCOMCON2 = (funo_sel<< 0)
- #define FUNO_PA9SEL(funo_sel) FUNCOMCON2 = (funo_sel<< 8)
- #define FUNO_PA10SEL(funo_sel) FUNCOMCON2 = (funo_sel<<16)
- #define FUNO_PA11SEL(funo_sel) FUNCOMCON2 = (funo_sel<<24)
- #define FUNO_PA12SEL(funo_sel) FUNCOMCON3 = (funo_sel<< 0)
- #define FUNO_PA13SEL(funo_sel) FUNCOMCON3 = (funo_sel<< 8)
- #define FUNO_PA14SEL(funo_sel) FUNCOMCON3 = (funo_sel<<16)
- #define FUNO_PA15SEL(funo_sel) FUNCOMCON3 = (funo_sel<<24)
- #define FUNO_PB0SEL(funo_sel) FUNCOMCON4 = (funo_sel<< 0)
- #define FUNO_PB1SEL(funo_sel) FUNCOMCON4 = (funo_sel<< 8)
- #define FUNO_PB2SEL(funo_sel) FUNCOMCON4 = (funo_sel<<16)
- #define FUNO_PB3SEL(funo_sel) FUNCOMCON4 = (funo_sel<<24)
- #define FUNO_PB4SEL(funo_sel) FUNCOMCON5 = (funo_sel<< 0)
- #define FUNO_PB5SEL(funo_sel) FUNCOMCON5 = (funo_sel<< 8)
- #define FUNO_PB6SEL(funo_sel) FUNCOMCON5 = (funo_sel<<16)
- #define FUNO_PB7SEL(funo_sel) FUNCOMCON5 = (funo_sel<<24)
- #define FUNO_PB8SEL(funo_sel) FUNCOMCON6 = (funo_sel<< 0)
- #define FUNO_PB9SEL(funo_sel) FUNCOMCON6 = (funo_sel<< 8)
- #define FUNO_PG1SEL(funo_sel) FUNCOMCON7 = (funo_sel<< 0)
- #define FUNO_PG2SEL(funo_sel) FUNCOMCON7 = (funo_sel<< 8)
- #define FUNO_PG4SEL(funo_sel) FUNCOMCON7 = (funo_sel<<16)
- #define FUNO_PG5SEL(funo_sel) FUNCOMCON7 = (funo_sel<<24)
- #define FUNI_UR0RX(funi_io) FUNCIMCON0 = (funi_io<< 0) //0
- #define FUNI_UR1RX(funi_io) FUNCIMCON0 = (funi_io<< 8)
- #define FUNI_SPI1CLK(funi_io) FUNCIMCON0 = (funi_io<<16)
- #define FUNI_SPI1DI0(funi_io) FUNCIMCON0 = (funi_io<<24)
- #define FUNI_SPI1DI1(funi_io) FUNCIMCON1 = (funi_io<< 0) //4
- #define FUNI_HURRX(funi_io) FUNCIMCON1 = (funi_io<< 8)
- #define FUNI_HURCTS(funi_io) FUNCIMCON1 = (funi_io<<16)
- #define FUNI_T0CAP(funi_io) FUNCIMCON1 = (funi_io<<24)
- #define FUNI_T1CAP(funi_io) FUNCIMCON2 = (funi_io<< 0) //8
- #define FUNI_T2CAP(funi_io) FUNCIMCON2 = (funi_io<< 8)
- #define FUNI_T3CAP(funi_io) FUNCIMCON2 = (funi_io<<16)
- #define FUNI_TBKIN(funi_io) FUNCIMCON2 = (funi_io<<24)
- #define FUNI_TETR(funi_io) FUNCIMCON3 = (funi_io<< 0) //12
- #define FUNI_I2CSCL(funi_io) FUNCIMCON3 = (funi_io<< 8)
- #define FUNI_I2CSDA(funi_io) FUNCIMCON3 = (funi_io<<16)
- #define FUNI_IRRX(funi_io) FUNCIMCON3 = (funi_io<<24)
- #define FUNI_QDECXDI0(funi_io) FUNCIMCON4 = (funi_io<< 0) //16
- #define FUNI_QDECXDI1(funi_io) FUNCIMCON4 = (funi_io<< 8)
- #define FUNI_QDECYDI0(funi_io) FUNCIMCON4 = (funi_io<<16)
- #define FUNI_QDECYDI1(funi_io) FUNCIMCON4 = (funi_io<<24)
- #define FUNI_QDECZDI0(funi_io) FUNCIMCON5 = (funi_io<< 0) //20
- #define FUNI_QDECZDI1(funi_io) FUNCIMCON5 = (funi_io<< 8)
- #define FUNI_SDCMD(funi_io) FUNCIMCON5 = (funi_io<<16)
- #define FUNI_SDDAT0(funi_io) FUNCIMCON5 = (funi_io<<24)
- #define FUNI_SPI0CLK(funi_io) FUNCIMCON6 = (funi_io<< 0) //24
- #define FUNI_SPI0DI0(funi_io) FUNCIMCON6 = (funi_io<< 8)
- #define FUNI_SP10DI1(funi_io) FUNCIMCON6 = (funi_io<<16)
- #define FUNI_CH27(funi_io) FUNCIMCON6 = (funi_io<<24)
- #endif
|