 |
EPPL
0.1 alpha
|
|
Go to the documentation of this file.
38 #ifndef EPPL_TARGET_INCLUDED
39 #define EPPL_TARGET_INCLUDED
41 #define EPPL_TARGET_FILENAME EPPL_LC(eppl_, EPPL_TARGET).h
42 #define EPPL_TARGET_FILEPATH port/EPPL_TARGET
43 #define EPPL_TARGET_FILE EPPL_TEXT(EPPL_TARGET_FILEPATH/EPPL_TARGET_FILENAME)
68 #define EPPL_TARGET_MAPC(n) EPPL_LC(EPPL_LC(EPPL_, EPPL_TARGET), n)
77 #define EPPL_TARGET_MAPF(n) EPPL_LC(EPPL_LC(eppl_, EPPL_TARGET), n)
89 #define EPPL_port_PORTSIZE EPPL_TARGET_MAPC(_PORTSIZE)
92 #define EPPL_port_PORTCNT EPPL_TARGET_MAPC(_PORTCNT)
96 #define EPPL_port_CONFSIZE EPPL_TARGET_MAPC(_CONFSIZE)
102 #define eppl_port_InitOnePort EPPL_TARGET_MAPF(_InitOnePort)
107 #define EPPL_port_ReinitIsSafe EPPL_TARGET_MAPC(_ReinitIsSafe)
112 #define eppl_port_ReinitOnePort EPPL_TARGET_MAPF(_ReinitOnePort)
118 #define EPPL_port_MapOutIsSafe EPPL_TARGET_MAPC(_MapOutIsSafe)
124 #define EPPL_port_generateMapOutToOnePort EPPL_TARGET_MAPC(_generateMapOutToOnePort)
130 #define EPPL_port_generateMapInFromOnePort EPPL_TARGET_MAPC(_generateMapInFromOnePort)
136 #define eppl_port_LockableBlockBegin EPPL_TARGET_MAPF(_LockableBlockBegin)
141 #define eppl_port_LockableBlockEnd EPPL_TARGET_MAPF(_LockableBlockEnd)