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

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

?? app.c

?? 主要用于無線傳感網絡的編寫的書籍.對于初學者有著很大的用處
?? C
?? 第 1 頁 / 共 5 頁
字號:
  NUM_TIMERS = 7};# 49 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/types/AM.h"enum __nesc_unnamed4261 {  TOS_BCAST_ADDR = 0xffff,   TOS_UART_ADDR = 0x007e};enum __nesc_unnamed4262 {  TOS_DEFAULT_AM_GROUP = 0x7d};uint8_t TOS_AM_GROUP = TOS_DEFAULT_AM_GROUP;#line 84typedef struct TOS_Msg {  uint16_t addr;  uint8_t type;  uint8_t group;  uint8_t length;  int8_t data[29];  uint16_t crc;  uint16_t strength;  uint8_t ack;  uint16_t time;  uint8_t sendSecurityMode;  uint8_t receiveSecurityMode;} TOS_Msg;typedef struct TOS_Msg_TinySecCompat {  uint16_t addr;  uint8_t type;  uint8_t length;  uint8_t group;  int8_t data[29];  uint16_t crc;  uint16_t strength;  uint8_t ack;  uint16_t time;  uint8_t sendSecurityMode;  uint8_t receiveSecurityMode;} TOS_Msg_TinySecCompat;typedef struct TinySec_Msg {  uint16_t addr;  uint8_t type;  uint8_t length;  uint8_t iv[4];  uint8_t enc[29];  uint8_t mac[4];  uint8_t calc_mac[4];  uint8_t ack_byte;  bool cryptoDone;  bool receiveDone;  bool MACcomputed;} __attribute((packed))  TinySec_Msg;enum __nesc_unnamed4263 {  MSG_DATA_SIZE = (size_t )& ((struct TOS_Msg *)0)->crc + sizeof(uint16_t ),   TINYSEC_MSG_DATA_SIZE = (size_t )& ((struct TinySec_Msg *)0)->mac + 4,   DATA_LENGTH = 29,   LENGTH_BYTE_NUMBER = (size_t )& ((struct TOS_Msg *)0)->length + 1,   TINYSEC_NODE_ID_SIZE = sizeof(uint16_t )};enum __nesc_unnamed4264 {  TINYSEC_AUTH_ONLY = 1,   TINYSEC_ENCRYPT_AND_AUTH = 2,   TINYSEC_DISABLED = 3,   TINYSEC_RECEIVE_AUTHENTICATED = 4,   TINYSEC_RECEIVE_CRC = 5,   TINYSEC_RECEIVE_ANY = 6,   TINYSEC_ENABLED_BIT = 128,   TINYSEC_ENCRYPT_ENABLED_BIT = 64} __attribute((packed)) ;typedef TOS_Msg *TOS_MsgPtr;# 33 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/platform/mica128/Clock.h"enum __nesc_unnamed4265 {  TOS_I1000PS = 32, TOS_S1000PS = 1,   TOS_I100PS = 40, TOS_S100PS = 2,   TOS_I10PS = 101, TOS_S10PS = 3,   TOS_I1024PS = 0, TOS_S1024PS = 3,   TOS_I512PS = 1, TOS_S512PS = 3,   TOS_I256PS = 3, TOS_S256PS = 3,   TOS_I128PS = 7, TOS_S128PS = 3,   TOS_I64PS = 15, TOS_S64PS = 3,   TOS_I32PS = 31, TOS_S32PS = 3,   TOS_I16PS = 63, TOS_S16PS = 3,   TOS_I8PS = 127, TOS_S8PS = 3,   TOS_I4PS = 255, TOS_S4PS = 3,   TOS_I2PS = 15, TOS_S2PS = 7,   TOS_I1PS = 31, TOS_S1PS = 7,   TOS_I0PS = 0, TOS_S0PS = 0};enum __nesc_unnamed4266 {  DEFAULT_SCALE = 3, DEFAULT_INTERVAL = 127};# 31 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/platform/avrmote/crc.h"uint16_t __attribute((__progmem__)) crcTable[256] = { 0x0000, 0x1021, 0x2042, 0x3063, 0x4084, 0x50a5, 0x60c6, 0x70e7, 0x8108, 0x9129, 0xa14a, 0xb16b, 0xc18c, 0xd1ad, 0xe1ce, 0xf1ef, 0x1231, 0x0210, 0x3273, 0x2252, 0x52b5, 0x4294, 0x72f7, 0x62d6, 0x9339, 0x8318, 0xb37b, 0xa35a, 0xd3bd, 0xc39c, 0xf3ff, 0xe3de, 0x2462, 0x3443, 0x0420, 0x1401, 0x64e6, 0x74c7, 0x44a4, 0x5485, 0xa56a, 0xb54b, 0x8528, 0x9509, 0xe5ee, 0xf5cf, 0xc5ac, 0xd58d, 0x3653, 0x2672, 0x1611, 0x0630, 0x76d7, 0x66f6, 0x5695, 0x46b4, 0xb75b, 0xa77a, 0x9719, 0x8738, 0xf7df, 0xe7fe, 0xd79d, 0xc7bc, 0x48c4, 0x58e5, 0x6886, 0x78a7, 0x0840, 0x1861, 0x2802, 0x3823, 0xc9cc, 0xd9ed, 0xe98e, 0xf9af, 0x8948, 0x9969, 0xa90a, 0xb92b, 0x5af5, 0x4ad4, 0x7ab7, 0x6a96, 0x1a71, 0x0a50, 0x3a33, 0x2a12, 0xdbfd, 0xcbdc, 0xfbbf, 0xeb9e, 0x9b79, 0x8b58, 0xbb3b, 0xab1a, 0x6ca6, 0x7c87, 0x4ce4, 0x5cc5, 0x2c22, 0x3c03, 0x0c60, 0x1c41, 0xedae, 0xfd8f, 0xcdec, 0xddcd, 0xad2a, 0xbd0b, 0x8d68, 0x9d49, 0x7e97, 0x6eb6, 0x5ed5, 0x4ef4, 0x3e13, 0x2e32, 0x1e51, 0x0e70, 0xff9f, 0xefbe, 0xdfdd, 0xcffc, 0xbf1b, 0xaf3a, 0x9f59, 0x8f78, 0x9188, 0x81a9, 0xb1ca, 0xa1eb, 0xd10c, 0xc12d, 0xf14e, 0xe16f, 0x1080, 0x00a1, 0x30c2, 0x20e3, 0x5004, 0x4025, 0x7046, 0x6067, 0x83b9, 0x9398, 0xa3fb, 0xb3da, 0xc33d, 0xd31c, 0xe37f, 0xf35e, 0x02b1, 0x1290, 0x22f3, 0x32d2, 0x4235, 0x5214, 0x6277, 0x7256, 0xb5ea, 0xa5cb, 0x95a8, 0x8589, 0xf56e, 0xe54f, 0xd52c, 0xc50d, 0x34e2, 0x24c3, 0x14a0, 0x0481, 0x7466, 0x6447, 0x5424, 0x4405, 0xa7db, 0xb7fa, 0x8799, 0x97b8, 0xe75f, 0xf77e, 0xc71d, 0xd73c, 0x26d3, 0x36f2, 0x0691, 0x16b0, 0x6657, 0x7676, 0x4615, 0x5634, 0xd94c, 0xc96d, 0xf90e, 0xe92f, 0x99c8, 0x89e9, 0xb98a, 0xa9ab, 0x5844, 0x4865, 0x7806, 0x6827, 0x18c0, 0x08e1, 0x3882, 0x28a3, 0xcb7d, 0xdb5c, 0xeb3f, 0xfb1e, 0x8bf9, 0x9bd8, 0xabbb, 0xbb9a, 0x4a75, 0x5a54, 0x6a37, 0x7a16, 0x0af1, 0x1ad0, 0x2ab3, 0x3a92, 0xfd2e, 0xed0f, 0xdd6c, 0xcd4d, 0xbdaa, 0xad8b, 0x9de8, 0x8dc9, 0x7c26, 0x6c07, 0x5c64, 0x4c45, 0x3ca2, 0x2c83, 0x1ce0, 0x0cc1, 0xef1f, 0xff3e, 0xcf5d, 0xdf7c, 0xaf9b, 0xbfba, 0x8fd9, 0x9ff8, 0x6e17, 0x7e36, 0x4e55, 0x5e74, 0x2e93, 0x3eb2, 0x0ed1, 0x1ef0 };static inline uint16_t crcByte(uint16_t oldCrc, uint8_t byte);# 35 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/ADC.h"enum __nesc_unnamed4267 {  TOS_ADCSample3750ns = 0,   TOS_ADCSample7500ns = 1,   TOS_ADCSample15us = 2,   TOS_ADCSample30us = 3,   TOS_ADCSample60us = 4,   TOS_ADCSample120us = 5,   TOS_ADCSample240us = 6,   TOS_ADCSample480us = 7};static  result_t PotM$Pot$init(uint8_t arg_0xa2e9d48);static  result_t HPLPotC$Pot$finalise(void);static  result_t HPLPotC$Pot$decrease(void);static  result_t HPLPotC$Pot$increase(void);static  result_t HPLInit$init(void);static  TOS_MsgPtr AnycastM$ReceiveMsg$receive(TOS_MsgPtr arg_0xa3568f8);static  result_t AnycastM$Sensor_Timer$fired(void);static  result_t AnycastM$Table_Timer$fired(void);static  result_t AnycastM$Sleep_Timer$fired(void);static  result_t AnycastM$SendMsg$sendDone(TOS_MsgPtr arg_0xa3486c8, result_t arg_0xa348818);static  result_t AnycastM$StdControl$init(void);static  result_t AnycastM$StdControl$start(void);static   result_t TimerM$Clock$fire(void);static  result_t TimerM$StdControl$init(void);static  result_t TimerM$StdControl$start(void);static  result_t TimerM$Timer$default$fired(uint8_t arg_0xa385188);static  result_t TimerM$Timer$start(uint8_t arg_0xa385188, char arg_0xa32b868, uint32_t arg_0xa32b9c0);static  result_t TimerM$Timer$stop(uint8_t arg_0xa385188);static   void HPLClock$Clock$setInterval(uint8_t arg_0xa3a37f8);static   uint8_t HPLClock$Clock$readCounter(void);static   result_t HPLClock$Clock$setRate(char arg_0xa3a2cf8, char arg_0xa3a2e38);static   uint8_t HPLClock$Clock$getInterval(void);static   uint8_t HPLPowerManagementM$PowerManagement$adjustPower(void);static   result_t LedsC$Leds$yellowOff(void);static   result_t LedsC$Leds$yellowOn(void);static   result_t LedsC$Leds$init(void);static   result_t LedsC$Leds$greenOff(void);static   result_t LedsC$Leds$redOff(void);static   result_t LedsC$Leds$greenToggle(void);static   result_t LedsC$Leds$yellowToggle(void);static   result_t LedsC$Leds$redToggle(void);static   result_t LedsC$Leds$redOn(void);static   result_t LedsC$Leds$greenOn(void);static  TOS_MsgPtr AMStandard$ReceiveMsg$default$receive(uint8_t arg_0xa42f278, TOS_MsgPtr arg_0xa3568f8);static  result_t AMStandard$ActivityTimer$fired(void);static  result_t AMStandard$UARTSend$sendDone(TOS_MsgPtr arg_0xa42d408, result_t arg_0xa42d558);static  TOS_MsgPtr AMStandard$RadioReceive$receive(TOS_MsgPtr arg_0xa3568f8);static  result_t AMStandard$Control$init(void);static  result_t AMStandard$Control$start(void);static  result_t AMStandard$default$sendDone(void);static  result_t AMStandard$RadioSend$sendDone(TOS_MsgPtr arg_0xa42d408, result_t arg_0xa42d558);static  result_t AMStandard$SendMsg$send(uint8_t arg_0xa42ecc0, uint16_t arg_0xa348010, uint8_t arg_0xa348158, TOS_MsgPtr arg_0xa3482a8);static  result_t AMStandard$SendMsg$default$sendDone(uint8_t arg_0xa42ecc0, TOS_MsgPtr arg_0xa3486c8, result_t arg_0xa348818);static  TOS_MsgPtr AMStandard$UARTReceive$receive(TOS_MsgPtr arg_0xa3568f8);static  result_t CC1000RadioIntM$SquelchTimer$fired(void);static  result_t CC1000RadioIntM$Send$send(TOS_MsgPtr arg_0xa42cef0);static   result_t CC1000RadioIntM$SpiByteFifo$dataReady(uint8_t arg_0xa49fc48);static  result_t CC1000RadioIntM$WakeupTimer$fired(void);static   void CC1000RadioIntM$RadioReceiveCoordinator$default$byte(TOS_MsgPtr arg_0xa455c08, uint8_t arg_0xa455d58);static   void CC1000RadioIntM$RadioReceiveCoordinator$default$blockTimer(void);static   void CC1000RadioIntM$RadioReceiveCoordinator$default$startSymbol(uint8_t arg_0xa4554f8, uint8_t arg_0xa455640, TOS_MsgPtr arg_0xa455790);static   void CC1000RadioIntM$RadioSendCoordinator$default$byte(TOS_MsgPtr arg_0xa455c08, uint8_t arg_0xa455d58);static   void CC1000RadioIntM$RadioSendCoordinator$default$blockTimer(void);static   void CC1000RadioIntM$RadioSendCoordinator$default$startSymbol(uint8_t arg_0xa4554f8, uint8_t arg_0xa455640, TOS_MsgPtr arg_0xa455790);static  result_t CC1000RadioIntM$StdControl$init(void);static  result_t CC1000RadioIntM$StdControl$start(void);static   result_t CC1000RadioIntM$RSSIADC$dataReady(uint16_t arg_0xa49ce68);static   int16_t CC1000RadioIntM$MacBackoff$default$initialBackoff(TOS_MsgPtr arg_0xa466fe0);static   int16_t CC1000RadioIntM$MacBackoff$default$congestionBackoff(TOS_MsgPtr arg_0xa467408);static  bool CC1000ControlM$CC1000Control$GetLOStatus(void);static   result_t CC1000ControlM$CC1000Control$RxMode(void);static  result_t CC1000ControlM$CC1000Control$BIASOn(void);static  uint32_t CC1000ControlM$CC1000Control$TuneManual(uint32_t arg_0xa459420);static   result_t CC1000ControlM$CC1000Control$TxMode(void);static  result_t CC1000ControlM$CC1000Control$SelectLock(uint8_t arg_0xa451180);static  result_t CC1000ControlM$StdControl$init(void);static  result_t CC1000ControlM$StdControl$start(void);static  result_t CC1000ControlM$StdControl$stop(void);static  result_t HPLCC1000M$HPLCC1000$init(void);static   uint8_t HPLCC1000M$HPLCC1000$read(uint8_t arg_0xa513308);static   result_t HPLCC1000M$HPLCC1000$write(uint8_t arg_0xa512d50, uint8_t arg_0xa512e98);static   uint16_t RandomLFSR$Random$rand(void);static   result_t RandomLFSR$Random$init(void);static   result_t ADCREFM$HPLADC$dataReady(uint16_t arg_0xa555a10);static   result_t ADCREFM$CalADC$default$dataReady(uint8_t arg_0xa55a800, uint16_t arg_0xa49ce68);static  result_t ADCREFM$ADCControl$bindPort(uint8_t arg_0xa48ec60, uint8_t arg_0xa48eda8);static  result_t ADCREFM$ADCControl$init(void);static   result_t ADCREFM$ADCControl$manualCalibrate(void);static   result_t ADCREFM$ADC$getData(uint8_t arg_0xa55a178);static   result_t ADCREFM$ADC$default$dataReady(uint8_t arg_0xa55a178, uint16_t arg_0xa49ce68);static  result_t ADCREFM$Timer$fired(void);static   result_t HPLADCM$ADC$bindPort(uint8_t arg_0xa5548b8, uint8_t arg_0xa554a00);static   result_t HPLADCM$ADC$init(void);static   result_t HPLADCM$ADC$samplePort(uint8_t arg_0xa554ee8);static   result_t HPLSpiM$SpiByteFifo$initSlave(void);static   result_t HPLSpiM$SpiByteFifo$disableIntr(void);static   result_t HPLSpiM$SpiByteFifo$writeByte(uint8_t arg_0xa49e490);static   result_t HPLSpiM$SpiByteFifo$enableIntr(void);static   result_t HPLSpiM$SpiByteFifo$txMode(void);static   result_t HPLSpiM$SpiByteFifo$rxMode(void);static   result_t FramerM$ByteComm$txDone(void);static   result_t FramerM$ByteComm$txByteReady(bool arg_0xa5cb800);static   result_t FramerM$ByteComm$rxByteReady(uint8_t arg_0xa5cb030, bool arg_0xa5cb178, uint16_t arg_0xa5cb2d0);static  result_t FramerM$BareSendMsg$send(TOS_MsgPtr arg_0xa42cef0);static  result_t FramerM$StdControl$init(void);static  result_t FramerM$StdControl$start(void);static  result_t FramerM$TokenReceiveMsg$ReflectToken(uint8_t arg_0xa5b2ed0);static  TOS_MsgPtr FramerAckM$ReceiveMsg$receive(TOS_MsgPtr arg_0xa3568f8);static  TOS_MsgPtr FramerAckM$TokenReceiveMsg$receive(TOS_MsgPtr arg_0xa5b2770, uint8_t arg_0xa5b28b8);static   result_t UARTM$HPLUART$get(uint8_t arg_0xa5fdb08);static   result_t UARTM$HPLUART$putDone(void);static   result_t UARTM$ByteComm$txByte(uint8_t arg_0xa5caba0);static  result_t UARTM$Control$init(void);static  result_t UARTM$Control$start(void);static   result_t HPLUART0M$UART$init(void);static   result_t HPLUART0M$UART$put(uint8_t arg_0xa5fd608);static  # 47 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/system/RealMain.nc"result_t RealMain$hardwareInit(void);static  # 78 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Pot.nc"result_t RealMain$Pot$init(uint8_t arg_0xa2e9d48);static  # 63 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/StdControl.nc"result_t RealMain$StdControl$init(void);static  result_t RealMain$StdControl$start(void);# 54 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/system/RealMain.nc"int   main(void);static  # 74 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/HPLPot.nc"result_t PotM$HPLPot$finalise(void);static  #line 59result_t PotM$HPLPot$decrease(void);static  result_t PotM$HPLPot$increase(void);# 91 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/system/PotM.nc"uint8_t PotM$potSetting;static inline void PotM$setPot(uint8_t value);static inline  #line 106result_t PotM$Pot$init(uint8_t initialSetting);static inline  # 57 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/platform/mica2/HPLPotC.nc"result_t HPLPotC$Pot$decrease(void);static inline  result_t HPLPotC$Pot$increase(void);static inline  result_t HPLPotC$Pot$finalise(void);static inline  # 57 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc"result_t HPLInit$init(void);static  # 59 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.nc"result_t AnycastM$Sensor_Timer$start(char arg_0xa32b868, uint32_t arg_0xa32b9c0);static  #line 59result_t AnycastM$Table_Timer$start(char arg_0xa32b868, uint32_t arg_0xa32b9c0);static  # 63 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/StdControl.nc"result_t AnycastM$CommControl$init(void);static  result_t AnycastM$CommControl$start(void);static  # 68 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.nc"result_t AnycastM$Sleep_Timer$stop(void);static   # 56 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Leds.nc"result_t AnycastM$Leds$init(void);static   #line 106result_t AnycastM$Leds$greenToggle(void);static   #line 131result_t AnycastM$Leds$yellowToggle(void);static   #line 81result_t AnycastM$Leds$redToggle(void);static  # 48 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/SendMsg.nc"result_t AnycastM$SendMsg$send(uint16_t arg_0xa348010, uint8_t arg_0xa348158, TOS_MsgPtr arg_0xa3482a8);# 61 "AnycastM.nc"TOS_Msg AnycastM$msg[2];TOS_Msg AnycastM$jmsg[2];TOS_Msg AnycastM$fmsg[2];uint8_t AnycastM$currentMsg;uint8_t AnycastM$jcurrentMsg;uint8_t AnycastM$fcurrentMsg;struct Mrouting *AnycastM$rtable[ROUTING_TABLE];bool AnycastM$sleeping;uint8_t AnycastM$sequences;static uint8_t AnycastM$find_entry(void);static inline  result_t AnycastM$StdControl$init(void);static inline  #line 103result_t AnycastM$StdControl$start(void);static inline  #line 124result_t AnycastM$Table_Timer$fired(void);static inline  #line 143result_t AnycastM$Sleep_Timer$fired(void);static inline  result_t AnycastM$Sensor_Timer$fired(void);static inline  #line 188result_t AnycastM$SendMsg$sendDone(TOS_MsgPtr sent, result_t success);static inline #line 201void AnycastM$doJoin(TOS_MsgPtr rmsg);static #line 302uint8_t AnycastM$find_entry(void);static inline #line 328void AnycastM$doData(TOS_MsgPtr rmsg);static inline  #line 359TOS_MsgPtr AnycastM$ReceiveMsg$receive(TOS_MsgPtr rmsg);static   # 41 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/PowerManagement.nc"uint8_t TimerM$PowerManagement$adjustPower(void);static   # 105 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Clock.nc"void TimerM$Clock$setInterval(uint8_t arg_0xa3a37f8);static   #line 153uint8_t TimerM$Clock$readCounter(void);static   #line 96result_t TimerM$Clock$setRate(char arg_0xa3a2cf8, char arg_0xa3a2e38);static   #line 121uint8_t TimerM$Clock$getInterval(void);static  # 73 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.nc"result_t TimerM$Timer$fired(# 49 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/system/TimerM.nc"uint8_t arg_0xa385188);uint32_t TimerM$mState;uint8_t TimerM$setIntervalFlag;uint8_t TimerM$mScale;#line 61uint8_t TimerM$mInterval;int8_t TimerM$queue_head;int8_t TimerM$queue_tail;uint8_t TimerM$queue_size;uint8_t TimerM$queue[NUM_TIMERS];volatile uint16_t TimerM$interval_outstanding;struct TimerM$timer_s {  uint8_t type;  int32_t ticks;  int32_t ticksLeft;} TimerM$mTimerList[NUM_TIMERS];enum TimerM$__nesc_unnamed4268 {  TimerM$maxTimerInterval = 230};static  result_t TimerM$StdControl$init(void);static inline  result_t TimerM$StdControl$start(void);static  result_t TimerM$Timer$start(uint8_t id, char type, uint32_t interval);#line 129static void TimerM$adjustInterval(void);static  #line 168result_t TimerM$Timer$stop(uint8_t id);static inline   #line 182result_t TimerM$Timer$default$fired(uint8_t id);static inline void TimerM$enqueue(uint8_t value);static inline uint8_t TimerM$dequeue(void);static inline  void TimerM$signalOneTimer(void);static inline  void TimerM$HandleFire(void);static inline   #line 253result_t TimerM$Clock$fire(void);static   # 180 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/interfaces/Clock.nc"result_t HPLClock$Clock$fire(void);# 54 "C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/platform/mica/HPLClock.nc"uint8_t HPLClock$set_flag;uint8_t HPLClock$mscale;#line 55uint8_t HPLClock$nextScale;#line 55uint8_t HPLClock$minterval;static inline   #line 87void HPLClock$Clock$setInterval(uint8_t value);static inline   

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美麻豆精品久久久久久| 伦理电影国产精品| 91成人免费在线| 亚洲九九爱视频| 色94色欧美sute亚洲线路二| 国产精品不卡在线观看| 91蝌蚪porny九色| 一区二区成人在线视频| 欧美午夜精品久久久久久孕妇| 亚洲第一狼人社区| 91精品国产欧美一区二区18| 麻豆成人久久精品二区三区红 | 天涯成人国产亚洲精品一区av| 欧美日韩精品欧美日韩精品 | 亚洲欧美日韩国产一区二区三区 | 日韩欧美电影一区| 国产成人亚洲综合a∨婷婷图片| 国产日韩欧美不卡在线| 色综合一区二区| 奇米影视一区二区三区| 久久久久久**毛片大全| 日本高清不卡aⅴ免费网站| 亚洲成人av一区| 久久99精品国产| 午夜国产精品影院在线观看| 午夜精品影院在线观看| 国内成人精品2018免费看| 欧美精品在线一区二区| 国产精品久久久久久久久久免费看| 不卡一区二区三区四区| 亚洲国产精品久久人人爱蜜臀| 日韩精品中午字幕| av毛片久久久久**hd| 日韩国产成人精品| 国产精品污污网站在线观看| 欧美日韩免费观看一区二区三区 | 久久99久久久欧美国产| 中文字幕一区三区| 日韩精品专区在线影院重磅| 91在线视频在线| 奇米777欧美一区二区| xfplay精品久久| 国产精品美女久久久久久久久久久| 免费在线一区观看| 一区二区三区免费观看| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 欧美精品一区二区三区蜜桃视频| 97久久超碰精品国产| 国产一区二区在线观看视频| 亚洲午夜久久久| 国产精品久久毛片av大全日韩| 日韩欧美国产综合一区| 91成人在线免费观看| 成人性色生活片| 国产最新精品精品你懂的| 亚洲国产视频一区二区| 久久一区二区视频| 欧美日韩午夜在线| www.99精品| 国产剧情一区二区三区| 精品久久久久久久一区二区蜜臀| www.欧美亚洲| 国产一区二区精品在线观看| 亚洲成人综合网站| 国产精品美女www爽爽爽| 日韩写真欧美这视频| 91美女视频网站| 福利视频网站一区二区三区| 三级久久三级久久| 亚洲精品成人在线| wwwwxxxxx欧美| 欧美吻胸吃奶大尺度电影| 99天天综合性| 国产精品99久久久久久有的能看| 亚洲综合免费观看高清完整版在线| 亚洲国产精品激情在线观看| 日韩美女视频在线| 精品视频在线视频| 在线观看日韩电影| 在线一区二区三区| av动漫一区二区| 成人免费视频一区二区| 国产精品456| 美国十次了思思久久精品导航| 麻豆91在线播放免费| 强制捆绑调教一区二区| 亚洲aⅴ怡春院| 偷偷要91色婷婷| 亚洲综合色自拍一区| 亚洲精选免费视频| 亚洲免费看黄网站| 中文字幕五月欧美| 国产精品久久久久一区二区三区| 国产校园另类小说区| 久久久91精品国产一区二区三区| 欧美大片一区二区三区| 日韩欧美国产一区二区在线播放| 91麻豆精品91久久久久同性| 欧美精品xxxxbbbb| 日韩午夜电影av| 欧美日韩一级视频| 欧美色图一区二区三区| 欧美日韩国产综合一区二区| 欧美日韩精品一区二区天天拍小说| 在线观看视频一区二区| 欧美区视频在线观看| 91精品国产综合久久精品app| 欧美日韩久久久一区| 欧美一级国产精品| 精品国产91久久久久久久妲己 | 狠狠色狠狠色综合日日91app| 久久精品国产成人一区二区三区| 久草中文综合在线| 国产很黄免费观看久久| 99热99精品| 精品视频在线免费| 精品国产伦理网| 欧美另类z0zxhd电影| 久久亚洲春色中文字幕久久久| 国产精品午夜免费| 一区二区不卡在线视频 午夜欧美不卡在 | 一区二区三区免费看视频| 亚洲线精品一区二区三区八戒| 亚洲成人一区在线| 久久国产精品99久久久久久老狼| 国产aⅴ综合色| 欧美特级限制片免费在线观看| 在线成人av网站| 中文字幕不卡三区| 亚洲国产aⅴ天堂久久| 国产呦精品一区二区三区网站| www.成人网.com| 欧美亚洲国产怡红院影院| 久久免费午夜影院| 一区二区三区四区中文字幕| 久久成人av少妇免费| 色婷婷综合视频在线观看| 91精品国产综合久久精品图片| 欧美国产成人精品| 亚洲一区影音先锋| 久99久精品视频免费观看| 色综合亚洲欧洲| 在线成人小视频| 亚洲日本在线a| 国产一区二区三区四区在线观看 | 26uuu久久天堂性欧美| 一区二区三区精密机械公司| 久久精品国产一区二区三区免费看| 成人黄页毛片网站| 日韩一级片网址| 一区二区久久久| 成人综合婷婷国产精品久久 | 午夜精品久久久久久久99樱桃| 国产精品996| 日韩天堂在线观看| 亚洲地区一二三色| 99久久婷婷国产| 久久久www免费人成精品| 亚洲欧美偷拍三级| 激情综合色播激情啊| 欧美日韩国产123区| 亚洲免费在线电影| 成人一区在线看| 国产精品视频一区二区三区不卡| 秋霞影院一区二区| 欧日韩精品视频| 亚洲一二三区不卡| 99v久久综合狠狠综合久久| 国产亚洲成aⅴ人片在线观看| 日韩电影在线观看电影| 欧美图片一区二区三区| 亚洲精品亚洲人成人网在线播放| 国产精品白丝jk白祙喷水网站 | 欧美精品在线一区二区| 亚洲精品乱码久久久久| 成年人午夜久久久| 国产午夜精品福利| 国产精品一二三在| 久久无码av三级| 国产一区美女在线| 精品国产一区久久| 国产精品一品视频| 国产片一区二区| 国产91精品久久久久久久网曝门| 精品国产免费久久 | 国产一区福利在线| 久久久久久久久久看片| 国产一区 二区 三区一级| 日韩一区二区三区观看| 亚洲一区免费观看| 欧美伦理电影网| 久久精品国产第一区二区三区| 日韩视频在线一区二区| 久久99久久久久| 国产亚洲一二三区| 成人精品国产一区二区4080| 日韩欧美一区二区久久婷婷| 国产乱人伦偷精品视频不卡| 国产日本一区二区| 91麻豆蜜桃一区二区三区|