RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros
Command Elapsed Time 1 (CET1)

This group contains register bit definitions. More...

Macros

#define SPWTDP_CET1_CET1_SHIFT   0
 
#define SPWTDP_CET1_CET1_MASK   0xffffffffU
 
#define SPWTDP_CET1_CET1_GET(_reg)
 
#define SPWTDP_CET1_CET1_SET(_reg, _val)
 
#define SPWTDP_CET1_CET1(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ SPWTDP_CET1_CET1

#define SPWTDP_CET1_CET1 (   _val)
Value:
( ( ( _val ) << SPWTDP_CET1_CET1_SHIFT ) & \
SPWTDP_CET1_CET1_MASK )

◆ SPWTDP_CET1_CET1_GET

#define SPWTDP_CET1_CET1_GET (   _reg)
Value:
( ( ( _reg ) & SPWTDP_CET1_CET1_MASK ) >> \
SPWTDP_CET1_CET1_SHIFT )

◆ SPWTDP_CET1_CET1_SET

#define SPWTDP_CET1_CET1_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~SPWTDP_CET1_CET1_MASK ) | \
( ( ( _val ) << SPWTDP_CET1_CET1_SHIFT ) & \
SPWTDP_CET1_CET1_MASK ) )