Re: header files including other files



Al Balmer wrote:
CBFalconer <cbfalconer@xxxxxxxxx> wrote:

.... snip ...

You can only create types in C with struct or enums. Anything else
is simply an alias, including those unint8_ts etc. If you want
exactly 8 bits of something, put it in a type that can hold those 8
bits, and mask off anything outside them.

How do you write only the masked bits to the device?

Investigate the i/o of the device.

--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net>



--
Posted via a free Usenet account from http://www.teranews.com

.



Relevant Pages