mbgtools-lx  4.2.8
IRQ status information

Macros

#define PCPS_IRQ_STAT_ENABLE_CALLED   0x01
 
#define PCPS_IRQ_STAT_ENABLED   0x02
 
#define PCPS_IRQ_STAT_UNSAFE   0x04
 
#define PCPS_IRQ_STATE_DANGER   ( PCPS_IRQ_STAT_ENABLED | PCPS_IRQ_STAT_UNSAFE )
 

Typedefs

typedef uint32_t PCPS_IRQ_STAT_INFO
 

Detailed Description

Macro Definition Documentation

◆ PCPS_IRQ_STAT_ENABLE_CALLED

#define PCPS_IRQ_STAT_ENABLE_CALLED   0x01

Definition at line 1471 of file pcpsdev.h.

Referenced by mbgdrvr_disable_cyclic(), and mbgdrvr_enable_cyclic().

◆ PCPS_IRQ_STAT_ENABLED

#define PCPS_IRQ_STAT_ENABLED   0x02

Definition at line 1472 of file pcpsdev.h.

Referenced by check_irq_unsafe(), mbgdrvr_disable_cyclic(), and mbgdrvr_enable_cyclic().

◆ PCPS_IRQ_STAT_UNSAFE

#define PCPS_IRQ_STAT_UNSAFE   0x04

Definition at line 1473 of file pcpsdev.h.

Referenced by check_irq_unsafe(), mbgdrvr_enable_cyclic(), and pcps_check_pex_irq_unsafe().

◆ PCPS_IRQ_STATE_DANGER

#define PCPS_IRQ_STATE_DANGER   ( PCPS_IRQ_STAT_ENABLED | PCPS_IRQ_STAT_UNSAFE )

Definition at line 1475 of file pcpsdev.h.

Typedef Documentation

◆ PCPS_IRQ_STAT_INFO

typedef uint32_t PCPS_IRQ_STAT_INFO

Definition at line 1468 of file pcpsdev.h.