TianoCore EDK2 master
Loading...
Searching...
No Matches
JedecJep106Lib.h File Reference

Go to the source code of this file.

Functions

CONST CHAR8 *EFIAPI Jep106GetManufacturerName (IN UINT8 Code, IN UINT8 ContinuationBytes)
 

Detailed Description

Provides JEDEC JEP-106 Manufacturer functions.

Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file JedecJep106Lib.h.

Function Documentation

◆ Jep106GetManufacturerName()

CONST CHAR8 *EFIAPI Jep106GetManufacturerName ( IN UINT8  Code,
IN UINT8  ContinuationBytes 
)

Looks up the JEP-106 manufacturer.

Parameters
CodeLast non-zero byte of the manufacturer's ID code.
ContinuationBytesNumber of continuation bytes indicated in JEP-106.
Returns
The manufacturer string, or NULL if an error occurred or the combination of Code and ContinuationBytes are not valid.

Looks up the JEP-106 manufacturer.

Parameters
CodeLast non-zero byte of the manufacturer's ID code.
ContinuationBytesNumber of continuation bytes indicated in JEP-106.
Returns
The manufacturer string, or NULL if an error occurred or the combination of Code and ContinuationBytes isn't valid.

Definition at line 1814 of file JedecJep106Lib.c.