class FifoControlRegister

Defined at line 82 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

Public Members

 field_RsvdZ_84
 field_receiver_trigger_85
 field_transmit_trigger_86
 field_dma_mode_87
 field_tx_fifo_reset_88
 field_rx_fifo_reset_89
 field_fifo_enable_90
static const uint8_t kReceiveTriggerLevel1Char
static const uint8_t kReceiveTriggerLevelQuarter
static const uint8_t kReceiveTriggerLevelHalf
static const uint8_t kReceiveTriggerLevel2LessThanFull
static const uint8_t kTransmitTriggerLevelEmpty
static const uint8_t kTransmitTriggerLevel2Char
static const uint8_t kTransmitTriggerLevelQuarter
static const uint8_t kTransmitTriggerLevelHalf

Public Methods

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

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

Defined at line 85 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 85 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 86 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

Defined at line 86 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

Defined at line 87 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 87 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 88 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

Defined at line 88 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

Defined at line 89 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 89 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

Defined at line 90 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 90 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

hwreg::RegisterAddr<SelfType> Get ()

Defined at line 102 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

Records