iPXE
|
#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 |
Definition at line 1025 of file UefiInternalFormRepresentation.h.
UINT8 MINMAXSTEP_DATA::MinValue |
Definition at line 1027 of file UefiInternalFormRepresentation.h.
Referenced by efi_ifr_numeric_op().
UINT8 MINMAXSTEP_DATA::MaxValue |
Definition at line 1028 of file UefiInternalFormRepresentation.h.
Referenced by efi_ifr_numeric_op().
UINT8 MINMAXSTEP_DATA::Step |
Definition at line 1029 of file UefiInternalFormRepresentation.h.
Referenced by efi_ifr_numeric_op().
struct { ... } MINMAXSTEP_DATA::u8 |
Referenced by efi_ifr_numeric_op().
UINT16 MINMAXSTEP_DATA::MinValue |
Definition at line 1032 of file UefiInternalFormRepresentation.h.
UINT16 MINMAXSTEP_DATA::MaxValue |
Definition at line 1033 of file UefiInternalFormRepresentation.h.
UINT16 MINMAXSTEP_DATA::Step |
Definition at line 1034 of file UefiInternalFormRepresentation.h.
struct { ... } MINMAXSTEP_DATA::u16 |
Referenced by efi_ifr_numeric_op().
UINT32 MINMAXSTEP_DATA::MinValue |
Definition at line 1037 of file UefiInternalFormRepresentation.h.
UINT32 MINMAXSTEP_DATA::MaxValue |
Definition at line 1038 of file UefiInternalFormRepresentation.h.
UINT32 MINMAXSTEP_DATA::Step |
Definition at line 1039 of file UefiInternalFormRepresentation.h.
struct { ... } MINMAXSTEP_DATA::u32 |
Referenced by efi_ifr_numeric_op().
UINT64 MINMAXSTEP_DATA::MinValue |
Definition at line 1042 of file UefiInternalFormRepresentation.h.
UINT64 MINMAXSTEP_DATA::MaxValue |
Definition at line 1043 of file UefiInternalFormRepresentation.h.
UINT64 MINMAXSTEP_DATA::Step |
Definition at line 1044 of file UefiInternalFormRepresentation.h.
struct { ... } MINMAXSTEP_DATA::u64 |
Referenced by efi_ifr_numeric_op().