1.. _peci_api:
2
3Platform Environment Control Interface (PECI)
4#############################################
5
6Overview
7********
8The Platform Environment Control Interface, abbreviated as PECI,
9is a thermal management standard introduced in 2006
10with the Intel Core 2 Duo Microprocessors.
11The PECI interface allows external devices to read processor temperature,
12perform processor manageability functions, and manage processor interface
13tuning and diagnostics.
14The PECI bus driver APIs enable the interaction between Embedded
15Microcontrollers and CPUs.
16
17Configuration Options
18*********************
19
20Related configuration options:
21
22* :kconfig:option:`CONFIG_PECI`
23
24API Reference
25*************
26
27.. doxygengroup:: peci_interface
28