代码搜索:Notes

找到约 10,000 项符合「Notes」的源代码

代码结果 10,000
www.eeworm.com/read/25701/949297

c wdog.c

/* * File: wdog.c * Purpose: Provide common watchdog module routines * * Notes: Need to add more functionality. Right now it * is just a disable routine since we know almost
www.eeworm.com/read/25701/949310

c enet.c

/* * File: enet.c * Purpose: Driver for the ENET controller * * Notes: */ #include "common.h" #include "enet.h" #include "nbuf.h" #include "eth.h" /****************************
www.eeworm.com/read/25701/949323

c start.c

/* * File: start.c * Purpose: Kinetis启动例程. * * Notes: */ #include "start.h" #include "common.h" #include "wdog.h" #include "sysinit.h" /******************************************
www.eeworm.com/read/25701/949371

h assert.h

/* * File: assert.h * Purpose: Provide macro for software assertions * * Notes: assert_failed() defined in assert.c */ #ifndef _ASSERT_H_ #define _ASSERT_H_ /********
www.eeworm.com/read/25701/949373

c startup.c

/* * File: startup.c * Purpose: Generic Kinetis startup code * * Notes: */ #include "common.h" #if (defined(IAR)) #pragma section = ".data" #pragma section = ".data_init" #pra
www.eeworm.com/read/27164/980171

c wdog.c

/* * File: wdog.c * Purpose: Provide common watchdog module routines * * Notes: Need to add more functionality. Right now it * is just a disable routine since we know almost
www.eeworm.com/read/27164/980184

c enet.c

/* * File: enet.c * Purpose: Driver for the ENET controller * * Notes: */ #include "common.h" #include "enet.h" #include "nbuf.h" #include "eth.h" /****************************
www.eeworm.com/read/27164/980245

h assert.h

/* * File: assert.h * Purpose: Provide macro for software assertions * * Notes: assert_failed() defined in assert.c */ #ifndef _ASSERT_H_ #define _ASSERT_H_ /********
www.eeworm.com/read/27164/980247

c startup.c

/* * File: startup.c * Purpose: Generic Kinetis startup code * * Notes: */ #include "common.h" #if (defined(IAR)) #pragma section = ".data" #pragma section = ".data_init" #pra
www.eeworm.com/read/30849/1018534

h exceptions.h

/* * File: exceptions.h * Purpose: Generic exception handling for ColdFire processors * * Notes: */ #ifndef _MCF_EXCEPTIONS_H #define _MCF_EXCEPTIONS_H #ifdef __cplusplus extern "C"