DIY Logging Volt/Ampmeter
|
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_GetFlashSize | ( | void | ) |
Get Flash memory size.
FLASH_SIZE[15:0] | Flash memory size |
Definition at line 196 of file stm32f1xx_ll_utils.h.
__STATIC_INLINE uint32_t LL_GetUID_Word0 | ( | void | ) |
Get Word0 of the unique device identifier (UID based on 96 bits)
UID[31:0] |
Definition at line 167 of file stm32f1xx_ll_utils.h.
__STATIC_INLINE uint32_t LL_GetUID_Word1 | ( | void | ) |
Get Word1 of the unique device identifier (UID based on 96 bits)
UID[63:32] |
Definition at line 176 of file stm32f1xx_ll_utils.h.
__STATIC_INLINE uint32_t LL_GetUID_Word2 | ( | void | ) |
Get Word2 of the unique device identifier (UID based on 96 bits)
UID[95:64] |
Definition at line 185 of file stm32f1xx_ll_utils.h.