src: Add explicit 'pin' argument to ao_enable_output
authorKeith Packard <keithp@keithp.com>
Sat, 14 Jul 2012 09:44:17 +0000 (02:44 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Jul 2012 09:44:17 +0000 (02:44 -0700)
commit0cfd22baa6af44e053428c30c1a95cf5551b68af
treea347ac877f882bb6eaef11f0a88d46fe89915514
parent37032e4b0cbac4c823e3dd18e60ad8900e9ceff1
src: Add explicit 'pin' argument to ao_enable_output

This lets the cc1111 use the atomic bit operation instead of a mask,
which is immune to interrupt issues as well as being a shorter code sequence.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/avr/ao_arch_funcs.h
src/cc1111/ao_arch_funcs.h
src/core/ao_ignite.c
src/core/ao_pyro.c
src/drivers/ao_25lc1024.c
src/drivers/ao_companion.c
src/stm/ao_arch_funcs.h