bpf2_1.inc

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

INC
50
字号
;;*****************************************************************************
;;*****************************************************************************
;;  FILENAME: BPF2_1.inc
;;   Version: 5.0, Updated on 2003/08/26 at 16:00:05
;;  Generated by PSoC Designer ver 4.0 b865 : 27 August, 2003
;;
;;  DESCRIPTION: Assembler declarations for the BPF2 user module interface
;;-----------------------------------------------------------------------------
;;  Copyright (c) Cypress MicroSystems 2001-2003. All Rights Reserved.
;;*****************************************************************************
;;*****************************************************************************

include "m8c.inc"

;--------------------------------------------------
; Register constants and masks
;--------------------------------------------------
BPF2_1_OFF:                                equ 0
BPF2_1_LOWPOWER:                           equ 1
BPF2_1_MEDPOWER:                           equ 2
BPF2_1_HIGHPOWER:                          equ 3

BPF2_1_FEEDBACK_16:                        equ 0
BPF2_1_FEEDBACK_32:                        equ 1


;--------------------------------------------------
; Registers used by BPF2_1
;--------------------------------------------------

BPF2_1_FLIN_CR0:    equ 80h                      ; SCA Block Control Register 0
BPF2_1_FLIN_CR1:    equ 81h                      ; SCA Block Control Register 1
BPF2_1_FLIN_CR2:    equ 82h                      ; SCA Block Control Register 2
BPF2_1_FLIN_CR3:    equ 83h                      ; SCA Block Control Register 3
BPF2_1_FLFB_CR0:    equ 84h                      ; SCA Block Control Register 0
BPF2_1_FLFB_CR1:    equ 85h                      ; SCA Block Control Register 1
BPF2_1_FLFB_CR2:    equ 86h                      ; SCA Block Control Register 2
BPF2_1_FLFB_CR3:    equ 87h                      ; SCA Block Control Register 3

; UM Cap naming convention per Gregorian and Temes, p293

BPF2_1_FILT_C1_REG: equ 80h
BPF2_1_FILT_C2_REG: equ 81h
BPF2_1_FILT_C3_REG: equ 84h
BPF2_1_FILT_C4_REG: equ 86h
BPF2_1_FILT_CA_REG: equ 80h
BPF2_1_FILT_CB_REG: equ 84h

; end of file BPF2_1.inc

⌨️ 快捷键说明

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