We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
This is in reference to capability exposed by Keil for integration of peripherals with some set of registers. From the examples SPeriDLL and STimerDLL available for download, it was found that:
As per the definition of AGSI "setWatchOnSFR",
--->> setWatchOnSFR( register, callback, agsitype);
whenever, "register" will be accessed by Keil, then "callback" function will be called.
:: My problem is :: In this call back function named "register", can't we get the name or address of register for which this callback happened. And moreover, the AGSIACCESSTYPE, for which call-back happened.