This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L1306: Definition of __WFI()

Part Number: MSPM0L1306

Dear champs, 

I am asking this for our customer.

We usually have this in main() of the example codes.

    while (1) {
        __WFI();
    }

Where and what is the definition of __WFI();?