Re: header files including other files
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Fri, 07 Sep 2007 20:43:34 -0400
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
.
- Follow-Ups:
- Re: header files including other files
- From: Al Balmer
- Re: header files including other files
- References:
- header files including other files
- From: Peter Harrison
- Re: header files including other files
- From: Peter Harrison
- Re: header files including other files
- From: CBFalconer
- Re: header files including other files
- From: Al Balmer
- header files including other files
- Prev by Date: Re: header files including other files
- Next by Date: Re: LED Display
- Previous by thread: Re: header files including other files
- Next by thread: Re: header files including other files
- Index(es):
Relevant Pages
|