RTEMS 6.1-rc1
Macros
Counter 0-15 value register (CVAL)

This group contains register bit definitions. More...

Macros

#define L4STAT_CVAL_CVAL_SHIFT   0
 
#define L4STAT_CVAL_CVAL_MASK   0xffffffffU
 
#define L4STAT_CVAL_CVAL_GET(_reg)
 
#define L4STAT_CVAL_CVAL_SET(_reg, _val)
 
#define L4STAT_CVAL_CVAL(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ 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 ) )