EPP Abbreviated Profile attributes. More...
#include <SysInfo.h>
Data Fields | |
bool | enabled |
TRUE if this profile contains valid data. | |
wchar_t | voltageLevel [SHORT_STRING_LEN] |
The voltage level required for this profile. | |
float | clkspeed |
Clock speed in MHz. | |
int | cmdRate |
Address command rate. 1T - commands can be sent on every clock edge. 2T - commands can be sent on every other clock edge. | |
int | CASSupported |
CAS latency supported. | |
float | tCK |
Minimum clock cycle time in ns. | |
float | tRCD |
Minimum RAS to CAS delay in ns. | |
float | tRP |
Minimum Row Precharge time in ns. | |
float | tRAS |
Minimum Active to Precharge Time in ns. |
EPP Abbreviated Profile attributes.
bool enabled |
TRUE if this profile contains valid data.
wchar_t voltageLevel[SHORT_STRING_LEN] |
The voltage level required for this profile.
float clkspeed |
Clock speed in MHz.
int cmdRate |
Address command rate. 1T - commands can be sent on every clock edge. 2T - commands can be sent on every other clock edge.
int CASSupported |
CAS latency supported.
float tCK |
Minimum clock cycle time in ns.
float tRCD |
Minimum RAS to CAS delay in ns.
float tRP |
Minimum Row Precharge time in ns.
float tRAS |
Minimum Active to Precharge Time in ns.