RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros
Command Elapsed Time 4 (CET4)

This group contains register bit definitions. More...

Macros

#define SPWTDP_CET4_CET4_SHIFT   24
 
#define SPWTDP_CET4_CET4_MASK   0xff000000U
 
#define SPWTDP_CET4_CET4_GET(_reg)
 
#define SPWTDP_CET4_CET4_SET(_reg, _val)
 
#define SPWTDP_CET4_CET4(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ SPWTDP_CET4_CET4

#define SPWTDP_CET4_CET4 (   _val)
Value:
( ( ( _val ) << SPWTDP_CET4_CET4_SHIFT ) & \
SPWTDP_CET4_CET4_MASK )

◆ SPWTDP_CET4_CET4_GET

#define SPWTDP_CET4_CET4_GET (   _reg)
Value:
( ( ( _reg ) & SPWTDP_CET4_CET4_MASK ) >> \
SPWTDP_CET4_CET4_SHIFT )

◆ SPWTDP_CET4_CET4_SET

#define SPWTDP_CET4_CET4_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~SPWTDP_CET4_CET4_MASK ) | \
( ( ( _val ) << SPWTDP_CET4_CET4_SHIFT ) & \
SPWTDP_CET4_CET4_MASK ) )