[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-libc-dev] Wishlist: place static bool in GPIO registers
From: |
Weddington, Eric |
Subject: |
RE: [avr-libc-dev] Wishlist: place static bool in GPIO registers |
Date: |
Wed, 19 Dec 2007 12:35:49 -0700 |
> -----Original Message-----
> From:
> address@hidden
> [mailto:address@hidden
> org] On Behalf Of Shaun Jackman
> Sent: Wednesday, December 19, 2007 12:00 PM
> To: address@hidden
> Subject: [avr-libc-dev] Wishlist: place static bool in GPIO registers
>
> The General Purpose I/O Registers (GPIOR0 through GIPOR3) are directly
> bit-accessible. It would be a very handy feature to be able to place a
> static bool (or any variable, I suppose) in the GPIO registers.
>
Hi Shaun,
Could you be more specific? Anyone can use bitwise operators now to
achieve this. Do you have something different in mind?
Eric