struct StatusRegister
Defined at line 72 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
Public Members
field_rx_busy_74
field_tx_busy_75
field_rx_fifo_overflow_76
field_cts_77
field_tx_fifo_empty_78
field_tx_fifo_full_79
field_rx_fifo_empty_80
field_rx_fifo_full_81
field_fifo_written_when_full_82
field_frame_error_83
field_parity_error_84
field_tx_fifo_count_86
field_rx_fifo_count_88
Public Methods
template <, >
typename SelfType::ValueType rx_busy ()
Bits [31:27] are unused.
Defined at line 74 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_rx_busy (typename SelfType::ValueType val)
Bits [31:27] are unused.
Defined at line 74 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_tx_busy (typename SelfType::ValueType val)
Defined at line 75 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType tx_busy ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 75 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType rx_fifo_overflow ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 76 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_rx_fifo_overflow (typename SelfType::ValueType val)
Defined at line 76 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType cts ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 77 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_cts (typename SelfType::ValueType val)
Defined at line 77 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_tx_fifo_empty (typename SelfType::ValueType val)
Defined at line 78 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType tx_fifo_empty ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 78 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_tx_fifo_full (typename SelfType::ValueType val)
Defined at line 79 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType tx_fifo_full ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 79 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType rx_fifo_empty ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 80 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_rx_fifo_empty (typename SelfType::ValueType val)
Defined at line 80 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType rx_fifo_full ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 81 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_rx_fifo_full (typename SelfType::ValueType val)
Defined at line 81 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType fifo_written_when_full ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 82 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_fifo_written_when_full (typename SelfType::ValueType val)
Defined at line 82 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType frame_error ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 83 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_frame_error (typename SelfType::ValueType val)
Defined at line 83 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType parity_error ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 84 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_parity_error (typename SelfType::ValueType val)
Defined at line 84 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_tx_fifo_count (typename SelfType::ValueType val)
Bit 15 is unused.
Defined at line 86 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType tx_fifo_count ()
Bit 15 is unused.
Defined at line 86 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
typename SelfType::ValueType rx_fifo_count ()
Bit 7 is unused.
Defined at line 88 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
template <, >
SelfType & set_rx_fifo_count (typename SelfType::ValueType val)
Bit 7 is unused.
Defined at line 88 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h
hwreg::RegisterAddr<StatusRegister> Get ()
Defined at line 90 of file ../../zircon/system/ulib/uart/include/lib/uart/amlogic.h