File unique_id.h¶ File List > external-docs > libDaisy > src > util > unique_id.h Go to the documentation of this file Source Code¶ #pragma once #ifndef DSY_UTIL_UNIQUE_ID_H #define DSY_UTIL_UNIQUE_ID_H #include "daisy_core.h" #ifdef __cplusplus extern "C" { #endif void dsy_get_unique_id(uint32_t *w0, uint32_t *w1, uint32_t *w2); #ifdef __cplusplus } #endif #endif