CPUID

Low-level CPU ID peripheral driver.

Provides access the CPU’s serial number

void cpuid_get(void * id)

Gets the serial number of the CPU.

Parameters

id:The serial number of the CPU of length CPU_ID_LEN (must be defined in the CPU’s cpu_conf.h)