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