RTEMS 6.1-rc1
Macros
Command Elapsed Time 3 (CET3)

This group contains register bit definitions. More...

Macros

#define SPWTDP_CET3_CET3_SHIFT   0
 
#define SPWTDP_CET3_CET3_MASK   0xffffffffU
 
#define SPWTDP_CET3_CET3_GET(_reg)
 
#define SPWTDP_CET3_CET3_SET(_reg, _val)
 
#define SPWTDP_CET3_CET3(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ SPWTDP_CET3_CET3

#define SPWTDP_CET3_CET3 (   _val)
Value:
( ( ( _val ) << SPWTDP_CET3_CET3_SHIFT ) & \
SPWTDP_CET3_CET3_MASK )

◆ SPWTDP_CET3_CET3_GET

#define SPWTDP_CET3_CET3_GET (   _reg)
Value:
( ( ( _reg ) & SPWTDP_CET3_CET3_MASK ) >> \
SPWTDP_CET3_CET3_SHIFT )

◆ SPWTDP_CET3_CET3_SET

#define SPWTDP_CET3_CET3_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~SPWTDP_CET3_CET3_MASK ) | \
( ( ( _val ) << SPWTDP_CET3_CET3_SHIFT ) & \
SPWTDP_CET3_CET3_MASK ) )