Toggle bit 15 of R30

__R30 = __R30 ^ 0x8000; // toggle bit 15
__R30 = __R30 | 0x8000; // turn on bit 15
__R30 = __R30 & ~0x8000; // turn off bit 15

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to