00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00040 #define RXMCR 0x00
00041
00042
00043
00044
00045 #define RXMCR_NOACKRSP 5
00046
00047 #define RXMCR_PANCOORD 3
00048 #define RXMCR_COORD 2
00049 #define RXMCR_ERRPKT 1
00050 #define RXMCR_PROMI 0
00051
00052 #define PANIDL 0x01
00053 #define PANIDH 0x02
00054 #define SADRL 0x03
00055 #define SADRH 0x04
00056 #define EADR0 0x05
00057 #define EADR1 0x06
00058 #define EADR2 0x07
00059 #define EADR3 0x08
00060 #define EADR4 0x09
00061 #define EADR5 0x0A
00062 #define EADR6 0x0B
00063 #define EADR7 0x0C
00064 #define RXFLUSH 0x0D
00065
00066
00067
00068 #define RXFLUSH_WAKEPOL 6
00069 #define RXFLUSH_WAKEPAD 5
00070
00071 #define RXFLUSH_CMDONLY 3
00072 #define RXFLUSH_DATAONLY 2
00073 #define RXFLUSH_BCNONLY 1
00074 #define RXFLUSH_RXFLUSH 0
00075
00076
00077
00078 #define ORDER 0x10
00079
00080
00081 #define ORDER_BO3 7
00082 #define ORDER_BO2 6
00083 #define ORDER_BO1 5
00084 #define ORDER_BO0 4
00085 #define ORDER_SO3 3
00086 #define ORDER_SO2 2
00087 #define ORDER_SO1 1
00088 #define ORDER_SO0 0
00089
00090 #define TXMCR 0x11
00091
00092
00093 #define TXMCR_NOCSMA 7
00094 #define TXMCR_BATLIFEXT 6
00095 #define TXMCR_SLOTTED 5
00096 #define TXMCR_MACMINBE1 4
00097 #define TXMCR_MACMINBE0 3
00098 #define TXMCR_CSMABF2 2
00099 #define TXMCR_CSMABF1 1
00100 #define TXMCR_CSMABF0 0
00101
00102 #define ACKTMOUT 0x12
00103
00104
00105 #define ACKTMOUT_DRPACK 7
00106 #define ACKTMOUT_MAWD6 6
00107 #define ACKTMOUT_MAWD5 5
00108 #define ACKTMOUT_MAWD4 4
00109 #define ACKTMOUT_MAWD3 3
00110 #define ACKTMOUT_MAWD2 2
00111 #define ACKTMOUT_MAWD1 1
00112 #define ACKTMOUT_MAWD0 0
00113
00114 #define ESLOTG1 0x13
00115 #define SYMTICKL 0x14
00116
00117
00118 #define SYMTICKL_TICKP7 7
00119 #define SYMTICKL_TICKP6 6
00120 #define SYMTICKL_TICKP5 5
00121 #define SYMTICKL_TICKP4 4
00122 #define SYMTICKL_TICKP3 3
00123 #define SYMTICKL_TICKP2 2
00124 #define SYMTICKL_TICKP1 1
00125 #define SYMTICKL_TICKP0 0
00126
00127 #define SYMTICKH 0x15
00128
00129
00130 #define SYMTICKH_TXONT6 7
00131 #define SYMTICKH_TXONT5 6
00132 #define SYMTICKH_TXONT4 5
00133 #define SYMTICKH_TXONT3 4
00134 #define SYMTICKH_TXONT2 3
00135 #define SYMTICKH_TXONT1 2
00136 #define SYMTICKH_TXONT0 1
00137 #define SYMTICKH_TICKP8 0
00138
00139 #define PACON0 0x16
00140
00141
00142 #define PACON0_PAONT7 7
00143 #define PACON0_PAONT6 6
00144 #define PACON0_PAONT5 5
00145 #define PACON0_PAONT4 4
00146 #define PACON0_PAONT3 3
00147 #define PACON0_PAONT2 2
00148 #define PACON0_PAONT1 1
00149 #define PACON0_PAONT0 0
00150
00151 #define PACON1 0x17
00152
00153
00154
00155
00156
00157 #define PACON1_PAONTS3 4
00158 #define PACON1_PAONTS2 3
00159 #define PACON1_PAONTS1 2
00160 #define PACON1_PAONTS0 1
00161 #define PACON1_PAONT8 0
00162
00163 #define PACON2 0x18
00164
00165
00166 #define PACON2_FIFOEN 7
00167
00168 #define PACON2_TXONTS3 5
00169 #define PACON2_TXONTS2 4
00170 #define PACON2_TXONTS1 3
00171 #define PACON2_TXONTS0 2
00172 #define PACON2_TXONT8 1
00173 #define PACON2_TXONT7 0
00174
00175
00176 #define TXBCON0 0x1A
00177
00178
00179
00180
00181
00182
00183
00184
00185 #define TXBCON0_TXBSECEN 1
00186 #define TXBCON0_TXBTRIG 0
00187
00188 #define TXNCON 0x1B
00189
00190
00191
00192
00193
00194 #define TXNCON_FPSTAT 4
00195 #define TXNCON_INDIRECT 3
00196 #define TXNCON_TXNACKREQ 2
00197 #define TXNCON_TXNSECEN 1
00198 #define TXNCON_TXNTRIG 0
00199
00200 #define TXG1CON 0x1C
00201
00202
00203 #define TXG1CON_TXG1RETRY1 7
00204 #define TXG1CON_TXG1RETRY0 6
00205 #define TXG1CON_TXG1SLOT2 5
00206 #define TXG1CON_TXG1SLOT1 4
00207 #define TXG1CON_TXG1SLOT0 3
00208 #define TXG1CON_TXG1ACKREQ 2
00209 #define TXG1CON_TXG1SECEN 1
00210 #define TXG1CON_TXG1TRIG 0
00211
00212 #define TXG2CON 0x1D
00213
00214
00215 #define TXG2CON_TXG2RETRY1 7
00216 #define TXG2CON_TXG2RETRY0 6
00217 #define TXG2CON_TXG2SLOT2 5
00218 #define TXG2CON_TXG2SLOT1 4
00219 #define TXG2CON_TXG2SLOT0 3
00220 #define TXG2CON_TXG2ACKREQ 2
00221 #define TXG2CON_TXG2SECEN 1
00222 #define TXG2CON_TXG2TRIG 0
00223
00224 #define ESLOTG23 0x1E
00225 #define ESLOTG45 0x1F
00226 #define ESLOTG67 0x20
00227 #define TXPEND 0x21
00228
00229
00230 #define TXPEND_MLIFS5 7
00231 #define TXPEND_MLIFS4 6
00232 #define TXPEND_MLIFS3 5
00233 #define TXPEND_MLIFS2 4
00234 #define TXPEND_MLIFS1 3
00235 #define TXPEND_MLIFS0 2
00236 #define TXPEND_GTSSWITCH 1
00237 #define TXPEND_FPACK 0
00238
00239 #define WAKECON 0x22
00240
00241
00242 #define WAKECON_IMMWAKE 7
00243 #define WAKECON_REGWAKE 6
00244
00245
00246
00247
00248
00249
00250
00251 #define FRMOFFSET 0x23
00252
00253
00254 #define FRMOFFSET_OFFSET7 7
00255 #define FRMOFFSET_OFFSET6 6
00256 #define FRMOFFSET_OFFSET5 5
00257 #define FRMOFFSET_OFFSET4 4
00258 #define FRMOFFSET_OFFSET3 3
00259 #define FRMOFFSET_OFFSET2 2
00260 #define FRMOFFSET_OFFSET1 1
00261 #define FRMOFFSET_OFFSET0 0
00262
00263 #define TXSTAT 0x24
00264
00265
00266 #define TXSTAT_TXNRETRY1 7
00267 #define TXSTAT_TXNRETRY0 6
00268 #define TXSTAT_CCAFAIL 5
00269 #define TXSTAT_TXG2FNT 4
00270 #define TXSTAT_TXG1FNT 3
00271 #define TXSTAT_TXG2STAT 2
00272 #define TXSTAT_TXG1STAT 1
00273 #define TXSTAT_TXNSTAT 0
00274
00275 #define TXBCON1 0x25
00276 #define GATECLK 0x26
00277
00278
00279
00280
00281
00282
00283 #define GATECLK_GTSON 3
00284
00285
00286
00287
00288 #define TXTIME 0x27
00289
00290
00291 #define TXTIME_TURNTIME3 7
00292 #define TXTIME_TURNTIME2 6
00293 #define TXTIME_TURNTIME1 5
00294 #define TXTIME_TURNTIME0 4
00295
00296
00297
00298
00299
00300 #define HSYMTMRL 0x28
00301
00302
00303 #define HSYMTMRL_HSYMTMR7 7
00304 #define HSYMTMRL_HSYMTMR6 6
00305 #define HSYMTMRL_HSYMTMR5 5
00306 #define HSYMTMRL_HSYMTMR4 4
00307 #define HSYMTMRL_HSYMTMR3 3
00308 #define HSYMTMRL_HSYMTMR2 2
00309 #define HSYMTMRL_HSYMTMR1 1
00310 #define HSYMTMRL_HSYMTMR0 0
00311
00312 #define HSYMTMRH 0x29
00313
00314
00315 #define HSYMTMRH_HSYMTMR15 7
00316 #define HSYMTMRH_HSYMTMR14 6
00317 #define HSYMTMRH_HSYMTMR13 5
00318 #define HSYMTMRH_HSYMTMR12 4
00319 #define HSYMTMRH_HSYMTMR11 3
00320 #define HSYMTMRH_HSYMTMR10 2
00321 #define HSYMTMRH_HSYMTMR09 1
00322 #define HSYMTMRH_HSYMTMR08 0
00323
00324 #define SOFTRST 0x2A
00325
00326
00327
00328
00329
00330
00331
00332 #define SOFTRST_RSTPWR 2
00333 #define SOFTRST_RSTBB 1
00334 #define SOFTRST_RSTMAC 0
00335
00336
00337 #define SECCON0 0x2C
00338
00339
00340 #define SECCON0_SECIGNORE 7
00341 #define SECCON0_SECSTART 6
00342 #define SECCON0_RXCIPHER2 5
00343 #define SECCON0_RXCIPHER1 4
00344 #define SECCON0_RXCIPHER0 3
00345 #define SECCON0_TXNCIPHER2 2
00346 #define SECCON0_TXNCIPHER1 1
00347 #define SECCON0_TXNCIPHER0 0
00348
00349 #define SECCON1 0x2D
00350
00351
00352
00353 #define SECCON1_TXBCIPHER2 6
00354 #define SECCON1_TXBCIPHER1 5
00355 #define SECCON1_TXBCIPHER0 4
00356
00357
00358 #define SECCON1_DISDEC 1
00359 #define SECCON1_DISENC 0
00360
00361 #define TXSTBL 0x2E
00362
00363
00364 #define TXSTBL_RFSTBL3 7
00365 #define TXSTBL_RFSTBL2 6
00366 #define TXSTBL_RFSTBL1 5
00367 #define TXSTBL_RFSTBL0 4
00368 #define TXSTBL_MSIFS3 3
00369 #define TXSTBL_MSIFS2 2
00370 #define TXSTBL_MSIFS1 1
00371 #define TXSTBL_MSIFS0 0
00372
00373
00374 #define RXSR 0x30
00375
00376
00377
00378 #define RXSR_UPSECERR 6
00379 #define RXSR_BATIND 5
00380
00381
00382
00383
00384
00385
00386 #define INTSTAT 0x31
00387
00388
00389 #define INTSTAT_SLPIF 7
00390 #define INTSTAT_WAKEIF 6
00391 #define INTSTAT_HSYMTMRIF 5
00392 #define INTSTAT_SECIF 4
00393 #define INTSTAT_RXIF 3
00394 #define INTSTAT_TXG2IF 2
00395 #define INTSTAT_TXG1IF 1
00396 #define INTSTAT_TXNIF 0
00397
00398 #define MRF_INTCON 0x32
00399
00400
00401 #define MRF_INTCON_SLPIE 7
00402 #define MRF_INTCON_WAKEIE 6
00403 #define MRF_INTCON_HSYMTMRIE 5
00404 #define MRF_INTCON_SECIE 4
00405 #define MRF_INTCON_RXIE 3
00406 #define MRF_INTCON_TXG2IE 2
00407 #define MRF_INTCON_TXG1IE 1
00408 #define MRF_INTCON_TXNIE 0
00409
00410 #define GPIO 0x33
00411
00412
00413
00414
00415 #define GPIO_GPIO5 5
00416 #define GPIO_GPIO4 4
00417 #define GPIO_GPIO3 3
00418 #define GPIO_GPIO2 2
00419 #define GPIO_GPIO1 1
00420 #define GPIO_GPIO0 0
00421
00422 #define TRISGPIO 0x34
00423
00424
00425
00426
00427 #define TRISGPIO_TRISGP5 5
00428 #define TRISGPIO_TRISGP4 4
00429 #define TRISGPIO_TRISGP3 3
00430 #define TRISGPIO_TRISGP2 2
00431 #define TRISGPIO_TRISGP1 1
00432 #define TRISGPIO_TRISGP0 0
00433
00434 #define SLPACK 0x35
00435
00436
00437 #define SLPACK_SLPACK 7
00438 #define SLPACK_WAKECNT6 6
00439 #define SLPACK_WAKECNT5 5
00440 #define SLPACK_WAKECNT4 4
00441 #define SLPACK_WAKECNT3 3
00442 #define SLPACK_WAKECNT2 2
00443 #define SLPACK_WAKECNT1 1
00444 #define SLPACK_WAKECNT0 0
00445
00446 #define RFCTL 0x36
00447
00448
00449
00450
00451
00452 #define RFCTL_WAKECNT8 4
00453 #define RFCTL_WAKECNT7 3
00454 #define RFCTL_RFRST 2
00455
00456
00457
00458 #define SECCR2 0x37
00459
00460
00461 #define SECCR2_UPDEC 7
00462 #define SECCR2_UPENC 6
00463 #define SECCR2_TXG2CIPHER2 5
00464 #define SECCR2_TXG2CIPHER1 4
00465 #define SECCR2_TXG2CIPHER0 3
00466 #define SECCR2_TXG1CIPHER2 2
00467 #define SECCR2_TXG1CIPHER1 1
00468 #define SECCR2_TXG1CIPHER0 0
00469
00470 #define BBREG0 0x38
00471
00472
00473
00474
00475
00476
00477
00478
00479
00480 #define BBREG0_TURBO 0
00481
00482 #define BBREG1 0x39
00483
00484
00485
00486
00487
00488
00489
00490 #define BBREG1_RXDECINV 2
00491
00492
00493
00494 #define BBREG2 0x3A
00495
00496
00497 #define BBREG2_CCAMODE1 7
00498 #define BBREG2_CCAMODE0 6
00499 #define BBREG2_CCACSTH3 5
00500 #define BBREG2_CCACSTH2 4
00501 #define BBREG2_CCACSTH1 3
00502 #define BBREG2_CCACSTH0 2
00503
00504
00505
00506 #define BBREG3 0x3B
00507
00508
00509 #define BBREG3_PREVALIDTH3 7
00510 #define BBREG3_PREVALIDTH2 6
00511 #define BBREG3_PREVALIDTH1 5
00512 #define BBREG3_PREVALIDTH0 4
00513 #define BBREG3_PREDETTH2 3
00514 #define BBREG3_PREDETTH1 2
00515 #define BBREG3_PREDETTH0 1
00516
00517
00518 #define BBREG4 0x3C
00519
00520
00521 #define BBREG4_CSTH2 7
00522 #define BBREG4_CSTH1 6
00523 #define BBREG4_CSTH0 5
00524 #define BBREG4_PRECNT2 4
00525 #define BBREG4_PRECNT1 3
00526 #define BBREG4_PRECNT0 2
00527
00528
00529
00530
00531 #define BBREG6 0x3E
00532
00533
00534 #define BBREG6_RSSIMODE1 7
00535 #define BBREG6_RSSIMODE2 6
00536
00537
00538
00539
00540
00541 #define BBREG6_RSSIRDY 0
00542
00543 #define CCAEDTH 0x3F
00544
00545
00546 #define CCAEDTH_CCAEDTH7 7
00547 #define CCAEDTH_CCAEDTH6 6
00548 #define CCAEDTH_CCAEDTH5 5
00549 #define CCAEDTH_CCAEDTH4 4
00550 #define CCAEDTH_CCAEDTH3 3
00551 #define CCAEDTH_CCAEDTH2 2
00552 #define CCAEDTH_CCAEDTH1 1
00553 #define CCAEDTH_CCAEDTH0 0
00554
00555 #define RFCON0 0x200
00556
00557
00558 #define RFCON0_CHANNEL3 7
00559 #define RFCON0_CHANNEL2 6
00560 #define RFCON0_CHANNEL1 5
00561 #define RFCON0_CHANNEL0 4
00562 #define RFCON0_RFOPT3 3
00563 #define RFCON0_RFOPT2 2
00564 #define RFCON0_RFOPT1 1
00565 #define RFCON0_RFOPT0 0
00566
00567 #define RFCON1 0x201
00568
00569
00570 #define RFCON1_VCOOPT7 7
00571 #define RFCON1_VCOOPT6 6
00572 #define RFCON1_VCOOPT5 5
00573 #define RFCON1_VCOOPT4 4
00574 #define RFCON1_VCOOPT3 3
00575 #define RFCON1_VCOOPT2 2
00576 #define RFCON1_VCOOPT1 1
00577 #define RFCON1_VCOOPT0 0
00578
00579 #define RFCON2 0x202
00580
00581
00582 #define RFCON2_PLLEN 7
00583
00584
00585
00586
00587
00588
00589
00590
00591 #define RFCON3 0x203
00592
00593
00594 #define RFCON3_TXPWRL1 7
00595 #define RFCON3_TXPWRL0 6
00596 #define RFCON3_TXPWRS2 5
00597 #define RFCON3_TXPWRS1 4
00598 #define RFCON3_TXPWRS0 3
00599
00600
00601
00602
00603
00604 #define RFCON5 0x205
00605
00606
00607 #define RFCON5_BATTH3 7
00608 #define RFCON5_BATTH2 6
00609 #define RFCON5_BATTH1 5
00610 #define RFCON5_BATTH0 4
00611
00612
00613
00614
00615
00616 #define RFCON6 0x206
00617
00618
00619 #define RFCON6_TXFIL 7
00620
00621
00622 #define RFCON6_20MRECVR 4
00623 #define RFCON6_BATEN 3
00624
00625
00626
00627
00628 #define RFCON7 0x207
00629
00630
00631 #define RFCON7_SLPCLKSEL1 7
00632 #define RFCON7_SLPCLKSEL0 6
00633
00634
00635
00636
00637 #define RFCON7_CLKOUTMODE1 1
00638 #define RFCON7_CLKOUTMODE0 0
00639
00640 #define RFCON8 0x208
00641
00642
00643
00644
00645
00646 #define RFCON8_RFVCO 4
00647
00648
00649
00650
00651
00652 #define SLPCAL0 0x209
00653
00654
00655 #define SLPCAL0_SLPCAL7 7
00656 #define SLPCAL0_SLPCAL6 6
00657 #define SLPCAL0_SLPCAL5 5
00658 #define SLPCAL0_SLPCAL4 4
00659 #define SLPCAL0_SLPCAL3 3
00660 #define SLPCAL0_SLPCAL2 2
00661 #define SLPCAL0_SLPCAL1 1
00662 #define SLPCAL0_SLPCAL0 0
00663
00664 #define SLPCAL1 0x20A
00665
00666
00667 #define SLPCAL1_SLPCAL15 7
00668 #define SLPCAL1_SLPCAL14 6
00669 #define SLPCAL1_SLPCAL13 5
00670 #define SLPCAL1_SLPCAL12 4
00671 #define SLPCAL1_SLPCAL11 3
00672 #define SLPCAL1_SLPCAL10 2
00673 #define SLPCAL1_SLPCAL9 1
00674 #define SLPCAL1_SLPCAL8 0
00675
00676 #define SLPCAL2 0x20B
00677
00678
00679 #define SLPCAL2_SLPCALRDY 7
00680
00681
00682 #define SLPCAL2_SLPCALEN 4
00683 #define SLPCAL2_SLPCAL19 3
00684 #define SLPCAL2_SLPCAL18 2
00685 #define SLPCAL2_SLPCAL17 1
00686 #define SLPCAL2_SLPCAL16 0
00687
00688
00689
00690
00691 #define RFSTATE 0x20F
00692
00693
00694 #define RFSTATE_RFSTATE2 7
00695 #define RFSTATE_RFSTATE1 6
00696 #define RFSTATE_RFSTATE0 5
00697
00698
00699
00700
00701
00702
00703 #define RSSI 0x210
00704
00705
00706 #define RSSI_RSSI7 7
00707 #define RSSI_RSSI6 6
00708 #define RSSI_RSSI5 5
00709 #define RSSI_RSSI4 4
00710 #define RSSI_RSSI3 3
00711 #define RSSI_RSSI2 2
00712 #define RSSI_RSSI1 1
00713 #define RSSI_RSSI0 0
00714
00715 #define SLPCON0 0x211
00716
00717
00718
00719
00720
00721
00722
00723
00724 #define SLPCON0_INTEDGE 1
00725 #define SLPCON0_SLPCLKEN 0
00726
00727
00728
00729
00730
00731
00732
00733
00734
00735
00736
00737
00738
00739
00740
00741 #define SLPCON1 0x220
00742
00743
00744
00745
00746 #define SLPCON1_CLKOUTEN 5
00747 #define SLPCON1_SLPCLKDIV4 4
00748 #define SLPCON1_SLPCLKDIV3 3
00749 #define SLPCON1_SLPCLKDIV2 2
00750 #define SLPCON1_SLPCLKDIV1 1
00751 #define SLPCON1_SLPCLKDIV0 0
00752
00753
00754 #define WAKETIMEL 0x222
00755
00756
00757 #define WAKETIMEL_WAKETIME7 7
00758 #define WAKETIMEL_WAKETIME6 6
00759 #define WAKETIMEL_WAKETIME5 5
00760 #define WAKETIMEL_WAKETIME4 4
00761 #define WAKETIMEL_WAKETIME3 3
00762 #define WAKETIMEL_WAKETIME2 2
00763 #define WAKETIMEL_WAKETIME1 1
00764 #define WAKETIMEL_WAKETIME0 0
00765
00766 #define WAKETIMEH 0x223
00767
00768
00769
00770
00771
00772
00773
00774 #define WAKETIMEH_WAKETIME10 2
00775 #define WAKETIMEH_WAKETIME9 1
00776 #define WAKETIMEH_WAKETIME8 0
00777
00778 #define REMCNTL 0x224
00779
00780
00781 #define REMCNTL_REMCNT7 7
00782 #define REMCNTL_REMCNT6 6
00783 #define REMCNTL_REMCNT5 5
00784 #define REMCNTL_REMCNT4 4
00785 #define REMCNTL_REMCNT3 3
00786 #define REMCNTL_REMCNT2 2
00787 #define REMCNTL_REMCNT1 1
00788 #define REMCNTL_REMCNT0 0
00789
00790 #define REMCNTH 0x225
00791
00792
00793 #define REMCNTH_REMCNT15 7
00794 #define REMCNTH_REMCNT14 6
00795 #define REMCNTH_REMCNT13 5
00796 #define REMCNTH_REMCNT12 4
00797 #define REMCNTH_REMCNT11 3
00798 #define REMCNTH_REMCNT10 2
00799 #define REMCNTH_REMCNT9 1
00800 #define REMCNTH_REMCNT8 0
00801
00802 #define MAINCNT0 0x226
00803
00804
00805 #define MAINCNT0_MAINCNT7 7
00806 #define MAINCNT0_MAINCNT6 6
00807 #define MAINCNT0_MAINCNT5 5
00808 #define MAINCNT0_MAINCNT4 4
00809 #define MAINCNT0_MAINCNT3 3
00810 #define MAINCNT0_MAINCNT2 2
00811 #define MAINCNT0_MAINCNT1 1
00812 #define MAINCNT0_MAINCNT0 0
00813
00814 #define MAINCNT1 0x227
00815
00816
00817 #define MAINCNT1_MAINCNT15 7
00818 #define MAINCNT1_MAINCNT14 6
00819 #define MAINCNT1_MAINCNT13 5
00820 #define MAINCNT1_MAINCNT12 4
00821 #define MAINCNT1_MAINCNT11 3
00822 #define MAINCNT1_MAINCNT10 2
00823 #define MAINCNT1_MAINCNT9 1
00824 #define MAINCNT1_MAINCNT8 0
00825
00826 #define MAINCNT2 0x228
00827
00828
00829 #define MAINCNT2_MAINCNT23 7
00830 #define MAINCNT2_MAINCNT22 6
00831 #define MAINCNT2_MAINCNT21 5
00832 #define MAINCNT2_MAINCNT20 4
00833 #define MAINCNT2_MAINCNT19 3
00834 #define MAINCNT2_MAINCNT18 2
00835 #define MAINCNT2_MAINCNT17 1
00836 #define MAINCNT2_MAINCNT16 0
00837
00838 #define MAINCNT3 0x229
00839
00840
00841 #define MAINCNT3_STARTCNT 7
00842
00843
00844
00845
00846
00847 #define MAINCNT3_MAINCNT25 1
00848 #define MAINCNT3_MAINCNT24 0
00849
00850
00851
00852
00853
00854
00855 #define TESTMODE 0x22F
00856
00857
00858
00859
00860
00861 #define TESTMODE_RSSIWAIT1 4
00862 #define TESTMODE_RSSIWAIT0 3
00863 #define TESTMODE_TESTMODE2 2
00864 #define TESTMODE_TESTMODE1 1
00865 #define TESTMODE_TESTMODE0 0
00866
00867 #define ASSOEADR0 0x230
00868 #define ASSOEADR1 0x231
00869 #define ASSOEADR2 0x232
00870 #define ASSOEADR3 0x233
00871 #define ASSOEADR4 0x234
00872 #define ASSOEADR5 0x235
00873 #define ASSOEADR6 0x236
00874 #define ASSOEADR7 0x237
00875 #define ASSOSADR0 0x238
00876 #define ASSOSADR1 0x239
00877
00878
00879
00880
00881
00882
00883 #define UPNONCE0 0x240
00884 #define UPNONCE1 0x241
00885 #define UPNONCE2 0x242
00886 #define UPNONCE3 0x243
00887 #define UPNONCE4 0x244
00888 #define UPNONCE5 0x245
00889 #define UPNONCE6 0x246
00890 #define UPNONCE7 0x247
00891 #define UPNONCE8 0x248
00892 #define UPNONCE9 0x249
00893 #define UPNONCE10 0x24A
00894 #define UPNONCE11 0x24B
00895 #define UPNONCE12 0x24C