📄 app.c
字号:
#line 19typedef struct __nesc_unnamed4255 { uint32_t unix_time; uint32_t user_hash; char program_name[IDENT_MAX_PROGRAM_NAME_LENGTH];} Ident_t;# 89 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\AM.h"enum __nesc_unnamed4256 { TOS_BCAST_ADDR = 0xffff, TOS_UART_ADDR = 0x007e};enum __nesc_unnamed4257 { TOS_DEFAULT_AM_GROUP = 0x7d};uint8_t TOS_AM_GROUP = TOS_DEFAULT_AM_GROUP;#line 156#line 132typedef struct TOS_Msg { uint8_t length; uint8_t fcfhi; uint8_t fcflo; uint8_t dsn; uint16_t destpan; uint16_t addr; uint8_t type; uint8_t group; int8_t data[29 + 3]; uint8_t strength; uint8_t lqi; bool crc; uint8_t ack; uint16_t time;} TOS_Msg;#line 158typedef struct TinySec_Msg { uint8_t invalid;} TinySec_Msg;#line 163typedef struct Ack_Msg { uint8_t length; uint8_t fcfhi; uint8_t fcflo; uint8_t dsn; uint8_t fcshi; uint8_t fcslo;} Ack_Msg;enum __nesc_unnamed4258 { MSG_HEADER_SIZE = (size_t )& ((struct TOS_Msg *)0)->data - 1, MSG_FOOTER_SIZE = 2, MSG_DATA_SIZE = (size_t )& ((struct TOS_Msg *)0)->strength + sizeof(uint16_t ), DATA_LENGTH = 29, LENGTH_BYTE_NUMBER = (size_t )& ((struct TOS_Msg *)0)->length + 1, TOS_HEADER_SIZE = 5};typedef TOS_Msg *TOS_MsgPtr;# 18 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.h"enum __nesc_unnamed4259 { TIMER_REPEAT = 0, TIMER_ONE_SHOT = 1, NUM_TIMERS = 5U};# 19 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\byteorder.h"static __inline int is_host_lsb(void);static __inline uint16_t toLSB16(uint16_t a);static __inline uint16_t fromLSB16(uint16_t a);# 11 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\HPLTimer1.h"enum __nesc_unnamed4260 { TCLK_CPU_OFF = 0, TCLK_CPU_DIV1 = 1, TCLK_CPU_DIV8 = 2, TCLK_CPU_DIV64 = 3, TCLK_CPU_DIV256 = 4, TCLK_CPU_DIV1024 = 5};enum __nesc_unnamed4261 { TIMER1_DEFAULT_SCALE = TCLK_CPU_DIV64, TIMER1_DEFAULT_INTERVAL = 255};# 13 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\Clock.h"enum __nesc_unnamed4262 { 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_unnamed4263 { DEFAULT_SCALE = 3, DEFAULT_INTERVAL = 127};# 12 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\crc.h"uint16_t crcTable[256] __attribute((__progmem__)) = { 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);# 57 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Pot.nc"static result_t PotM$Pot$init(uint8_t arg_0x1a5342c0);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\HPLPot.nc"static result_t HPLPotC$Pot$finalise(void);#line 38static result_t HPLPotC$Pot$decrease(void);static result_t HPLPotC$Pot$increase(void);# 32 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\HPLInit.nc"static result_t HPLInit$init(void);# 35 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Leds.nc"static result_t LedsC$Leds$init(void);#line 76static result_t LedsC$Leds$greenOff(void);static result_t LedsC$Leds$greenToggle(void);#line 68static result_t LedsC$Leds$greenOn(void);# 27 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SendMsg.nc"static result_t UartTestM$Send$sendDone(TOS_MsgPtr arg_0x1a5d07d8, result_t arg_0x1a5d0968);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr UartTestM$Receive$receive(TOS_MsgPtr arg_0x1a605420);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t UartTestM$StdControl$init(void);static result_t UartTestM$StdControl$start(void);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"static result_t UartTestM$Timer$fired(void);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr AMStandard$ReceiveMsg$default$receive(# 35 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\system\\AMStandard.nc"uint8_t arg_0x1a630b90, # 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"TOS_MsgPtr arg_0x1a605420);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"static result_t AMStandard$ActivityTimer$fired(void);# 45 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\BareSendMsg.nc"static result_t AMStandard$UARTSend$sendDone(TOS_MsgPtr arg_0x1a6557e0, result_t arg_0x1a655970);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr AMStandard$RadioReceive$receive(TOS_MsgPtr arg_0x1a605420);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t AMStandard$Control$init(void);static result_t AMStandard$Control$start(void);# 44 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\system\\AMStandard.nc"static result_t AMStandard$default$sendDone(void);# 45 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\BareSendMsg.nc"static result_t AMStandard$RadioSend$sendDone(TOS_MsgPtr arg_0x1a6557e0, result_t arg_0x1a655970);# 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SendMsg.nc"static result_t AMStandard$SendMsg$send(# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\system\\AMStandard.nc"uint8_t arg_0x1a6304f8, # 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SendMsg.nc"uint16_t arg_0x1a5d0010, uint8_t arg_0x1a5d0198, TOS_MsgPtr arg_0x1a5d0328);static result_t AMStandard$SendMsg$default$sendDone(# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\system\\AMStandard.nc"uint8_t arg_0x1a6304f8, # 27 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SendMsg.nc"TOS_MsgPtr arg_0x1a5d07d8, result_t arg_0x1a5d0968);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr AMStandard$UARTReceive$receive(TOS_MsgPtr arg_0x1a605420);# 42 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SplitControl.nc"static result_t RF230ControlM$SplitControl$init(void);#line 55static result_t RF230ControlM$SplitControl$start(void);# 104 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\RF230Control.nc"static void RF230ControlM$RF230Control$force_TRX_OFF(void);#line 116static void RF230ControlM$RF230Control$set_RX_ON(void);#line 74static void RF230ControlM$RF230Control$getRSSIandCRC(bool *arg_0x1a6d58a0, uint8_t *arg_0x1a6d5a48);#line 98static void RF230ControlM$RF230Control$set_TRX_OFF(void);#line 17static void RF230ControlM$RF230Control$resetRadio(void);#line 110static void RF230ControlM$RF230Control$set_PLL_ON(void);#line 90static bool RF230ControlM$RF230Control$CCA(void);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"static result_t RF230ControlM$initTimer$fired(void);# 29 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\WakeSequence.nc"static void RF230RadioM$WakeSequence$sendWakeDone(result_t arg_0x1a780068);#line 46static void RF230RadioM$WakeSequence$IncomingPacket(void);static void RF230RadioM$WakeSequence$sniffExpired(bool arg_0x1a797408);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SplitControl.nc"static result_t RF230RadioM$RadioSplitControl$startDone(void);# 45 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\BareSendMsg.nc"static result_t RF230RadioM$PHYSend$sendDone(TOS_MsgPtr arg_0x1a6557e0, result_t arg_0x1a655970);#line 36static result_t RF230RadioM$Send$send(TOS_MsgPtr arg_0x1a655088);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"static result_t RF230RadioM$SleepTimer$fired(void);#line 51static result_t RF230RadioM$IntervalTimer$fired(void);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr RF230RadioM$PHYRecv$receive(TOS_MsgPtr arg_0x1a605420);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t RF230RadioM$StdControl$init(void);static result_t RF230RadioM$StdControl$start(void);# 24 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\MacBackoff.nc"static int16_t RF230RadioM$MacBackoff$initialBackoff(TOS_MsgPtr arg_0x1a794068);static int16_t RF230RadioM$MacBackoff$congestionBackoff(TOS_MsgPtr arg_0x1a794528);# 16 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\RF230Interrupts.nc"static void RF230RadioRawM$RF230Interrupts$INT_RX_Start(void);static void RF230RadioRawM$RF230Interrupts$INT_TRX_UnderRun(void);#line 18static void RF230RadioRawM$RF230Interrupts$INT_TRX_Done(void);# 42 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SplitControl.nc"static result_t RF230RadioRawM$RadioSplitControl$init(void);#line 55static result_t RF230RadioRawM$RadioSplitControl$start(void);# 15 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\RadioCoordinator.nc"static void RF230RadioRawM$sendCoordinator$default$startSymbol(uint8_t arg_0x1a7e7258, uint8_t arg_0x1a7e73e0, TOS_MsgPtr arg_0x1a7e7570);# 22 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\TimerJiffyAsync.nc"static result_t RF230RadioRawM$TimerJiffyAsync$fired(void);# 15 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\RadioCoordinator.nc"static void RF230RadioRawM$recvCoordinator$default$startSymbol(uint8_t arg_0x1a7e7258, uint8_t arg_0x1a7e73e0, TOS_MsgPtr arg_0x1a7e7570);# 36 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\BareSendMsg.nc"static result_t RF230RadioRawM$Send$send(TOS_MsgPtr arg_0x1a655088);# 63 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\SplitControl.nc"static result_t RF230RadioRawM$RF230ControlSplitControl$startDone(void);# 12 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\RF230Interrupts.nc"static void RF230InterruptsM$RF230Interrupts$enable(void);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t RF230InterruptsM$InterruptControl$init(void);static result_t RF230InterruptsM$InterruptControl$start(void);# 60 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\TimerCapture.nc"static void RF230InterruptsM$TimerCapture$captured(uint16_t arg_0x1a8c0010);# 157 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\Clock16.nc"static result_t HPLTimer1M$Timer1$default$fire(void);# 19 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\TimerCapture.nc"static uint16_t HPLTimer1M$CaptureT1$getEvent(void);#line 50static void HPLTimer1M$CaptureT1$enableEvents(void);#line 28static void HPLTimer1M$CaptureT1$setEdge(uint8_t arg_0x1a8c4930);# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\HPLRF230.nc"static void HPLRF230M$HPLRF230$writeFrame(uint8_t arg_0x1a716b90, uint8_t *arg_0x1a716d38);#line 46static uint8_t HPLRF230M$HPLRF230$readFrameCRC(uint8_t *arg_0x1a715af8);#line 14static void HPLRF230M$HPLRF230$writeReg(uint8_t arg_0x1a7015b8, uint8_t arg_0x1a701740);#line 29static void HPLRF230M$HPLRF230$bitWrite(uint8_t arg_0x1a716068, uint8_t arg_0x1a7161f0, uint8_t arg_0x1a716378, uint8_t arg_0x1a716500);static void HPLRF230M$HPLRF230$addCRC(uint8_t *arg_0x1a7153f0);#line 19static uint8_t HPLRF230M$HPLRF230$readReg(uint8_t arg_0x1a701db8);# 14 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\radio\\rf230\\HPLRF230Init.nc"static void HPLRF230M$HPLRF230Init$init(void);# 159 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Clock.nc"static result_t TimerM$Clock$fire(void);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t TimerM$StdControl$init(void);static result_t TimerM$StdControl$start(void);# 51 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"static result_t TimerM$Timer$default$fired(# 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\system\\TimerM.nc"uint8_t arg_0x1aa03a68);# 37 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"static result_t TimerM$Timer$start(# 26 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\system\\TimerM.nc"uint8_t arg_0x1aa03a68, # 37 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Timer.nc"char arg_0x1a6135b8, uint32_t arg_0x1a613750);# 84 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Clock.nc"static void HPLClock$Clock$setInterval(uint8_t arg_0x1aa164f0);#line 127static result_t HPLClock$Clock$setIntervalAndScale(uint8_t arg_0x1aa13420, uint8_t arg_0x1aa135a8);static uint8_t HPLClock$Clock$readCounter(void);#line 75static result_t HPLClock$Clock$setRate(char arg_0x1aa17740, char arg_0x1aa178c0);#line 100static uint8_t HPLClock$Clock$getInterval(void);# 19 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\PowerManagement.nc"static uint8_t HPLPowerManagementM$PowerManagement$adjustPower(void);# 16 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\TimerJiffyAsync.nc"static result_t TimerJiffyAsyncM$TimerJiffyAsync$setOneShot(uint32_t arg_0x1a7e1eb8);static result_t TimerJiffyAsyncM$TimerJiffyAsync$stop(void);# 159 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Clock.nc"static result_t TimerJiffyAsyncM$Timer$fire(void);#line 127static result_t HPLTimer0$Timer0$setIntervalAndScale(uint8_t arg_0x1aa13420, uint8_t arg_0x1aa135a8);#line 147static void HPLTimer0$Timer0$intDisable(void);# 42 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\Random.nc"static uint16_t RandomLFSR$Random$rand(void);#line 36static result_t RandomLFSR$Random$init(void);# 62 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ByteComm.nc"static result_t FramerM$ByteComm$txDone(void);#line 54static result_t FramerM$ByteComm$txByteReady(bool arg_0x1ab332e8);#line 45static result_t FramerM$ByteComm$rxByteReady(uint8_t arg_0x1ab347f0, bool arg_0x1ab34978, uint16_t arg_0x1ab34b10);# 36 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\BareSendMsg.nc"static result_t FramerM$BareSendMsg$send(TOS_MsgPtr arg_0x1a655088);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t FramerM$StdControl$init(void);static result_t FramerM$StdControl$start(void);# 59 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\TokenReceiveMsg.nc"static result_t FramerM$TokenReceiveMsg$ReflectToken(uint8_t arg_0x1ab38b90);# 53 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ReceiveMsg.nc"static TOS_MsgPtr FramerAckM$ReceiveMsg$receive(TOS_MsgPtr arg_0x1a605420);# 46 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\TokenReceiveMsg.nc"static TOS_MsgPtr FramerAckM$TokenReceiveMsg$receive(TOS_MsgPtr arg_0x1ab38190, uint8_t arg_0x1ab38318);# 66 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\HPLUART.nc"static result_t UARTM$HPLUART$get(uint8_t arg_0x1abba068);static result_t UARTM$HPLUART$putDone(void);# 34 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\ByteComm.nc"static result_t UARTM$ByteComm$txByte(uint8_t arg_0x1ab340f8);# 41 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\StdControl.nc"static result_t UARTM$Control$init(void);static result_t UARTM$Control$start(void);# 40 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\interfaces\\HPLUART.nc"static result_t HPLUART0M$UART$init(void);#line 58static result_t HPLUART0M$UART$put(uint8_t arg_0x1abbc8f8);# 37 "C:\\Crossbow\\cygwin\\opt\\MoteWorks\\tos\\platform\\atm1281\\HPLUART0M.nc"static result_t HPLUART0M$Setbaud(uint32_t arg_0x1abc9348);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -