Struct smbioslib::SMBiosTpmDevice [−][src]
pub struct SMBiosTpmDevice<'a> { /* fields omitted */ }
Expand description
Implementations
Vendor Id
Specified as four ASCII characters, as defined by TCG Vendor ID (see CAP_VID in TCG Vendor ID Registry).
For example: Vendor ID string of “ABC” = (41 42 43 00) Vendor ID string of “ABCD” = (41 42 43 44)
Major spec version
Major TPM version supported by the TPM device. For example, the value is 01h for TPM v1.2 and is 02h for TPM v2.0.
Minor spec version
Minor TPM version supported by the TPM device. For example, the value is 02h for TPM v1.2 and is 00h for TPM v2.0.
Firmware version 1
For Major Spec Version 01h, this field contains the TPM_VERSION structure defined in the TPM Main Specification, Part 2, Section 5.3.
For Major Spec Version 02h, this field contains the most significant 32 bits of a TPM vendor-specific value for firmware version (see TPM_PT_FIRMWARE_VERSION_1 in TPM Structures specification).
Firmware version 2
For Major Spec Version 01h, this field contains 00h.
For Major Spec Version 02h, this field contains the least significant 32 bits of a TPM vendor-specific value for firmware version (see TPM_PT_FIRMWARE_VERSION_2 in TPM Structures specification).
Description
Descriptive information of the TPM device.
Characteristics
TPM device characteristics information.
OEM defined
OEM- or BIOS vendor-specific information
Trait Implementations
The SMBIOS structure type Read more
Creates a new instance of the implementing SMBIOS type
Contains the standard parts/sections of the implementing SMBIOS type.
Auto Trait Implementations
impl<'a> RefUnwindSafe for SMBiosTpmDevice<'a>
impl<'a> Send for SMBiosTpmDevice<'a>
impl<'a> Sync for SMBiosTpmDevice<'a>
impl<'a> Unpin for SMBiosTpmDevice<'a>
impl<'a> UnwindSafe for SMBiosTpmDevice<'a>