Wake up Example Question.
I am currently reviewing examples of the phrase 'WKPU'.
Example is "SPC58xHxx_cut2_RLA WKPU Interrupt Test Application for Discovery".
If you press button sw0, LED3 turns on.
If you press button sw1, LED1 turns on.
And if you press button sw2, LED2 turns on.
What I'm curious about.
void wkpu0_int12_cb(WKPUDriver *wkpup);
I'm curious about how the function is linked to the sw1 button. Can you explain that?
Likewise....
void wkpu0_int18_cb(WKPUDriver *wkpup);
I'm curious about how the function is linked to the sw2 button. Can you explain that?
And..
void wkpu0_int18_cb(WKPUDriver *wkpup);
I'm curious about how the function is linked to the sw3 button. Can you explain that?
In conclusion, it's all the same question....
help me ㅠㅠ
