iPXE
Data Fields
MINMAXSTEP_DATA Union Reference

#include <UefiInternalFormRepresentation.h>

Data Fields

struct {
   UINT8   MinValue
 
   UINT8   MaxValue
 
   UINT8   Step
 
u8
 
struct {
   UINT16   MinValue
 
   UINT16   MaxValue
 
   UINT16   Step
 
u16
 
struct {
   UINT32   MinValue
 
   UINT32   MaxValue
 
   UINT32   Step
 
u32
 
struct {
   UINT64   MinValue
 
   UINT64   MaxValue
 
   UINT64   Step
 
u64
 

Detailed Description

Definition at line 1025 of file UefiInternalFormRepresentation.h.

Field Documentation

◆ MinValue [1/4]

UINT8 MINMAXSTEP_DATA::MinValue

Definition at line 1027 of file UefiInternalFormRepresentation.h.

Referenced by efi_ifr_numeric_op().

◆ MaxValue [1/4]

UINT8 MINMAXSTEP_DATA::MaxValue

Definition at line 1028 of file UefiInternalFormRepresentation.h.

Referenced by efi_ifr_numeric_op().

◆ Step [1/4]

UINT8 MINMAXSTEP_DATA::Step

Definition at line 1029 of file UefiInternalFormRepresentation.h.

Referenced by efi_ifr_numeric_op().

◆ u8

struct { ... } MINMAXSTEP_DATA::u8

Referenced by efi_ifr_numeric_op().

◆ MinValue [2/4]

UINT16 MINMAXSTEP_DATA::MinValue

Definition at line 1032 of file UefiInternalFormRepresentation.h.

◆ MaxValue [2/4]

UINT16 MINMAXSTEP_DATA::MaxValue

Definition at line 1033 of file UefiInternalFormRepresentation.h.

◆ Step [2/4]

UINT16 MINMAXSTEP_DATA::Step

Definition at line 1034 of file UefiInternalFormRepresentation.h.

◆ u16

struct { ... } MINMAXSTEP_DATA::u16

Referenced by efi_ifr_numeric_op().

◆ MinValue [3/4]

UINT32 MINMAXSTEP_DATA::MinValue

Definition at line 1037 of file UefiInternalFormRepresentation.h.

◆ MaxValue [3/4]

UINT32 MINMAXSTEP_DATA::MaxValue

Definition at line 1038 of file UefiInternalFormRepresentation.h.

◆ Step [3/4]

UINT32 MINMAXSTEP_DATA::Step

Definition at line 1039 of file UefiInternalFormRepresentation.h.

◆ u32

struct { ... } MINMAXSTEP_DATA::u32

Referenced by efi_ifr_numeric_op().

◆ MinValue [4/4]

UINT64 MINMAXSTEP_DATA::MinValue

Definition at line 1042 of file UefiInternalFormRepresentation.h.

◆ MaxValue [4/4]

UINT64 MINMAXSTEP_DATA::MaxValue

Definition at line 1043 of file UefiInternalFormRepresentation.h.

◆ Step [4/4]

UINT64 MINMAXSTEP_DATA::Step

Definition at line 1044 of file UefiInternalFormRepresentation.h.

◆ u64

struct { ... } MINMAXSTEP_DATA::u64

Referenced by efi_ifr_numeric_op().


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