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

#include <ec_commands.h>

Collaboration diagram for ec_response_fp_stats:
Collaboration graph

Data Fields

uint32_t capture_time_us
 
uint32_t matching_time_us
 
uint32_t overall_time_us
 
struct {
   uint32_t   lo
 
   uint32_t   hi
 
overall_t0
 
uint8_t timestamps_invalid
 
int8_t template_matched
 

Detailed Description

Definition at line 7287 of file ec_commands.h.

Field Documentation

◆ capture_time_us

uint32_t ec_response_fp_stats::capture_time_us

Definition at line 7288 of file ec_commands.h.

◆ hi

uint32_t ec_response_fp_stats::hi

Definition at line 7293 of file ec_commands.h.

◆ lo

uint32_t ec_response_fp_stats::lo

Definition at line 7292 of file ec_commands.h.

◆ matching_time_us

uint32_t ec_response_fp_stats::matching_time_us

Definition at line 7289 of file ec_commands.h.

◆ 

struct { ... } ec_response_fp_stats::overall_t0

◆ overall_time_us

uint32_t ec_response_fp_stats::overall_time_us

Definition at line 7290 of file ec_commands.h.

◆ template_matched

int8_t ec_response_fp_stats::template_matched

Definition at line 7296 of file ec_commands.h.

◆ timestamps_invalid

uint8_t ec_response_fp_stats::timestamps_invalid

Definition at line 7295 of file ec_commands.h.


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