class InterruptEnableRegister
Defined at line 60 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
Public Members
field_RsvdZ_62
field_programmable_thre_interrupt_mode_enable_63
field_RsvdZ_64
field_lsr_clear_status_on_read_65
field_modem_status_66
field_line_status_67
field_tx_empty_68
field_rx_available_69
Public Methods
template <,>
typename SelfType::ValueType programmable_thre_interrupt_mode_enable ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 63 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_programmable_thre_interrupt_mode_enable (typename SelfType::ValueType val)
Defined at line 63 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType lsr_clear_status_on_read ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 65 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_lsr_clear_status_on_read (typename SelfType::ValueType val)
Defined at line 65 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType modem_status ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 66 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_modem_status (typename SelfType::ValueType val)
Defined at line 66 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType line_status ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 67 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_line_status (typename SelfType::ValueType val)
Defined at line 67 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_tx_empty (typename SelfType::ValueType val)
Defined at line 68 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType tx_empty ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 68 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType rx_available ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 69 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_rx_available (typename SelfType::ValueType val)
Defined at line 69 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
hwreg::RegisterAddr<SelfType> Get ()
Defined at line 70 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h