代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/442005/7661384
h sysconf.h
#ifndef GUARD_sysconf_h
#define GUARD_sysconf_h
// device include
#include
#include "types.h"
#include "sblcd_hpa449_sblcd.h"
//---- Clocking etc. ----------------------------------
www.eeworm.com/read/197383/8001313
c intdocument.c
//=============================================================
// 文件名称: IntDocument.c
// 实现功能: 各中断服务程序
// 完成日期: 2004,7,20
//==============================================================
#
www.eeworm.com/read/139119/13187618
h sysconf.h
#ifndef GUARD_sysconf_h
#define GUARD_sysconf_h
// device include
#include
#include "types.h"
#include "sblcd_hpa449_sblcd.h"
//---- Clocking etc. ----------------------------------
www.eeworm.com/read/304537/13791669
c intdocument.c
//=============================================================
// 文件名称: IntDocument.c
// 实现功能: 各中断服务程序
// 完成日期: 2004,7,20
//==============================================================
#
www.eeworm.com/read/258398/11865850
asm steerdrive.asm
.define P_TimerA_Data 0x700A
.define P_TimerA_Ctrl 0x700B
.define P_IOB_Data 0x7005
.define P_IOB_Buf 0x7006
.define P_IOB_Dir 0x7007
.define P_IOB_Attrib 0x7008
.
www.eeworm.com/read/320884/13417102
c cpux_02.c
//******************************************************************************
// MSP430xG461x Demo - Software addr variable, Rpt'd Blk to DAC0, Sine Out,
// TimerA0, DCO
//
// This progr
www.eeworm.com/read/343358/7086143
asm mictest.asm
.define TIMER_DATA_FOR_8KHZ (0xffff - 1500) // 时钟频率为Fosc/2,采样率为8kHz
.define P_TimerA_Ctrl 0x700b
.define P_TimerA_Data 0x700a
.define P_ADC 0x7014
.define P_ADC_Ctrl 0x7015
.defin
www.eeworm.com/read/11127/196411
c ta.c
# include "TA.h"
void TimerA_PORT_INIT(void)
{
//P1DIR |= BIT0| BIT1;
//P1OUT |= BIT0| BIT1;
//P1SEL |= BIT2| BIT3;
//P1DIR |= BIT2| BIT3;
}
void TimerA_INIT(void)
{
TACTL = TA
www.eeworm.com/read/490366/1199417
asm isr.asm
.text
.include hardware.inc
.include A2000.inc
.public _FIQ;
_FIQ:
PUSH R1,R4 to [sp]; //寄存器压栈保护
R1 = 0x2000;
test R1,[P_INT_Ctrl]; //是TimerA的FIQ中断?
jnz L_FIQ_TimerA;
R1 = 0x0800;
www.eeworm.com/read/331810/3403100
asm isr.asm
.text
.include hardware.inc
.include A2000.inc
.public _FIQ;
_FIQ:
PUSH R1,R4 to [sp]; //寄存器压栈保护
R1 = 0x2000;
test R1,[P_INT_Ctrl]; //是TimerA的FIQ中断?
jnz L_FIQ_TimerA;
R1 = 0x0800;