libDaisy
Hardware Library for Daisy
Loading...
Searching...
No Matches
unique_id.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef DSY_UTIL_UNIQUE_ID_H
3
#define DSY_UTIL_UNIQUE_ID_H
4
5
#include "
daisy_core.h
"
6
7
#ifdef __cplusplus
8
extern
"C"
9
{
10
#endif
11
27
void
dsy_get_unique_id
(uint32_t *w0, uint32_t *w1, uint32_t *w2);
28
29
#ifdef __cplusplus
30
}
31
#endif
32
33
#endif
daisy_core.h
dsy_get_unique_id
void dsy_get_unique_id(uint32_t *w0, uint32_t *w1, uint32_t *w2)
src
util
unique_id.h