This function initializes the event counters in L2 Cache controller with a set of event codes specified by the user.
Note: The definitions for event codes XL2CC_* can be found in xl2cc_counter.h.
Prototype
void XL2cc_EventCtrInit(s32 Event0, s32 Event1);
Parameters
The following table lists the XL2cc_EventCtrInit function arguments.
| Name | Description |
|---|---|
| Event0 | Event code for counter 0. |
| Event1 | Event code for counter 1. |