class LineStatusRegister

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

Public Members

 field_error_in_rx_fifo_159
 field_tx_empty_160
 field_tx_register_empty_161
 field_break_interrupt_162
 field_framing_error_163
 field_parity_error_164
 field_overrun_error_165
 field_data_ready_166

Public Methods

template <, >
typename SelfType::ValueType error_in_rx_fifo ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_error_in_rx_fifo (typename SelfType::ValueType val)

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

template <, >
SelfType & set_tx_empty (typename SelfType::ValueType val)

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

template <, >
typename SelfType::ValueType tx_empty ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_tx_register_empty (typename SelfType::ValueType val)

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

template <, >
typename SelfType::ValueType tx_register_empty ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
typename SelfType::ValueType break_interrupt ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_break_interrupt (typename SelfType::ValueType val)

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

template <, >
typename SelfType::ValueType framing_error ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_framing_error (typename SelfType::ValueType val)

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

template <, >
typename SelfType::ValueType parity_error ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_parity_error (typename SelfType::ValueType val)

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

template <, >
typename SelfType::ValueType overrun_error ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_overrun_error (typename SelfType::ValueType val)

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

template <, >
typename SelfType::ValueType data_ready ()

NOLINTEND(misc-non-private-member-variables-in-classes)

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

template <, >
SelfType & set_data_ready (typename SelfType::ValueType val)

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

hwreg::RegisterAddr<LineStatusRegister> Get ()

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

Records