Hi,
You can find more information about the components in the help on component option you find if you right click on the component and select the option. The same information is present on the CodeWarrior folder following the path: C:\Freescale\CW MCU v10.6\MCU\ProcessorExpert\Beans
Regarding the "Events" this is part of the Processor Expert code, and is not referring to a Event of the CAN terminology. Refer to C:\Freescale\CW MCU v10.6\MCU\ProcessorExpert\DOCs\InterruptsEvents there you can find the information about Events.
Basically the GetEventMask() method will return the current event mask, you can see the possible values in the Events tab of the CAN_LDD information, when you call the GetEventMask method and an event is in process it will return the name of the Event that is being executed.
Hope this information can help you
Best Regards,
Adrian Sanchez Cano
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------