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.

Compiler/MSP430FR6989: Could someone explain "intrinsics" to me?

Part Number: MSP430FR6989

Tool/software: TI C/C++ Compiler

I have a hard time understanding what are intrinsics.

Whats the difference between inline functions, macros and intrinsics?(are they similar at all?)

More specifically, whats the difference between these 2 lines of code:

__bis_SR_register(GIE);

__enable_interrupt();

Bálint