Peter, seems like you've picked up quite a bit in the last couple months .
. . glad you're sharing too as ive pretty much been watching your progress
since you started posting on the groups. Thanks for sharing.

On Wed, Dec 10, 2014 at 10:01 AM, Peter Gregory <[email protected]> wrote:

> 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.
>

-- 
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