template <class SelfType, typename BaseType, uint16_t address>
class TpmReg
Defined at line 28 of file ../../src/devices/tpm/drivers/tpm/registers.h
This base class just implements convenience |ReadFrom| and |WriteTo| methods that use a supplied
FIDL client to write/read a TPM register.
Public Methods
zx_status_t ReadFrom (fidl::WireSyncClient<fuchsia_hardware_tpmimpl::TpmImpl> & client)
Defined at line 30 of file ../../src/devices/tpm/drivers/tpm/registers.h
zx_status_t WriteTo (fidl::WireSyncClient<fuchsia_hardware_tpmimpl::TpmImpl> & client)
Defined at line 52 of file ../../src/devices/tpm/drivers/tpm/registers.h