class LineControlRegister

Defined at line 100 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

Public Members

 field_RsvdZ_102
 field_divisor_latch_access_103
 field_break_control_104
 field_stick_parity_105
 field_even_parity_106
 field_parity_enable_107
 field_stop_bits_108
 field_word_length_109
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 103 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 103 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 104 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 104 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 105 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 105 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 106 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 106 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 107 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 107 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 108 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 108 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 109 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 109 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

hwreg::RegisterAddr<LineControlRegister> Get ()

Defined at line 119 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

Records