class LineStatusRegister
Defined at line 140 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
Public Members
field_RsvdZ_142
field_address_received_143
field_receive_fifo_error_144
field_error_in_rx_fifo_145
field_tx_empty_146
field_tx_register_empty_147
field_break_interrupt_148
field_framing_error_149
field_parity_error_150
field_overrun_error_151
field_data_ready_152
Public Methods
template <,>
typename SelfType::ValueType address_received ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 143 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_address_received (typename SelfType::ValueType val)
Defined at line 143 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType receive_fifo_error ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 144 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_receive_fifo_error (typename SelfType::ValueType val)
Defined at line 144 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType error_in_rx_fifo ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 145 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_error_in_rx_fifo (typename SelfType::ValueType val)
Defined at line 145 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_tx_empty (typename SelfType::ValueType val)
Defined at line 146 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 146 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_tx_register_empty (typename SelfType::ValueType val)
Defined at line 147 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType tx_register_empty ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 147 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType break_interrupt ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 148 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_break_interrupt (typename SelfType::ValueType val)
Defined at line 148 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType framing_error ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 149 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_framing_error (typename SelfType::ValueType val)
Defined at line 149 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType parity_error ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 150 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_parity_error (typename SelfType::ValueType val)
Defined at line 150 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType overrun_error ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 151 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_overrun_error (typename SelfType::ValueType val)
Defined at line 151 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType data_ready ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 152 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_data_ready (typename SelfType::ValueType val)
Defined at line 152 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
hwreg::RegisterAddr<LineStatusRegister> Get ()
Defined at line 153 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h