Tool/software: TI C/C++ Compiler
I am new to msp 430 programming. I was going through source code, where i found this line of code.
while (!(UC1IFG&UCA1TXIFG));
Here, UC1IFG is register and UCA1TXIFG is a single bit. How can we perform and operation.