C question
- From: "Xarion" <xarion@xxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 11:26:20 +0200
Hi everyone
I am trying to get to terms with programming in C now.
What does the following mean?
I understand that it is a structure called dat_bits but ...
1) what does the 8 and the 24 mean?
2) why is there no name declared in line 3?
1: typedef struct {
2: _REG32 DATA : 8;
3: _REG32 :24;
4:} dat_bits;
Thanx :)
Xarion
.
- Follow-Ups:
- Re: C question
- From: Xarion
- Re: C question
- From: Colin Paul Gloster
- Re: C question
- From: Sebastien
- Re: C question
- Prev by Date: Re: N to 1 to M SMS based telemetry
- Next by Date: Re: Learning embedded coding, which uC?
- Previous by thread: AT91RM9200-EK & BasicGraphicDisplay
- Next by thread: Re: C question
- Index(es):
Relevant Pages
|