
Firmware
MITX-CORE-820 Installation and Use (6806800M10H)
117
void OEM_PECI_Init(void)
{
/*--------------------------------------------------------------*/
/* Initialize the PECI module
*/
/*--------------------------------------------------------------*/
PECI_Init(PECI_CallBack, 0);
/*--------------------------------------------------------------*/
/* Configure PECI domain and client address
*/
/*--------------------------------------------------------------*/
PECI_SetDomain(PECI_DOMAIN);
PECI_SetAddress(PECI_CLIENT_ADDR);
peci_client_available = 0;
}
void OEM_PECI_Polling(void)
{
if(!(REG_READ(PECI_CTL_STS) & 0x01)) /*If PECI not busy*/
{
if(peci_client_available)
{
PECI_GetTemp();
}
else
{
PECI_Ping();
}
}
Summary of Contents for MITX-CORE-820
Page 2: ...MITX CORE 820 Installation and Use P N 6806800M10H July 2014 ...
Page 9: ...MITX CORE 820 Installation and Use 6806800M10H Contents 8 Contents Contents ...
Page 13: ...MITX CORE 820 Installation and Use 6806800M10H 12 List of Tables ...
Page 15: ...MITX CORE 820 Installation and Use 6806800M10H 14 List of Figures ...
Page 23: ...MITX CORE 820 Installation and Use 6806800M10H About this Manual 22 About this Manual ...
Page 53: ...Controls LEDs and Connectors MITX CORE 820 Installation and Use 6806800M10H 52 ...
Page 101: ...BIOS MITX CORE 820 Installation and Use 6806800M10H 100 ...
Page 125: ...Firmware MITX CORE 820 Installation and Use 6806800M10H 124 ...
Page 129: ...Replacing the Battery MITX CORE 820 Installation and Use 6806800M10H 128 ...
Page 131: ...Related Documentation MITX CORE 820 Installation and Use 6806800M10H 130 ...
Page 132: ......