coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
s_tpm_nv_write_cmd Struct Reference

#include <tss_commands.h>

Collaboration diagram for s_tpm_nv_write_cmd:
Collaboration graph

Data Fields

uint8_t buffer [256]
 
uint16_t index
 
uint16_t length
 
uint16_t data
 

Detailed Description

Definition at line 142 of file tss_commands.h.

Field Documentation

◆ buffer

uint8_t s_tpm_nv_write_cmd::buffer[256]

Definition at line 143 of file tss_commands.h.

Referenced by tlcl_write().

◆ data

uint16_t s_tpm_nv_write_cmd::data

Definition at line 146 of file tss_commands.h.

Referenced by tlcl_write().

◆ index

uint16_t s_tpm_nv_write_cmd::index

Definition at line 144 of file tss_commands.h.

Referenced by tlcl_write().

◆ length

uint16_t s_tpm_nv_write_cmd::length

Definition at line 145 of file tss_commands.h.

Referenced by tlcl_write().


The documentation for this struct was generated from the following file: