Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
cpuid.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2014 Martine Lenders <mlenders@inf.fu-berlin.de>
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
32
33
#include "periph_cpu.h"
34
35
#ifdef __cplusplus
36
extern
"C"
{
37
#endif
38
46
#if CPUID_LEN
47
54
void
cpuid_get
(
void
*
id
);
55
#endif
/* CPUID_LEN */
56
57
#ifdef __cplusplus
58
}
59
#endif
60
cpuid_get
void cpuid_get(void *id)
Gets the serial number of the CPU.
Generated on Fri May 1 2026 15:22:59 by
1.13.2