Definition of a bitfield in a register. More...
Data Fields | |
const char * | name |
const char * | description |
unsigned | lsb |
unsigned | msb |
bool | is_readable |
bool | is_writable |
Definition of a bitfield in a register.
const char* description |
Short description of the bitfield.
bool is_readable |
True if the bitfield can be read. If a bitfield is not readable but is in a readable register, it usually means the bitfield value is always returned as zero.
bool is_writable |
True if the bitfield can be modified.
unsigned lsb |
Least significant bit of the bitfield.
unsigned msb |
Most significant bit of the bitfield.
const char* name |
Bitfield name.
© Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
![]() |