nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
hwid.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _HWID_H_
8#define _HWID_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#define HWID_LEN 8
15
16void hwid_get(uint8_t *buf, size_t buf_size);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* _HWID_H_ */
void hwid_get(uint8_t *buf, size_t buf_size)