This group contains register bit definitions.
More...
This group contains register bit definitions.
◆ L4STAT_CVAL_CVAL
#define L4STAT_CVAL_CVAL |
( |
|
_val | ) |
|
Value: ( ( ( _val ) << L4STAT_CVAL_CVAL_SHIFT ) & \
L4STAT_CVAL_CVAL_MASK )
◆ L4STAT_CVAL_CVAL_GET
#define L4STAT_CVAL_CVAL_GET |
( |
|
_reg | ) |
|
Value: ( ( ( _reg ) & L4STAT_CVAL_CVAL_MASK ) >> \
L4STAT_CVAL_CVAL_SHIFT )
◆ L4STAT_CVAL_CVAL_SET
#define L4STAT_CVAL_CVAL_SET |
( |
|
_reg, |
|
|
|
_val |
|
) |
| |
Value: ( ( ( _reg ) & ~L4STAT_CVAL_CVAL_MASK ) | \
( ( ( _val ) << L4STAT_CVAL_CVAL_SHIFT ) & \
L4STAT_CVAL_CVAL_MASK ) )