代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/173810/9634556
c initsystem.c
//=============================================================
// 文件名称: InitSystem.c
// 实现功能: 对系统的初始化
// 完成日期: 2004,7,14
//==============================================================
www.eeworm.com/read/366255/9822720
c main.c
#include "SPCE061A.h"
main(void)
{
//初始化IOB8的输出为低电平输出口
*P_IOB_Dir=0x0100;
*P_IOB_Attrib= 0x0100;
*P_IOB_Data=0x0000;
*P_TimerA_Ctrl=C_TMA_PWM_D8 | C_TMA1_1 | C_TMA1
www.eeworm.com/read/348074/11613860
c main.c
#include"spce061a.h"
main()
{
*P_IOA_Dir=0Xffff;
*P_IOA_Attrib=0Xffff;
*P_IOA_Data=0Xffff;
*P_TimerA_Ctrl= C_TMA1_8KHz+C_TMA2_1;
*P_TimerA_Data=0xffaf; //1
www.eeworm.com/read/178970/5311392
mac sim_setup.mac
execUserSetup() {
__orderInterrupt("TIMERA0_VECTOR",
320000, 320000, 0, 0, 0, 100 );
__message "Set interrupt: TIMERA0_VECTOR";
}
www.eeworm.com/read/178970/5311404
mac sim_setup.mac
execUserSetup() {
__orderInterrupt("TIMERA0_VECTOR",
320000, 320000, 0, 0, 0, 100 );
__message "Set interrupt: TIMERA0_VECTOR";
}
www.eeworm.com/read/389095/8548430
c fan.c
#include "io430.h"
void TimerA_Init(void);
void TimerA_Init(void);
void USART_Init(void);
unsigned int Date[4][10]={{0X040,0X0BC,0X138,0X1B4,0X230,0X2AC,0X328,0X3A4,0X420,0X49C},
www.eeworm.com/read/431958/8644579
c fet140_ta_22.c
//***********************************************************************
// MSP-FET430P140 Demo - Timer_A0, Capture of ACLK/8 using SMCLK
//
// Description: Input capture of ACLK/8 on P1.1(TA0)
www.eeworm.com/read/431480/8674930
pbd test.pbd
This is an internal working file generated by the Source Browser.
15:24 20s
G:\AEA\Electronic Design\MyProgram\os\Debug\Obj\7290.pbi
G:\AEA\Electronic Design\MyProgram\os\Debug\Obj\LCD.pbi
G:\AEA\
www.eeworm.com/read/286816/8740795
c tx_rx.c
//====================================================================================
//文 件 名: Tx_Rx.c
//功能描述: 红外发射接收驱动程序
//维护记录: 2006年6月27 by hongyan.Feng
//=============================
www.eeworm.com/read/286816/8740841
c tx_rx.c
//====================================================================================
//文 件 名: Tx_Rx.c
//功能描述: 红外发射接收驱动程序
//维护记录: 2006年6月27 by hongyan.Feng
//=============================