class NullIrqProvider
Defined at line 536 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 538 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
void ~NullIrqProvider ()
Defined at line 539 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
void NullIrqProvider (const NullIrqProvider & )
No copy, no move.
Defined at line 542 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
NullIrqProvider & operator= (const NullIrqProvider & )
Defined at line 543 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
void NullIrqProvider (NullIrqProvider && )
Defined at line 544 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
NullIrqProvider & operator= (NullIrqProvider && )
Defined at line 545 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
void Init ()
Defined at line 547 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h
void SetInterruptsEnabled (bool enabled)
Defined at line 548 of file ../../zircon/system/ulib/uart/include/lib/uart/uart.h