代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/21470/837734
landzo
/*
* File: io.c
* Purpose: Serial Input/Output routines
*
* Notes: TERMINAL_PORT defined in .h
*/
#include "common.h"
#include "uart.h"
/*******************************
www.eeworm.com/read/21470/837736
landzo
/*
* File: stdlib.c
* Purpose: Functions normally found in a standard C lib.
*
* Notes: This supports ASCII only!!!
*
*/
#include "common.h"
#include "stdlib.h"
/**
www.eeworm.com/read/25701/949295
c rtc.c
/*
* File: rtc.c
* Purpose: Provide common RTC routines
*
* Notes:
*
*/
#include "common.h"
#include "rtc.h"
#include "arm_cm4.h"
/***************
www.eeworm.com/read/25701/949306
h enet.h
/*
* File: enet.h
* Purpose: Driver for the ENET controller
*
* Notes:
*/
#ifndef _ENET_H_
#define _ENET_H_
#include "nbuf.h"
/********INTERFACE**********/
typedef enum
www.eeworm.com/read/25701/949357
c io.c
/*
* File: io.c
* Purpose: Serial Input/Output routines
*
* Notes: TERMINAL_PORT defined in .h
*/
#include "common.h"
#include "uart.h"
/*******************************
www.eeworm.com/read/25701/949359
c stdlib.c
/*
* File: stdlib.c
* Purpose: Functions normally found in a standard C lib.
*
* Notes: This supports ASCII only!!!
*
*/
#include "common.h"
#include "stdlib.h"
/**
www.eeworm.com/read/27164/980169
c rtc.c
/*
* File: rtc.c
* Purpose: Provide common RTC routines
*
* Notes:
*
*/
#include "common.h"
#include "rtc.h"
#include "arm_cm4.h"
/***************
www.eeworm.com/read/27164/980180
h enet.h
/*
* File: enet.h
* Purpose: Driver for the ENET controller
*
* Notes:
*/
#ifndef _ENET_H_
#define _ENET_H_
#include "nbuf.h"
/********INTERFACE**********/
typedef enum
www.eeworm.com/read/27164/980212
s crt0.s
/*
* File: crt0.s
* Purpose: Lowest level routines for Kinetis.
*
* Notes:
*
*/
; AREA Crt0, CODE, READONLY ; name this block of code
SECTION .noinit : CODE
www.eeworm.com/read/27164/980232
c io.c
/*
* File: io.c
* Purpose: Serial Input/Output routines
*
* Notes: TERMINAL_PORT defined in .h
*/
#include "common.h"
#include "uart.h"
/*******************************