STM32F4xx_HAL_Driver  1.8.3
DEVICE ELECTRONIC SIGNATURE
+ Collaboration diagram for DEVICE ELECTRONIC SIGNATURE:

Functions

__STATIC_INLINE uint32_t LL_GetUID_Word0 (void)
 Get Word0 of the unique device identifier (UID based on 96 bits) More...
 
__STATIC_INLINE uint32_t LL_GetUID_Word1 (void)
 Get Word1 of the unique device identifier (UID based on 96 bits) More...
 
__STATIC_INLINE uint32_t LL_GetUID_Word2 (void)
 Get Word2 of the unique device identifier (UID based on 96 bits) More...
 
__STATIC_INLINE uint32_t LL_GetFlashSize (void)
 Get Flash memory size. More...
 
__STATIC_INLINE uint32_t LL_GetPackageType (void)
 Get Package type. More...
 

Detailed Description

Function Documentation

◆ LL_GetFlashSize()

__STATIC_INLINE uint32_t LL_GetFlashSize ( void  )

Get Flash memory size.

Note
This bitfield indicates the size of the device Flash memory expressed in Kbytes. As an example, 0x040 corresponds to 64 Kbytes.
Return values
FLASH_SIZE[15:0]Flash memory size

Definition at line 221 of file stm32f4xx_ll_utils.h.

◆ LL_GetPackageType()

__STATIC_INLINE uint32_t LL_GetPackageType ( void  )

Get Package type.

Return values
Returnedvalue can be one of the following values:
  • LL_UTILS_PACKAGETYPE_WLCSP36_UFQFPN48_LQFP64 (*)
  • LL_UTILS_PACKAGETYPE_WLCSP168_FBGA169_LQFP100_LQFP64_UFQFPN48 (*)
  • LL_UTILS_PACKAGETYPE_WLCSP64_WLCSP81_LQFP176_UFBGA176 (*)
  • LL_UTILS_PACKAGETYPE_LQFP144_UFBGA144_UFBGA144_UFBGA100 (*)
  • LL_UTILS_PACKAGETYPE_LQFP100_LQFP208_TFBGA216 (*)
  • LL_UTILS_PACKAGETYPE_LQFP208_TFBGA216 (*)
  • LL_UTILS_PACKAGETYPE_TQFP64_UFBGA144_LQFP144 (*)
(*) value not defined in all devices.

Definition at line 239 of file stm32f4xx_ll_utils.h.

◆ LL_GetUID_Word0()

__STATIC_INLINE uint32_t LL_GetUID_Word0 ( void  )

Get Word0 of the unique device identifier (UID based on 96 bits)

Return values
UID[31:0]

Definition at line 192 of file stm32f4xx_ll_utils.h.

◆ LL_GetUID_Word1()

__STATIC_INLINE uint32_t LL_GetUID_Word1 ( void  )

Get Word1 of the unique device identifier (UID based on 96 bits)

Return values
UID[63:32]

Definition at line 201 of file stm32f4xx_ll_utils.h.

◆ LL_GetUID_Word2()

__STATIC_INLINE uint32_t LL_GetUID_Word2 ( void  )

Get Word2 of the unique device identifier (UID based on 96 bits)

Return values
UID[95:64]

Definition at line 210 of file stm32f4xx_ll_utils.h.