RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros
Delay Count (DC)

This group contains register bit definitions. More...

Macros

#define SPWTDP_DC_DC_SHIFT   0
 
#define SPWTDP_DC_DC_MASK   0x7fffU
 
#define SPWTDP_DC_DC_GET(_reg)
 
#define SPWTDP_DC_DC_SET(_reg, _val)
 
#define SPWTDP_DC_DC(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ SPWTDP_DC_DC

#define SPWTDP_DC_DC (   _val)
Value:
( ( ( _val ) << SPWTDP_DC_DC_SHIFT ) & \
SPWTDP_DC_DC_MASK )

◆ SPWTDP_DC_DC_GET

#define SPWTDP_DC_DC_GET (   _reg)
Value:
( ( ( _reg ) & SPWTDP_DC_DC_MASK ) >> \
SPWTDP_DC_DC_SHIFT )

◆ SPWTDP_DC_DC_SET

#define SPWTDP_DC_DC_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~SPWTDP_DC_DC_MASK ) | \
( ( ( _val ) << SPWTDP_DC_DC_SHIFT ) & \
SPWTDP_DC_DC_MASK ) )