class ModemControlRegister
Defined at line 127 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
Public Members
field_RsvdZ_129
field_irda_sir_mode_enable_130
field_automatic_flow_control_enable_131
field_loop_132
field_auxiliary_out_2_133
field_auxiliary_out_1_134
field_request_to_send_135
field_data_terminal_ready_136
Public Methods
template <,>
typename SelfType::ValueType irda_sir_mode_enable ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 130 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_irda_sir_mode_enable (typename SelfType::ValueType val)
Defined at line 130 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType automatic_flow_control_enable ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 131 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_automatic_flow_control_enable (typename SelfType::ValueType val)
Defined at line 131 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType loop ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 132 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_loop (typename SelfType::ValueType val)
Defined at line 132 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType auxiliary_out_2 ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 133 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_auxiliary_out_2 (typename SelfType::ValueType val)
Defined at line 133 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType auxiliary_out_1 ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 134 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_auxiliary_out_1 (typename SelfType::ValueType val)
Defined at line 134 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType request_to_send ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 135 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_request_to_send (typename SelfType::ValueType val)
Defined at line 135 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
typename SelfType::ValueType data_terminal_ready ()
NOLINTEND(misc-non-private-member-variables-in-classes)
Defined at line 136 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
template <,>
SelfType & set_data_terminal_ready (typename SelfType::ValueType val)
Defined at line 136 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h
hwreg::RegisterAddr<ModemControlRegister> Get ()
Defined at line 137 of file ../../zircon/system/ulib/uart/include/lib/uart/dw8250.h