hello
I want to config msp430
I saw at the example that there are some decleration for that.
I want to understand how I write to register.
.want I mean is if I want to enable ComparatorA 1 and disable ComparatorB .
I saw at the example that it wrote CBCTL0 |= CBIPEN
what does it mean " | ="
how the other bit doesn't change .