![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
#include "uid.h"
Go to the source code of this file.
Functions | |
en_result_t | Uid_ReadUniqueId (stc_unique_id_t *pstcUniqueId) |
Read Unique ID registers as is. | |
uint32_t | Uid_ReadUniqueId0 (void) |
Read Unique ID registers 0 and shifts it by 4 (LSB aligned) | |
uint32_t | Uid_ReadUniqueId1 (void) |
Read Unique ID registers 1 and masks the upper 19 bits to '0'. | |
uint64_t | Uid_ReadUniqueId64 (void) |
Read Unique ID registers 0 and 1 and merge it LSB aligned to a 64 bit value. |
A detailed description is available at Unique ID Module description
History:
Definition in file uid.c.