struct DataRegister

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

We use expanded title (first clause in the Function column of the manual)

rather than the acronym (Name column in the manual) for readability, except

for the RS-232 standard acronyms and tx/rx for transmit/receive.

Public Members

 field_overrun_error_37
 field_break_error_38
 field_parity_error_39
 field_framing_error_40
 field_data_41

Public Methods

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

15:12 Reserved.

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

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

15:12 Reserved.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hwreg::RegisterAddr<DataRegister> Get ()

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

Records