api

package
v0.0.0-...-b8a1838 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 6 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Component_SupportStatus_name = map[int32]string{
		0: "STATUS_UNKNOWN",
		1: "STATUS_SUPPORTED",
		2: "STATUS_DEPRECATED",
		3: "STATUS_UNQUALIFIED",
		4: "STATUS_UNSUPPORTED",
	}
	Component_SupportStatus_value = map[string]int32{
		"STATUS_UNKNOWN":     0,
		"STATUS_SUPPORTED":   1,
		"STATUS_DEPRECATED":  2,
		"STATUS_UNQUALIFIED": 3,
		"STATUS_UNSUPPORTED": 4,
	}
)

Enum value maps for Component_SupportStatus.

View Source
var (
	Component_Soc_Architecture_name = map[int32]string{
		0: "ARCHITECTURE_UNDEFINED",
		1: "X86",
		2: "X86_64",
		3: "ARM",
		4: "ARM64",
	}
	Component_Soc_Architecture_value = map[string]int32{
		"ARCHITECTURE_UNDEFINED": 0,
		"X86":                    1,
		"X86_64":                 2,
		"ARM":                    3,
		"ARM64":                  4,
	}
)

Enum value maps for Component_Soc_Architecture.

View Source
var (
	Component_Soc_Feature_name = map[int32]string{
		0: "FEATURE_UNKNOWN",
		1: "SMT",
		2: "SHA_NI",
	}
	Component_Soc_Feature_value = map[string]int32{
		"FEATURE_UNKNOWN": 0,
		"SMT":             1,
		"SHA_NI":          2,
	}
)

Enum value maps for Component_Soc_Feature.

View Source
var (
	Component_Soc_Vulnerability_name = map[int32]string{
		0: "VULNERABILITY_UNDEFINED",
		1: "L1TF",
		2: "MDS",
	}
	Component_Soc_Vulnerability_value = map[string]int32{
		"VULNERABILITY_UNDEFINED": 0,
		"L1TF":                    1,
		"MDS":                     2,
	}
)

Enum value maps for Component_Soc_Vulnerability.

View Source
var (
	Component_Memory_Type_name = map[int32]string{
		0: "TYPE_UNDEFINED",
		1: "DDR",
		2: "DDR2",
		3: "DDR3",
		4: "DDR4",
		5: "LP_DDR3",
		6: "LP_DDR4",
	}
	Component_Memory_Type_value = map[string]int32{
		"TYPE_UNDEFINED": 0,
		"DDR":            1,
		"DDR2":           2,
		"DDR3":           3,
		"DDR4":           4,
		"LP_DDR3":        5,
		"LP_DDR4":        6,
	}
)

Enum value maps for Component_Memory_Type.

View Source
var (
	Component_Camera_Feature_name = map[int32]string{
		0: "FEATURE_UNKNOWN",
		1: "ACTIVITY_LED",
	}
	Component_Camera_Feature_value = map[string]int32{
		"FEATURE_UNKNOWN": 0,
		"ACTIVITY_LED":    1,
	}
)

Enum value maps for Component_Camera_Feature.

View Source
var (
	Component_Camera_ClockType_name = map[int32]string{
		0: "CLOCK_TYPE_UNDEFINED",
		1: "MONOTONIC",
		2: "BOOTTIME",
	}
	Component_Camera_ClockType_value = map[string]int32{
		"CLOCK_TYPE_UNDEFINED": 0,
		"MONOTONIC":            1,
		"BOOTTIME":             2,
	}
)

Enum value maps for Component_Camera_ClockType.

View Source
var (
	Component_DisplayPanel_Feature_name = map[int32]string{
		0: "FEATURE_UNKNOWN",
		1: "HDR",
		2: "SEAMLESS_REFRESH_RATE_SWITCHING",
		3: "VARIABLE_REFRESH_RATE_AVAILABLE",
	}
	Component_DisplayPanel_Feature_value = map[string]int32{
		"FEATURE_UNKNOWN":                 0,
		"HDR":                             1,
		"SEAMLESS_REFRESH_RATE_SWITCHING": 2,
		"VARIABLE_REFRESH_RATE_AVAILABLE": 3,
	}
)

Enum value maps for Component_DisplayPanel_Feature.

View Source
var (
	Component_Touch_TouchType_name = map[int32]string{
		0: "TOUCH_TYPE_UNDEFINED",
		1: "USB",
		2: "I2C",
	}
	Component_Touch_TouchType_value = map[string]int32{
		"TOUCH_TYPE_UNDEFINED": 0,
		"USB":                  1,
		"I2C":                  2,
	}
)

Enum value maps for Component_Touch_TouchType.

View Source
var (
	Component_Wifi_WLANProtocol_name = map[int32]string{
		0: "WLAN_PROTOCOL_UNKNOWN",
		1: "IEEE_802_11_A",
		2: "IEEE_802_11_B",
		3: "IEEE_802_11_G",
		4: "IEEE_802_11_N",
		5: "IEEE_802_11_AC",
		6: "IEEE_802_11_AX",
	}
	Component_Wifi_WLANProtocol_value = map[string]int32{
		"WLAN_PROTOCOL_UNKNOWN": 0,
		"IEEE_802_11_A":         1,
		"IEEE_802_11_B":         2,
		"IEEE_802_11_G":         3,
		"IEEE_802_11_N":         4,
		"IEEE_802_11_AC":        5,
		"IEEE_802_11_AX":        6,
	}
)

Enum value maps for Component_Wifi_WLANProtocol.

View Source
var (
	Component_Qualification_Status_name = map[int32]string{
		0: "STATUS_UNKNOWN",
		1: "REQUESTED",
		2: "TECHNICALLY_QUALIFIED",
		3: "QUALIFIED",
	}
	Component_Qualificatio