class ModemStatusRegister

Defined at line 170 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

Public Members

 field_data_carrier_detect_172
 field_ring_indicator_173
 field_data_set_ready_174
 field_clear_to_send_175
 field_delta_data_carrier_detect_176
 field_trailing_edge_ring_indicator_177
 field_delta_data_set_ready_178
 field_delta_clear_to_send_179

Public Methods

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

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

Defined at line 172 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 172 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 173 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 173 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 174 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 174 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 175 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 175 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 176 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 176 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 177 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 177 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 178 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 178 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

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

Defined at line 179 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

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

Defined at line 179 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

hwreg::RegisterAddr<ModemStatusRegister> Get ()

Defined at line 180 of file ../../zircon/system/ulib/uart/include/lib/uart/ns8250.h

Records