Simulate an Event

Hello dear Nordic.
I am wondering if I can simulate a hardware event by the software by writing any value to the event register, or in other words to create artificial interrupt trigger? Or maybe you have a special API for such a thing?

volatile uint32_t *nfc_FieldOnEvent = (volatile uint32_t *)0x4005104;
*nfc_FieldOnEvent = 1;


Best regards, Genadi.

Related