EVE 1.0
swint_state_t Struct Reference

#include <work.h>

Data Fields

bool disabled
 

Detailed Description

Software interrupt state.

The structure holds state if the software interrupts are enabled.

Definition at line 151 of file work.h.

Field Documentation

bool swint_state_t::disabled

true if software interrupt processing is disabled

Definition at line 152 of file work.h.