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
36extern "C" {
37#endif
38
46#if CPUID_LEN
47
54void cpuid_get(void *id);
55#endif /* CPUID_LEN */
56
57#ifdef __cplusplus
58}
59#endif
60
void cpuid_get(void *id)
Gets the serial number of the CPU.