Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8suidinc ; avoid multiple inclusion__stm8suidinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File UID.INC *;* *;* contains SFR and Bit Definitions for STM8S Acces Line Unique ID *;* *;****************************************************************************__defuid macro BaseU_IDSTART label Base+$00 ; start address unique idU_ID_XCOORD label Base+$00 ; X co-ordinate on the waferU_ID_YCOORD label Base+$02 ; Y co-ordinate on the waferU_ID_WFNUM label Base+$04 ; Wafer numberU_ID_LOT label Base+$05 ; Lot numberU_IDEND label Base+$0c ; end address unique idendmrestoreendif ; __stm8suidinc