Home
last modified time | relevance | path

Searched refs:cpu_tjmax (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/samples/drivers/peci/src/
Dmain.c28 static uint8_t cpu_tjmax; variable
138 *temperature = raw_cpu_temp + cpu_tjmax; in peci_get_temp()
159 ret = peci_get_tjmax(&cpu_tjmax); in get_max_temp()
163 printk("Maximum temperature: %u\n", cpu_tjmax); in get_max_temp()
200 cpu_tjmax = 100; in main()