代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/25701/949294
h pmc.h
/*
* File: pmc.h
* Purpose: Provides low power mode entry routines
*
* Notes:
*/
#ifndef __PMC_H__
#define __PMC_H__
/************************************************************
www.eeworm.com/read/25701/949300
h lptmr.h
/*
* File: lptmr.h
* Purpose: Provide common low power timer functions
*
* Notes:
*/
#ifndef __LPTMR_H__
#define __LPTMR_H__
/**********************************************
www.eeworm.com/read/25701/949302
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/25701/949313
h mcg.h
/*
* File: pll_init.h
* Purpose: pll_driver specific declarations
*
* Notes:
*/
#ifndef __MCG_H__
#define __MCG_H__
/*******************************************************************
www.eeworm.com/read/25701/949341
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/25701/949363
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/25701/949366
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/25701/949367
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/27164/980168
h pmc.h
/*
* File: pmc.h
* Purpose: Provides low power mode entry routines
*
* Notes:
*/
#ifndef __PMC_H__
#define __PMC_H__
/************************************************************
www.eeworm.com/read/27164/980174
h lptmr.h
/*
* File: lptmr.h
* Purpose: Provide common low power timer functions
*
* Notes:
*/
#ifndef __LPTMR_H__
#define __LPTMR_H__
/**********************************************