Home
last modified time | relevance | path

Searched refs:UID_BASE (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c410 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0()
419 return(READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1()
428 return(READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal.c410 return(READ_REG(*((uint32_t *)UID_BASE))); in HAL_GetUIDw0()
419 return(READ_REG(*((uint32_t *)(UID_BASE + 4U)))); in HAL_GetUIDw1()
428 return(READ_REG(*((uint32_t *)(UID_BASE + 8U)))); in HAL_GetUIDw2()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DStmUtil.c13 #define DEVICE_UNIQUE_ID (*(DEVICE_UNIQUE_ID_T*)(UID_BASE))
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h1320 #define UID_BASE ((uint32_t)0x1FFF7590U) /*!< Unique device ID register base ad… macro