Definition of one register. More...
Data Fields | |
| const char * | name |
| const char * | description |
| unsigned | width |
| unsigned | offset |
| bool | is_readable |
| bool | is_writable |
| unsigned | field_count |
| struct field * | fields |
Definition of one register.
| const char* description |
Short description of the register.
| unsigned field_count |
Number of bitfields in fields array.
| bool is_readable |
True if the register can be read from.
| bool is_writable |
True if the register can be written to.
| const char* name |
Register name.
| unsigned offset |
Offset in bytes from the module's base address.
| unsigned width |
Size in bytes of the register.
| © Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
|