added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,43 @@
compile insert rev_ConvContext_Equates
/*
Author : Darth McC
Date : 18 Jun 07
Purpose : Equates for use with the GetConvContext and SetConvContext
functions
Comments
========
Amended Date Version Reason
======= ==== ======= ======
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#IFNDEF _REV_CONVCONTEXT_EQUATES_
#DEFINE _REV_CONVCONTEXT_EQUATES_
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
declare subroutine setOIState
declare function getOIState
$insert rev_Conv_Equates
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
* // Context equates
equ OISTATE_NORMAL$ to 0
equ OISTATE_CTO$ to 1
Equ OISTATE_AREV32$ To 2
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
#ENDIF