代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/27164/980176
c uart.c
/*
* File: uart.c
* Purpose: Provide common UART routines for serial IO
*
* Notes:
*
*/
#include "common.h"
#include "uart.h"
/**********************
www.eeworm.com/read/27164/980187
h mcg.h
/*
* File: pll_init.h
* Purpose: pll_driver specific declarations
*
* Notes:
*/
#ifndef __MCG_H__
#define __MCG_H__
/*******************************************************************
www.eeworm.com/read/27164/980220
c sysinit.c
/*
* File: sysinit.c
* Purpose: Kinetis Configuration
* Initializes processor to a default state
*
* Notes:
*
*/
#include "common.h"
#include "sysinit.h"
#in
www.eeworm.com/read/27164/980237
h queue.h
/*
* File: queue.h
* Purpose: Implement a first in, first out linked list
*
* Notes:
*/
#ifndef _QUEUE_H_
#define _QUEUE_H_
/*******************************************************
www.eeworm.com/read/27164/980240
h startup.h
/*
* File: startup.h
* Purpose: Determine cause of Reset and which processor is running
*
* Notes:
*/
#ifndef _STARTUP_H_
#define _STARTUP_H_
/**********************************
www.eeworm.com/read/27164/980241
c queue.c
/*
* File: queue.c
* Purpose: Implement a first in, first out linked list
*
* Notes:
*/
#include "common.h"
#include "queue.h"
/*************************************************
www.eeworm.com/read/494783/1152636
standalone readme.standalone
Design Notes on Exporting U-Boot Functions to Standalone Applications:
======================================================================
1. The functions are exported by U-Boot via a jump table.
www.eeworm.com/read/489559/1216840
standalone readme.standalone
Design Notes on Exporting U-Boot Functions to Standalone Applications:
======================================================================
1. The functions are exported by U-Boot via a jump table.
www.eeworm.com/read/487953/1234637
sql xa_install.sql
-- This script installs the extended stored procedures that implement
-- distributed transaction and XA support for the Microsoft SQL Server 2005 JDBC Driver.
-- Notes for SQL Administrators:
-
www.eeworm.com/read/482495/1288218
c tvp5150_test.c
/*
Module Name : tvp5150_test.c
Functions : TVP5150_TEST
Purpose :
Author : Otis Yu 2005/04/07
Notes :
*/
/*---------------------------------------------------------------