mixer.inc

来自「测量脉搏的源码 Cypress公司使用 CY27443 完成相关的功能」· INC 代码 · 共 37 行

INC
37
字号
;;*****************************************************************************
;;*****************************************************************************
;;  FILENAME:   Mixer.inc
;;  Version: 2.2, Updated on 2003/11/18 at 15:02:07
;;  Generated by PSoC Designer ver 4.1 BETA b923 : 11 December, 2003
;;
;;  DESCRIPTION:  Assembler declarations for the SCBLOCK User Module interface
;;                for the 22/24/25/26/27xxx PSoC family of devices.
;;-----------------------------------------------------------------------------
;;  Copyright (c) Cypress MicroSystems 2000-2003. All Rights Reserved.
;;*****************************************************************************
;;*****************************************************************************

;--------------------------------------------------
; Constants for Mixer API's
;--------------------------------------------------
Mixer_OFF:         equ  0
Mixer_LOWPOWER:    equ  1
Mixer_MEDPOWER:    equ  2
Mixer_HIGHPOWER:   equ  3

;--------------------------------------------------
; Register Address Constants for Mixer
;--------------------------------------------------
Mixer_cr0:  equ 94h
Mixer_cr1:  equ 95h
Mixer_cr2:  equ 96h
Mixer_cr3:  equ 97h
Mixer_Comp_Ctrl:    equ 0h

; end of file Mixer.inc





⌨️ 快捷键说明

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