Blame | Last modification | View Log | Download | RSS feed
ifndef __s12z_dac_inc__s12z_dac_inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File S12ZDAC.INC *;* *;* Contains Bit & Register Definitions for S12Z Digital/Analog Converter *;* *;****************************************************************************DACCTL equ $0680 ; Control RegisterFVR s12zbit DACCTL,7 ; Full Voltage RangeDRIVE s12zbit DACCTL,6 ; Drive SelectDACM s12zfld DACCTL,3:0 ; Mode SelectDACVOL equ $0682 ; Analog Output Voltage Level RegisterVOLTAGE s12zfld DACVOL,8:0 ; analog output voltageDACDEBUG equ $0687 ; reservedrestore ; re-enable listingendif ; __s12z_dac_inc