Blame | Last modification | View Log | Download | RSS feed
ifndef __st6gpioinc ; avoid multiple inclusion__st6gpioinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File GPIO.INC *;* *;* contains SFR and Bit Definitions for ST62xx GPIO *;* *;****************************************************************************__defgpio macro NAME,Base__NS eval "\{NAME}"DR{__NS} sfr Base+00h ; Data RegisterDDR{__NS} sfr Base+04h ; Data Direction RegisterOR{__NS} sfr Base+0ch ; Option Registerendmrestoreendif ; __st6gpioinc