Other Parts Discussed in Thread: HALCOGEN
Hello,
I am trying to understand, in some code (generated by Halcogen), the scope of operations like the following just to assign to the register value:
systemREG1->CSDIS = 0x00000000U
| 0x00000000U
| 0x00000008U
| 0x00000080U
| 0x00000000U
| 0x00000040U
| 0x00000000U;
Would not it be easier assigning directly the value (which should result from the bitwise operation)?
Thanks ahead.