libDaisy
Hardware Library for Daisy
Toggle main menu visibility
Introduction
Related Pages
Additional Resources
Electrosmith Website
Daisy Seed Product Page
Daisy Web Programmer
Daisy Seed Datasheet
DaisySP DSP Library Documentation
Daisy Forum
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
Functions
Variables
Macros
_
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
u
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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