class FifoControlRegister

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

Public Members

 field_RsvdZ_79
 field_receiver_trigger_80
 field_transmit_trigger_81
 field_dma_mode_82
 field_tx_fifo_reset_83
 field_rx_fifo_reset_84
 field_fifo_enable_85
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 80 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

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

Defined at line 81 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 81 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 82 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

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

Defined at line 83 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 83 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 84 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

Defined at line 84 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 85 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h

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

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

hwreg::RegisterAddr<SelfType> Get ()

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

Records