代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/278959/6288937
c timeout.c
/****************************************************************************
* 文件名:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用MAT0.0实现比较匹配输出。
* 说明:将跳线器JP4_LED1、JP4_LED4短接。
********
www.eeworm.com/read/156561/6289395
h timeout.h
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/156561/6289408
c timeout.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/421459/6311581
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/486316/6539272
h timeout.h
/* vim: set sw=8 ts=8 si et: */
#ifndef TOUT_H
#define TOUT_H
extern void delay_ms(unsigned int ms);
extern void wd_init(void);
extern void wd_kick(void);
#endif /* TOUT_H */