struct FlagRegister

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

Public Members

 field_ri_48
 field_tx_fifo_empty_49
 field_rx_fifo_full_50
 field_tx_fifo_full_51
 field_rx_fifo_empty_52
 field_busy_53
 field_dcd_54
 field_dsr_55
 field_cts_56

Public Methods

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

15:9 Reserved, do not modify.

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

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

15:9 Reserved, do not modify.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

hwreg::RegisterAddr<FlagRegister> Get ()

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

Records