interupt program when recive interupt from NRF24L01

guys plshelp me, i dont know how to interupt my program when i got recive data from Nrf24L01 iam using mirf lib

Don't use an interrupt. Polling is easier and better.

can give me some example sir,
becouse when iam using example from mirf i cant loop my other function when data not recived

Why don't you start by helping yourself. POST YOUR CODE so we know what exactly you are trying to do.

You shouldn't have to interrupt anything - the NRF should be checked from loop() the same as other things happen from loop()

...R