class NullIrqProvider

Defined at line 540 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

A no-op implementation of an IrqProvider. Useful in interrupts which cannot

(or do not want to) use interrupts.

Public Methods

void NullIrqProvider ()

Defined at line 542 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

void ~NullIrqProvider ()

Defined at line 543 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

void NullIrqProvider (const NullIrqProvider & )

No copy, no move.

Defined at line 546 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

NullIrqProvider & operator= (const NullIrqProvider & )

Defined at line 547 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

void NullIrqProvider (NullIrqProvider && )

Defined at line 548 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

NullIrqProvider & operator= (NullIrqProvider && )

Defined at line 549 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

void Init ()

Defined at line 551 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h

void SetInterruptsEnabled (bool enabled)

Defined at line 552 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h