example_dps2812m_keyboard.h

来自「代码是北京合众达公司提供的TMS320F2812的例子程序」· C头文件 代码 · 共 26 行

H
26
字号
/* =================================================================================
File name:       Examle_DPS2812M_KEYBOARD.H (28x version)                    
                    
Originator:	R&D Group
		SEED 

Description: 
Header file containing constants, data type definitions, and 
function prototypes for the communication.

=====================================================================================
 History:
-------------------------------------------------------------------------------------
 03-16-2006		Release	Rev 1.0                                                   
------------------------------------------------------------------------------*/
#ifndef __Example_DPS2812M_KEYBOARD_H__
#define __Example_DPS2812M_KEYBOARD_H__

volatile unsigned int* KeyValue = (volatile unsigned int *) 0x3600;

volatile unsigned int* KeyScan = (volatile unsigned int *) 0x3500;
interrupt void cpu_timer0_isr(void);
                                      
#endif 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?