RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Macros
Command Elapsed Time 2 (CET2)

This group contains register bit definitions. More...

Macros

#define SPWTDP_CET2_CET2_SHIFT   0
 
#define SPWTDP_CET2_CET2_MASK   0xffffffffU
 
#define SPWTDP_CET2_CET2_GET(_reg)
 
#define SPWTDP_CET2_CET2_SET(_reg, _val)
 
#define SPWTDP_CET2_CET2(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ SPWTDP_CET2_CET2

#define SPWTDP_CET2_CET2 (   _val)
Value:
( ( ( _val ) << SPWTDP_CET2_CET2_SHIFT ) & \
SPWTDP_CET2_CET2_MASK )

◆ SPWTDP_CET2_CET2_GET

#define SPWTDP_CET2_CET2_GET (   _reg)
Value:
( ( ( _reg ) & SPWTDP_CET2_CET2_MASK ) >> \
SPWTDP_CET2_CET2_SHIFT )

◆ SPWTDP_CET2_CET2_SET

#define SPWTDP_CET2_CET2_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~SPWTDP_CET2_CET2_MASK ) | \
( ( ( _val ) << SPWTDP_CET2_CET2_SHIFT ) & \
SPWTDP_CET2_CET2_MASK ) )