struct FifoControlRegister

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

Fifo control register

Fifo trigger levels are enumerated from 0 to 7, have a length of 3 bits, and represent

the fraction trigger_level * fifo_depth / 8 bytes for an IRQ to be generated.

UFCON

Public Members

 field_tx_fifo_trigger_level_80
 field_rx_fifo_trigger_level_82
 field_tx_fifo_reset_84
 field_rx_fifo_reset_85
 field_fifo_enable_86

Public Methods

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

31:11 Reserved.

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

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

31:11 Reserved.

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

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

7 Reserved.

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

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

7 Reserved.

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

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

3 Reserved.

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

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

3 Reserved.

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

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

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

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

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

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

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

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

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

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

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

hwreg::RegisterAddr<FifoControlRegister> Get ()

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

Records