struct LineControlRegister

Defined at line 24 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

line control register

ULCON

Public Members

 field_parity_mode_26
 field_num_stop_bits_27
 field_word_length_28

Public Methods

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

31:6 Reserved.

Defined at line 26 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

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

31:6 Reserved.

Defined at line 26 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

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

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

Defined at line 27 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

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

Defined at line 27 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

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

Defined at line 28 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

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

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

Defined at line 28 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

hwreg::RegisterAddr<LineControlRegister> Get ()

Defined at line 30 of file ../../zircon/system/ulib/uart/include/lib/uart/exynos-usi.h

Records