RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Macros
Timestamp register (TSTAMP)

This group contains register bit definitions. More...

Macros

#define L4STAT_TSTAMP_TSTAMP_SHIFT   0
 
#define L4STAT_TSTAMP_TSTAMP_MASK   0xffffffffU
 
#define L4STAT_TSTAMP_TSTAMP_GET(_reg)
 
#define L4STAT_TSTAMP_TSTAMP_SET(_reg, _val)
 
#define L4STAT_TSTAMP_TSTAMP(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ L4STAT_TSTAMP_TSTAMP

#define L4STAT_TSTAMP_TSTAMP (   _val)
Value:
( ( ( _val ) << L4STAT_TSTAMP_TSTAMP_SHIFT ) & \
L4STAT_TSTAMP_TSTAMP_MASK )

◆ L4STAT_TSTAMP_TSTAMP_GET

#define L4STAT_TSTAMP_TSTAMP_GET (   _reg)
Value:
( ( ( _reg ) & L4STAT_TSTAMP_TSTAMP_MASK ) >> \
L4STAT_TSTAMP_TSTAMP_SHIFT )

◆ L4STAT_TSTAMP_TSTAMP_SET

#define L4STAT_TSTAMP_TSTAMP_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~L4STAT_TSTAMP_TSTAMP_MASK ) | \
( ( ( _val ) << L4STAT_TSTAMP_TSTAMP_SHIFT ) & \
L4STAT_TSTAMP_TSTAMP_MASK ) )