field Struct Reference

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

Detailed Description

Definition of a bitfield in a register.


Field Documentation

const char* description

Short description of the bitfield.

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.

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.

footer
©  Freescale Semiconductor, Inc., 2007.  All rights reserved.
Freescale Confidential Proprietary
NDA Required
doxygen