struct LineControlRegister

Defined at line 130 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

Public Members

 field_reserved_131
 field_enable_sticky_parity_132
 field_word_length_133
 field_fifo_enable_134
 field_enable_two_stop_bits_135
 field_enable_even_parity_136
 field_enable_parity_137
 field_enable_enable_send_break_138

Public Methods

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

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

Defined at line 131 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 131 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 132 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 132 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 133 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 133 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 134 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 134 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 135 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 135 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 136 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 136 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 137 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 137 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

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

Defined at line 138 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

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

Defined at line 138 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

hwreg::RegisterAddr<LineControlRegister> Get ()

Defined at line 140 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h

Records