struct InterruptFifoLevelSelectRegister
Defined at line 79 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
Public Members
field_rx_91
field_tx_92
Public Methods
template <, >
Level rx ()
Defined at line 91 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <, >
SelfType & set_rx (Level val)
Defined at line 91 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <, >
SelfType & set_tx (Level val)
Defined at line 92 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
template <, >
Level tx ()
Defined at line 92 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
hwreg::RegisterAddr<InterruptFifoLevelSelectRegister> Get ()
Defined at line 94 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h
Enumerations
enum Level
| Name | Value |
|---|---|
| ONE_EIGHTH | 0b000 |
| ONE_QUARTER | 0b001 |
| ONE_HALF | 0b010 |
| THREE_QUARTERS | 0b011 |
| SEVEN_EIGHTHS | 0b100 |
15:6 Reserved, do not modify.
Defined at line 83 of file ../../zircon/system/ulib/uart/include/lib/uart/pl011.h