class LineControlRegister
Defined at line 124 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
Public Members
field_divisor_latch_access_126
field_break_control_127
field_stick_parity_128
field_even_parity_129
field_parity_enable_130
field_stop_bits_131
field_word_length_132
static const uint8_t kWordLength5
static const uint8_t kWordLength6
static const uint8_t kWordLength7
static const uint8_t kWordLength8
static const uint8_t kStopBits1
static const uint8_t kStopBits2
Public Methods
template <, >
typename SelfType::ValueType divisor_latch_access ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 126 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_divisor_latch_access (typename SelfType::ValueType val)
Defined at line 126 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
typename SelfType::ValueType break_control ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 127 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_break_control (typename SelfType::ValueType val)
Defined at line 127 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_stick_parity (typename SelfType::ValueType val)
Defined at line 128 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
typename SelfType::ValueType stick_parity ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 128 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
typename SelfType::ValueType even_parity ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 129 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_even_parity (typename SelfType::ValueType val)
Defined at line 129 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
typename SelfType::ValueType parity_enable ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 130 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_parity_enable (typename SelfType::ValueType val)
Defined at line 130 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_stop_bits (typename SelfType::ValueType val)
Defined at line 131 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
typename SelfType::ValueType stop_bits ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 131 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
SelfType & set_word_length (typename SelfType::ValueType val)
Defined at line 132 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
template <, >
typename SelfType::ValueType word_length ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 132 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h
hwreg::RegisterAddr<LineControlRegister> Get ()
Defined at line 142 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h