class LineControlRegister
Defined at line 105 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
Public Members
field_RsvdZ_107
field_divisor_latch_access_108
field_break_control_109
field_stick_parity_110
field_even_parity_111
field_parity_enable_112
field_stop_bits_113
field_word_length_114
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 108 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_divisor_latch_access (typename SelfType::ValueType val)
Defined at line 108 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType break_control ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 109 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_break_control (typename SelfType::ValueType val)
Defined at line 109 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_stick_parity (typename SelfType::ValueType val)
Defined at line 110 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType stick_parity ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 110 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType even_parity ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 111 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_even_parity (typename SelfType::ValueType val)
Defined at line 111 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType parity_enable ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 112 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_parity_enable (typename SelfType::ValueType val)
Defined at line 112 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_stop_bits (typename SelfType::ValueType val)
Defined at line 113 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType stop_bits ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 113 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_word_length (typename SelfType::ValueType val)
Defined at line 114 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType word_length ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 114 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
hwreg::RegisterAddr<LineControlRegister> Get ()
Defined at line 124 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h