On 2006-07-12, Stokes, Mark <msto...@idexcorp.com> wrote:

> You could also just use the built-in bitfield selection such as:
>
> // Alarm output
> #define ALARMENABLE         port2.out.pin5 = 1
> #define ALARMDISABLE        port2.out.pin5 = 0

Yup, that's exactly what I wanted.  I don't know why I couldn't
find those typedefs when I was looking for them a couple weeks
ago.

-- 
Grant Edwards                   grante             Yow!  Yow! I'm imagining
                                  at               a surfer van filled with
                               visi.com            soy sauce!


Reply via email to