class Register8
Defined at line 318 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h
A single register read from or written to with an SPMI command that uses an 8-bit address.
Public Methods
void Register8 (Storage_ storage)
void Register8 (uint8_t address, uint8_t data)
void Register8 ()
Default constructs a |Register8| only if all of its members are default constructible.
Defined at line 329 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h
void Register8 (Register8 && )
Defined at line 332 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h
void Register8 (const Register8 & other)
Register8 & operator= (Register8 && )
Defined at line 333 of file fidling/gen/sdk/fidl/fuchsia.hardware.spmi/fuchsia.hardware.spmi/cpp/fidl/fuchsia.hardware.spmi/cpp/natural_types.h
Register8 & operator= (const Register8 & other)
bool operator== (const Register8 & other)
bool operator!= (const Register8 & other)
uint8_t address ()
uint8_t & address ()
Register8 & address (uint8_t value)
Setter for address.
uint8_t data ()
uint8_t & data ()
Register8 & data (uint8_t value)
Setter for data.
void Register8 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits