disable_irq_nosync

Name

disable_irq_nosync --  disable an irq without waiting

Synopsis

void inline disable_irq_nosync (unsigned int irq);

Arguments

irq

Interrupt to disable

Description

Disable the selected interrupt line. Disables of an interrupt stack. Unlike disable_irq, this function does not ensure existing instances of the IRQ handler have completed before returning.

This function may be called from IRQ context.