代码搜索结果
找到约 7,852 项符合
RTC 的代码
rtc.txt
This project demonstrates how to use the real time clock (rtc). It has an example of generating an alarm every second with no time compensation.
By default the OS-JTAG is used for the terminal out
rtc.c
/*
* File: rtc.c
* Purpose: Provide common RTC routines
*
* Notes:
*
*/
#include "common.h"
#include "rtc.h"
#include "arm_cm4.h"
/***************
rtc.h
/*
* File: rtc.h
* Purpose: Provide common rtc functions
*
* Notes:
*/
#ifndef __RTC_H__
#define __RTC_H__
/********************************************************************/
rtc.c
/****************************************************************************
* $Id:: rtc.c 5743 2010-11-30 23:18:58Z usb00423 $
* Project: NXP LPC17xx RTC example
*
rtc.h
/****************************************************************************
* $Id:: rtc.h 5743 2010-11-30 23:18:58Z usb00423 $
* Project: NXP LPC17xx RTC example
*
rtc.c
/******************************* (C) Embest ***********************************
* File Name : rtc.c
* Author : liren
* tary
* Date : 2009-02
rtc.h
/******************************* (C) Embest ***********************************
* File Name : rtc.c
* Author : liren
* tary
* Date : 2009-02
rtc.c
/******************************* (C) Embest ***********************************
* File Name : rtc.c
* Author : liren
* tary
* Date : 2009-02
rtc.h
/******************************* (C) Embest ***********************************
* File Name : rtc.c
* Author : liren
* tary
* Date : 2009-02
rtc.c
/* rtc not implemented yet */
int cma_rtc_not_implemented = 1;