RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros
Broadcast register (BRDCST)

This group contains register bit definitions. More...

Macros

#define IRQAMP_BRDCST_BM15_1_SHIFT   1
 
#define IRQAMP_BRDCST_BM15_1_MASK   0xfffeU
 
#define IRQAMP_BRDCST_BM15_1_GET(_reg)
 
#define IRQAMP_BRDCST_BM15_1_SET(_reg, _val)
 
#define IRQAMP_BRDCST_BM15_1(_val)
 

Detailed Description

This group contains register bit definitions.

Macro Definition Documentation

◆ IRQAMP_BRDCST_BM15_1

#define IRQAMP_BRDCST_BM15_1 (   _val)
Value:
( ( ( _val ) << IRQAMP_BRDCST_BM15_1_SHIFT ) & \
IRQAMP_BRDCST_BM15_1_MASK )

◆ IRQAMP_BRDCST_BM15_1_GET

#define IRQAMP_BRDCST_BM15_1_GET (   _reg)
Value:
( ( ( _reg ) & IRQAMP_BRDCST_BM15_1_MASK ) >> \
IRQAMP_BRDCST_BM15_1_SHIFT )

◆ IRQAMP_BRDCST_BM15_1_SET

#define IRQAMP_BRDCST_BM15_1_SET (   _reg,
  _val 
)
Value:
( ( ( _reg ) & ~IRQAMP_BRDCST_BM15_1_MASK ) | \
( ( ( _val ) << IRQAMP_BRDCST_BM15_1_SHIFT ) & \
IRQAMP_BRDCST_BM15_1_MASK ) )