next up previous contents index
Next: 6.15.3 osenv_intr_enabled: determine the Up: 6.15 Hardware Interrupts Previous: 6.15.1 osenv_intr_disable: prevent interrupts

6.15.2 osenv_intr_enable: allow interrupts in the driver environment

 

SYNOPSIS

void osenv_intr_enable(void);

DIRECTION

Component tex2html_wrap_inline32841 OS, Nonblocking

DESCRIPTION

Enable interrupt delivery to the calling driver set. This can be implemented either by directly enabling interrupts at the interrupt controller or CPU, or using some software scheme.



University of Utah Flux Research Group