You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Number of initial measurement registers */
uint_8 initial_measurements;
/* Number of runtime measurement registers */
uint_8 runtime_measurements;
/* Array of all measurement register descriptors */
MeasurementRegisterDescriptor[MAX_MEASUREMENT_REGISTERS] msmt_regs;
specify the layout of msmt_regs. In particular is the size of the array always MAX_MEASUREMENT_REGISTERS or does the size depend on the values of initial_measurements and runtime_measurements.
The text was updated successfully, but these errors were encountered:
Given
specify the layout of
msmt_regs
. In particular is the size of the array alwaysMAX_MEASUREMENT_REGISTERS
or does the size depend on the values ofinitial_measurements
andruntime_measurements
.The text was updated successfully, but these errors were encountered: