interface ti.uia.events.IUIACtx |
 |
 |
XDCspec summary |
sourced in ti/uia/events/IUIACtx.xdc |
XDCspec declarations |
sourced in ti/uia/events/IUIACtx.xdc |
module-wide constants & types
module-wide config parameters
}
typedef IUIACtx.IsLoggingEnabledFxn |
 |
XDCspec declarations |
sourced in ti/uia/events/IUIACtx.xdc |
typedef Bool (*IsLoggingEnabledFxn)(Int);
config IUIACtx.ENABLEMASK // module-wide |
 |
Ctx Filter Enable Mask
XDCspec declarations |
sourced in ti/uia/events/IUIACtx.xdc |
config Bits16 ENABLEMASK;
DETAILS
configures which bit of the ti_uia_runtime_CtxFilter_gFlags
is assigned to control context aware filtering for
frame context changes. Must be configured with a
value that is 2**SYNCID.
config IUIACtx.SYNCID // module-wide |
 |
Trace Synchronization ID
XDCspec declarations |
sourced in ti/uia/events/IUIACtx.xdc |
DETAILS
configures the value to be written into the
4 bit context change type field used by the
UIASync trace synchronization
config IUIACtx.isLoggingEnabledFxn // module-wide |
 |
XDCspec declarations |
sourced in ti/uia/events/IUIACtx.xdc |
metaonly config IUIACtx.common$ // module-wide |
 |
Common module configuration parameters
XDCspec declarations |
sourced in ti/uia/events/IUIACtx.xdc |
DETAILS
All modules have this configuration parameter. Its name
contains the '$' character to ensure it does not conflict with
configuration parameters declared by the module. This allows
new configuration parameters to be added in the future without
any chance of breaking existing modules.
generated on Wed, 14 Mar 2012 16:46:03 GMT