20#ifndef LIBOPENCM3_DESIG_H
21#define LIBOPENCM3_DESIG_H
50 unsigned int string_len);
void desig_get_unique_id_as_dfu(char *string)
Generate the same serial number from the unique id registers as the DFU bootloader.
void desig_get_unique_id(uint32_t *result)
Read the full 96 bit unique identifier Note: ST specifies that bits 31..16 are also reserved for futu...
uint16_t desig_get_flash_size(void)
Read the on board flash size.
void desig_get_unique_id_as_string(char *string, unsigned int string_len)
Read the full 96 bit unique identifier and return it as a zero-terminated string.