代码搜索:TimerA
找到约 1,846 项符合「TimerA」的源代码
代码结果 1,846
www.eeworm.com/read/310181/13656797
c test44x_ta02.c
//******************************************************************************
// MSP430-TEST44X Demo - Timer_A Toggle P5.1, CCR0 upmode ISR, DCO SMCLK
//
// Description; toggle P5.1 using usin
www.eeworm.com/read/127465/14352712
h init.h
#if !defined(__INIT_H__)
#define __INIT_H__
void init_MCU(void);
void init_TIMERA(void);
#endif
www.eeworm.com/read/127465/14352715
c init.c
#include
#include "Op_LCD.h"
#include "Main.h"
#include "Init.h"
void init_MCU(void)
{
//delay(2);
WDTCTL = WDTPW + WDTHOLD; //CLOW THE WATCHDOG;
// WDTCTL = 0x5A80;
www.eeworm.com/read/211036/15188159
s asmlib.s
/**
Assembler functions.
http://mspgcc.sf.net
chris
*/
#include "hardware.h"
#include "tasklist.h"
.extern procchar
.extern taskreg
/**
demux timer A interrupts
*/
interrupt(TIM
www.eeworm.com/read/376816/9305096
asm isr.asm
.include hardware.inc
.public _FIQ;
.external _BSR_FIQ_Routine
.external F_FIQ_Service_SACM_A2000
.text
_FIQ:
push R1,R5 to [sp]; // 寄存器压栈保护
R1 = C_FIQ_TMA;
test R1,[P_INT_Ctrl];
www.eeworm.com/read/364240/9917444
asm main.asm
//=====================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, rep
www.eeworm.com/read/398917/7909433
c main.c
#include "SPCE061V004.H"
#define TIMER_DATA_FOR_8KHZ(0xffff-1500) //时钟Fosc/2,采样频率8KHZ
main()
{
_asm("int off");
*P_TimerA_Ctrl=0x0030; //时钟频率为CLK的Fosc/2
www.eeworm.com/read/431480/8674732
tmp df_bh_timera.c~rf2c38ec.tmp
www.eeworm.com/read/431480/8674808
tmp df_bh_timera.c~rf2c115f.tmp
www.eeworm.com/read/431480/8674883