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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? app.c

?? tinyos的硬件閃燈例子代碼
?? C
?? 第 1 頁(yè) / 共 3 頁(yè)
字號(hào):
#define dbg(mode, format, ...) ((void)0)#define dbg_clear(mode, format, ...) ((void)0)#define dbg_active(mode) 0# 60 "/usr/local/avr/include/inttypes.h"typedef signed char int8_t;typedef unsigned char uint8_t;# 83 "/usr/local/avr/include/inttypes.h" 3typedef int int16_t;typedef unsigned int uint16_t;typedef long int32_t;typedef unsigned long uint32_t;#line 117typedef long long int64_t;typedef unsigned long long uint64_t;#line 134typedef int16_t intptr_t;typedef uint16_t uintptr_t;# 213 "/usr/local/lib/gcc-lib/avr/3.3-tinyos/include/stddef.h" 3typedef unsigned int size_t;#line 325typedef int wchar_t;# 60 "/usr/local/avr/include/stdlib.h"typedef struct __nesc_unnamed4242 {  int quot;  int rem;} div_t;typedef struct __nesc_unnamed4243 {  long quot;  long rem;} ldiv_t;typedef int (*__compar_fn_t)(const void *, const void *);# 151 "/usr/local/lib/gcc-lib/avr/3.3-tinyos/include/stddef.h" 3typedef int ptrdiff_t;# 85 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/tos.h"typedef unsigned char bool;enum __nesc_unnamed4244 {  FALSE = 0,   TRUE = 1};enum __nesc_unnamed4245 {  FAIL = 0,   SUCCESS = 1};static inline uint8_t rcombine(uint8_t r1, uint8_t r2);typedef uint8_t  result_t;static inline result_t rcombine(result_t r1, result_t r2);#line 128enum __nesc_unnamed4246 {  NULL = 0x0};# 81 "/usr/local/avr/include/avr/pgmspace.h"typedef void __attribute((__progmem__)) prog_void;typedef char __attribute((__progmem__)) prog_char;typedef unsigned char __attribute((__progmem__)) prog_uchar;typedef int __attribute((__progmem__)) prog_int;typedef long __attribute((__progmem__)) prog_long;typedef long long __attribute((__progmem__)) prog_long_long;# 124 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/avrmote/avrhardware.h"enum __nesc_unnamed4247 {  TOSH_period16 = 0x00,   TOSH_period32 = 0x01,   TOSH_period64 = 0x02,   TOSH_period128 = 0x03,   TOSH_period256 = 0x04,   TOSH_period512 = 0x05,   TOSH_period1024 = 0x06,   TOSH_period2048 = 0x07};static inline void TOSH_wait(void);static inline void TOSH_sleep(void);#line 162typedef uint8_t __nesc_atomic_t;__inline __nesc_atomic_t  __nesc_atomic_start(void );__inline void  __nesc_atomic_end(__nesc_atomic_t oldSreg);static __inline void __nesc_enable_interrupt(void);# 116 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/mica2/hardware.h"static __inline void TOSH_SET_RED_LED_PIN(void);#line 116static __inline void TOSH_CLR_RED_LED_PIN(void);#line 116static __inline void TOSH_MAKE_RED_LED_OUTPUT(void);static __inline void TOSH_SET_GREEN_LED_PIN(void);#line 117static __inline void TOSH_CLR_GREEN_LED_PIN(void);#line 117static __inline void TOSH_MAKE_GREEN_LED_OUTPUT(void);static __inline void TOSH_SET_YELLOW_LED_PIN(void);#line 118static __inline void TOSH_MAKE_YELLOW_LED_OUTPUT(void);static __inline void TOSH_CLR_SERIAL_ID_PIN(void);#line 120static __inline void TOSH_MAKE_SERIAL_ID_INPUT(void);static __inline void TOSH_MAKE_CC_CHP_OUT_INPUT(void);static __inline void TOSH_MAKE_CC_PDATA_OUTPUT(void);static __inline void TOSH_MAKE_CC_PCLK_OUTPUT(void);static __inline void TOSH_MAKE_CC_PALE_OUTPUT(void);static __inline void TOSH_SET_FLASH_SELECT_PIN(void);#line 131static __inline void TOSH_MAKE_FLASH_SELECT_OUTPUT(void);static __inline void TOSH_MAKE_FLASH_CLK_OUTPUT(void);static __inline void TOSH_MAKE_FLASH_OUT_OUTPUT(void);static __inline void TOSH_MAKE_MISO_INPUT(void);static __inline void TOSH_MAKE_SPI_OC1C_INPUT(void);static __inline void TOSH_MAKE_PW0_OUTPUT(void);static __inline void TOSH_MAKE_PW1_OUTPUT(void);static __inline void TOSH_MAKE_PW2_OUTPUT(void);static __inline void TOSH_MAKE_PW3_OUTPUT(void);static __inline void TOSH_MAKE_PW4_OUTPUT(void);static __inline void TOSH_MAKE_PW5_OUTPUT(void);static __inline void TOSH_MAKE_PW6_OUTPUT(void);static __inline void TOSH_MAKE_PW7_OUTPUT(void);static inline #line 171void TOSH_SET_PIN_DIRECTIONS(void );#line 215enum __nesc_unnamed4248 {  TOSH_ADC_PORTMAPSIZE = 12};enum __nesc_unnamed4249 {  TOSH_ACTUAL_CC_RSSI_PORT = 0,   TOSH_ACTUAL_VOLTAGE_PORT = 7,   TOSH_ACTUAL_BANDGAP_PORT = 30,   TOSH_ACTUAL_GND_PORT = 31};enum __nesc_unnamed4250 {  TOS_ADC_CC_RSSI_PORT = 0,   TOS_ADC_VOLTAGE_PORT = 7,   TOS_ADC_BANDGAP_PORT = 10,   TOS_ADC_GND_PORT = 11};# 54 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/types/dbg_modes.h"typedef long long TOS_dbg_mode;enum __nesc_unnamed4251 {  DBG_ALL = ~0ULL,   DBG_BOOT = 1ULL << 0,   DBG_CLOCK = 1ULL << 1,   DBG_TASK = 1ULL << 2,   DBG_SCHED = 1ULL << 3,   DBG_SENSOR = 1ULL << 4,   DBG_LED = 1ULL << 5,   DBG_CRYPTO = 1ULL << 6,   DBG_ROUTE = 1ULL << 7,   DBG_AM = 1ULL << 8,   DBG_CRC = 1ULL << 9,   DBG_PACKET = 1ULL << 10,   DBG_ENCODE = 1ULL << 11,   DBG_RADIO = 1ULL << 12,   DBG_LOG = 1ULL << 13,   DBG_ADC = 1ULL << 14,   DBG_I2C = 1ULL << 15,   DBG_UART = 1ULL << 16,   DBG_PROG = 1ULL << 17,   DBG_SOUNDER = 1ULL << 18,   DBG_TIME = 1ULL << 19,   DBG_SIM = 1ULL << 21,   DBG_QUEUE = 1ULL << 22,   DBG_SIMRADIO = 1ULL << 23,   DBG_HARD = 1ULL << 24,   DBG_MEM = 1ULL << 25,   DBG_USR1 = 1ULL << 27,   DBG_USR2 = 1ULL << 28,   DBG_USR3 = 1ULL << 29,   DBG_TEMP = 1ULL << 30,   DBG_ERROR = 1ULL << 31,   DBG_NONE = 0,   DBG_DEFAULT = DBG_ALL};# 59 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/sched.c"typedef struct __nesc_unnamed4252 {  void (*tp)(void);} TOSH_sched_entry_T;enum __nesc_unnamed4253 {  TOSH_MAX_TASKS = 8,   TOSH_TASK_BITMASK = TOSH_MAX_TASKS - 1};TOSH_sched_entry_T TOSH_queue[TOSH_MAX_TASKS];volatile uint8_t TOSH_sched_full;volatile uint8_t TOSH_sched_free;static inline void TOSH_wait(void );static inline void TOSH_sleep(void );static inline void TOSH_sched_init(void );#line 98bool  TOS_post(void (*tp)(void));static inline #line 139bool TOSH_run_next_task(void);static inline #line 162void TOSH_run_task(void);# 39 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.h"enum __nesc_unnamed4254 {  TIMER_REPEAT = 0,   TIMER_ONE_SHOT = 1,   NUM_TIMERS = 1};# 33 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/mica128/Clock.h"enum __nesc_unnamed4255 {  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_unnamed4256 {  DEFAULT_SCALE = 3, DEFAULT_INTERVAL = 127};static  result_t PotM$Pot$init(uint8_t arg_0xa2bbb60);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  result_t BlinkM$StdControl$init(void);static  result_t BlinkM$StdControl$start(void);static  result_t BlinkM$Timer$fired(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_0xa31b660);static  result_t TimerM$Timer$start(uint8_t arg_0xa31b660, char arg_0xa30a7d0, uint32_t arg_0xa30a928);static   void HPLClock$Clock$setInterval(uint8_t arg_0xa3398c0);static   result_t HPLClock$Clock$setRate(char arg_0xa338dc0, char arg_0xa338f00);static   uint8_t HPLPowerManagementM$PowerManagement$adjustPower(void);static   result_t LedsC$Leds$init(void);static   result_t LedsC$Leds$redOff(void);static   result_t LedsC$Leds$redToggle(void);static   result_t LedsC$Leds$redOn(void);static   result_t LedsC$Leds$greenOn(void);static  # 47 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/RealMain.nc"result_t RealMain$hardwareInit(void);static  # 78 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Pot.nc"result_t RealMain$Pot$init(uint8_t arg_0xa2bbb60);static  # 63 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/StdControl.nc"result_t RealMain$StdControl$init(void);static  result_t RealMain$StdControl$start(void);# 54 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/RealMain.nc"int   main(void);static  # 74 "C:/tinyos/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:/tinyos/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:/tinyos/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:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/avrmote/HPLInit.nc"result_t HPLInit$init(void);static   # 56 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Leds.nc"result_t BlinkM$Leds$init(void);static   #line 81result_t BlinkM$Leds$redToggle(void);static   result_t BlinkM$Leds$greenOn(void);static  # 59 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.nc"result_t BlinkM$Timer$start(char arg_0xa30a7d0, uint32_t arg_0xa30a928);static inline  # 46 "BlinkM.nc"void BlinkM$test(void);static inline  #line 67result_t BlinkM$StdControl$init(void);static inline  result_t BlinkM$StdControl$start(void);static inline  #line 99result_t BlinkM$Timer$fired(void);static   # 41 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/PowerManagement.nc"uint8_t TimerM$PowerManagement$adjustPower(void);static   # 105 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Clock.nc"void TimerM$Clock$setInterval(uint8_t arg_0xa3398c0);static   #line 96result_t TimerM$Clock$setRate(char arg_0xa338dc0, char arg_0xa338f00);static  # 73 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Timer.nc"result_t TimerM$Timer$fired(# 45 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/TimerM.nc"uint8_t arg_0xa31b660);uint32_t TimerM$mState;uint8_t TimerM$setIntervalFlag;uint8_t TimerM$mScale;#line 57uint8_t TimerM$mInterval;int8_t TimerM$queue_head;int8_t TimerM$queue_tail;uint8_t TimerM$queue_size;uint8_t TimerM$queue[NUM_TIMERS];struct TimerM$timer_s {  uint8_t type;  int32_t ticks;  int32_t ticksLeft;} TimerM$mTimerList[NUM_TIMERS];enum TimerM$__nesc_unnamed4257 {  TimerM$maxTimerInterval = 230};static inline  result_t TimerM$StdControl$init(void);static inline  result_t TimerM$StdControl$start(void);static inline  result_t TimerM$Timer$start(uint8_t id, char type, uint32_t interval);#line 116static void TimerM$adjustInterval(void);static inline   #line 154result_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 204result_t TimerM$Clock$fire(void);static   # 180 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/interfaces/Clock.nc"result_t HPLClock$Clock$fire(void);# 54 "C:/tinyos/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   #line 149result_t HPLClock$Clock$setRate(char interval, char scale);#line 167void __attribute((interrupt))   __vector_15(void);# 51 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/mica2/HPLPowerManagementM.nc"bool HPLPowerManagementM$disabled = TRUE;enum HPLPowerManagementM$__nesc_unnamed4258 {  HPLPowerManagementM$IDLE = 0,   HPLPowerManagementM$ADC_NR = 1 << 3,   HPLPowerManagementM$POWER_DOWN = 1 << 4,   HPLPowerManagementM$POWER_SAVE = (1 << 3) + (1 << 4),   HPLPowerManagementM$STANDBY = (1 << 2) + (1 << 4),   HPLPowerManagementM$EXT_STANDBY = (1 << 3) + (1 << 4) + (1 << 2)};static inline uint8_t HPLPowerManagementM$getPowerLevel(void);static inline  #line 84void HPLPowerManagementM$doAdjustment(void);static   #line 101uint8_t HPLPowerManagementM$PowerManagement$adjustPower(void);# 50 "C:/tinyos/cygwin/opt/tinyos-1.x/tos/system/LedsC.nc"uint8_t LedsC$ledsOn;enum LedsC$__nesc_unnamed4259 {  LedsC$RED_BIT = 1,   LedsC$GREEN_BIT = 2,   LedsC$YELLOW_BIT = 4};static inline   result_t LedsC$Leds$init(void);static inline   result_t LedsC$Leds$redOn(void);static inline   result_t LedsC$Leds$redOff(void);static inline   

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色www精品视频在线观看| 欧美日韩一区久久| 亚洲综合激情网| 精品对白一区国产伦| 色婷婷综合久色| 国产精品白丝av| 亚洲在线观看免费视频| 国产色产综合产在线视频| 欧美日本高清视频在线观看| 99久精品国产| 韩国av一区二区三区| 五月激情丁香一区二区三区| 国产精品国产三级国产aⅴ原创| 欧美精品777| 色香色香欲天天天影视综合网| 国产精品伊人色| 琪琪一区二区三区| 亚洲成人免费av| 亚洲女同女同女同女同女同69| 日本一区二区三区国色天香| 日韩精品一区二区三区中文不卡| 欧美日韩综合不卡| 99综合电影在线视频| 国产在线一区二区综合免费视频| 午夜在线电影亚洲一区| 一区二区三区四区av| 国产精品―色哟哟| 欧美成人三级在线| 欧美美女网站色| 一本一本久久a久久精品综合麻豆 一本一道波多野结衣一区二区 | 视频一区中文字幕| 亚洲精品日韩综合观看成人91| 国产精品久久久久久久浪潮网站| 2023国产精品自拍| 日韩欧美精品在线视频| 日韩欧美视频一区| 日韩一区二区三区高清免费看看 | 欧美国产综合色视频| 久久久影院官网| 337p日本欧洲亚洲大胆精品| 日韩欧美色综合| 精品国产网站在线观看| 欧美白人最猛性xxxxx69交| 欧美一卡二卡在线| 欧美一级在线视频| 欧美zozozo| 2017欧美狠狠色| www久久久久| 国产日韩视频一区二区三区| 久久久久99精品一区| 国产三级精品在线| 日本一区二区三区四区 | 久久精品人人做人人爽97| 精品国精品国产尤物美女| 精品免费国产一区二区三区四区| 日韩视频一区在线观看| 久久久777精品电影网影网| 国产性天天综合网| 中文字幕二三区不卡| 中文字幕中文乱码欧美一区二区| 亚洲欧洲成人自拍| 一区二区高清视频在线观看| 亚洲成a人片在线不卡一二三区| 午夜精品免费在线| 老司机免费视频一区二区| 国产成人超碰人人澡人人澡| www.在线成人| 欧美午夜不卡视频| 日韩欧美中文字幕公布| 久久久.com| 亚洲精品视频一区二区| 日韩电影免费在线看| 国产精品一区免费视频| 91首页免费视频| 在线成人免费观看| 国产日韩精品久久久| 一区二区三区四区av| 免费在线看成人av| 国产黄色精品视频| 91久久精品国产91性色tv| 91精品久久久久久蜜臀| 国产人成亚洲第一网站在线播放 | 亚洲网友自拍偷拍| 黄页视频在线91| 91蜜桃传媒精品久久久一区二区| 69堂国产成人免费视频| 久久久久高清精品| 亚洲午夜激情网页| 国产成人a级片| 在线综合亚洲欧美在线视频| 国产精品网站一区| 秋霞影院一区二区| 色呦呦网站一区| 久久午夜电影网| 亚洲成人一区在线| 成人a级免费电影| 制服丝袜成人动漫| 综合久久综合久久| 久久99蜜桃精品| 欧美日韩精品福利| 亚洲欧洲日韩一区二区三区| 蜜臀av性久久久久蜜臀aⅴ| 91福利视频久久久久| 国产精品污污网站在线观看| 久久国产精品区| 欧美系列一区二区| 国产精品久久一级| 国内精品自线一区二区三区视频| 在线看国产一区二区| 欧美伦理视频网站| 欧美一区二区视频在线观看2020 | 免费精品视频在线| 91在线小视频| 精品免费99久久| 亚洲精品亚洲人成人网在线播放| 丝袜脚交一区二区| 欧美色倩网站大全免费| 国产精品乱人伦| 美日韩一区二区| 色婷婷av一区二区三区软件| 精品国产髙清在线看国产毛片| 一区二区三区电影在线播| 国产在线一区观看| 欧美一区二区视频网站| 中文久久乱码一区二区| 午夜精品久久久久久久99樱桃| 成人美女在线观看| 国产婷婷色一区二区三区在线| 日本成人中文字幕在线视频| 91免费看视频| 欧美国产综合色视频| 精品亚洲porn| 欧美夫妻性生活| 亚洲美女区一区| 成人激情电影免费在线观看| 欧美激情在线一区二区| 精品无人区卡一卡二卡三乱码免费卡 | 国产精品久线在线观看| 视频一区二区国产| 欧美一区二区在线不卡| 亚洲va韩国va欧美va精品| 色综合久久中文综合久久97| 国产精品丝袜一区| 黄色日韩网站视频| 国产区在线观看成人精品| 狠狠v欧美v日韩v亚洲ⅴ| 日韩欧美另类在线| 天堂在线一区二区| 91成人在线观看喷潮| 亚洲成人免费视频| 精品视频在线视频| 亚洲一区在线观看免费| 91麻豆精东视频| 一区二区成人在线视频| 色八戒一区二区三区| 樱桃国产成人精品视频| 色成年激情久久综合| 亚洲三级电影网站| 欧美精品在线一区二区三区| 丝袜美腿高跟呻吟高潮一区| 欧美精品久久天天躁| 首页欧美精品中文字幕| 精品理论电影在线| 国产精品91xxx| 国产清纯美女被跳蛋高潮一区二区久久w| 紧缚捆绑精品一区二区| 欧美另类高清zo欧美| 激情综合网激情| 久久久久久免费网| 成人午夜看片网址| 成人免费在线视频| 在线不卡免费欧美| 久久精品国产精品青草| 久久免费国产精品| 成人少妇影院yyyy| 国产日韩欧美精品一区| 欧美午夜理伦三级在线观看| 一区二区三区蜜桃网| 欧美性xxxxx极品少妇| 青青国产91久久久久久| 国产欧美日韩精品在线| jvid福利写真一区二区三区| 亚洲激情一二三区| 6080午夜不卡| 国产成人免费9x9x人网站视频| 亚洲一区二区三区视频在线 | 精品国产sm最大网站| 国产精品99久久久久久宅男| 亚洲天堂免费看| 久久综合九色欧美综合狠狠| 成人av一区二区三区| 亚洲午夜激情网站| 精品人伦一区二区色婷婷| 色琪琪一区二区三区亚洲区| 日本不卡不码高清免费观看| 国产欧美日韩视频一区二区| 欧美丝袜丝交足nylons图片| 日本不卡视频在线| 亚洲午夜免费福利视频| 久久欧美中文字幕|