struct SecondaryCommandRegister

Defined at line 251 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

Public Members

 field_enable_search_char_252
 field_enable_skip_char_with_parity_error_253
 field_enable_skip_char_with_framing_error_254
 field_enable_skip_break_char_255
 field_start_read_256

Public Methods

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

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

Defined at line 252 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

Defined at line 252 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

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

Defined at line 253 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

Defined at line 253 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

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

Defined at line 254 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

Defined at line 254 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

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

Defined at line 255 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

Defined at line 255 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

Defined at line 256 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

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

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

Defined at line 256 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

hwreg::RegisterAddr<SecondaryCommandRegister> Get ()

Defined at line 257 of file ../../zircon/system/ulib/uart/include/lib/uart/geni.h

Records