led_shiftcap.inc

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

INC
41
字号
;;*****************************************************************************
;;*****************************************************************************
;;  FILENAME:   LED_ShiftCAP.inc
;;  Version: 1.2, Updated on 2006/10/26 at 11:51:45
;;  Generated by PSoC Designer ver 4.4  b1884 : 14 Jan, 2007
;;
;;  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_ShiftCAP_Port:      equ   0x1


LED_ShiftCAP_PortDR:    equ   PRT1DR

LED_ShiftCAP_PinMask:   equ  0x10

LED_ShiftCAP_Drive:     equ   1

LED_ShiftCAP_ON:        equ   0
LED_ShiftCAP_OFF:       equ   1

;------------------------------------------------------
;  Register Address Constants for  LED_ShiftCAP
;------------------------------------------------------

;------------------------------------------------------
;  Macros for  LED_ShiftCAP
;------------------------------------------------------





; end of file LED_ShiftCAP.inc

⌨️ 快捷键说明

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