led_1.inc

来自「cypresscy74294ic键盘和鼠标原码」· INC 代码 · 共 41 行

INC
41
字号
;;*****************************************************************************
;;*****************************************************************************
;;  FILENAME:   LED_1.inc
;;  Version: 1.1, Updated on 2006/06/13 at 15:18:58
;;  Generated by PSoC Designer ver 4.3  b1884 : 23 June, 2006
;;
;;  DESCRIPTION:  Assembler declarations for the LED user module interface
;;                for the 22/24/25/26/27xxx PSoC family of devices.
;;-----------------------------------------------------------------------------
;;  Copyright (c) Cypress MicroSystems 2006. All Rights Reserved.
;;*****************************************************************************
;;*****************************************************************************

include "m8c.inc"

LED_1_Port:      equ   0x1


LED_1_PortDR:    equ   PRT1DR

LED_1_PinMask:   equ  0x20

LED_1_Drive:     equ   1

LED_1_ON:        equ   0
LED_1_OFF:       equ   1

;------------------------------------------------------
;  Register Address Constants for  LED_1
;------------------------------------------------------

;------------------------------------------------------
;  Macros for  LED_1
;------------------------------------------------------





; end of file LED_1.inc

⌨️ 快捷键说明

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