DIY Logging Volt/Ampmeter
|
Functions | |
__STATIC_INLINE uint32_t | LL_CPUID_GetImplementer (void) |
Get Implementer code @rmtoll SCB_CPUID IMPLEMENTER LL_CPUID_GetImplementer. More... | |
__STATIC_INLINE uint32_t | LL_CPUID_GetVariant (void) |
Get Variant number (The r value in the rnpn product revision identifier) @rmtoll SCB_CPUID VARIANT LL_CPUID_GetVariant. More... | |
__STATIC_INLINE uint32_t | LL_CPUID_GetConstant (void) |
Get Constant number @rmtoll SCB_CPUID ARCHITECTURE LL_CPUID_GetConstant. More... | |
__STATIC_INLINE uint32_t | LL_CPUID_GetParNo (void) |
Get Part number @rmtoll SCB_CPUID PARTNO LL_CPUID_GetParNo. More... | |
__STATIC_INLINE uint32_t | LL_CPUID_GetRevision (void) |
Get Revision number (The p value in the rnpn product revision identifier, indicates patch release) @rmtoll SCB_CPUID REVISION LL_CPUID_GetRevision. More... | |
__STATIC_INLINE uint32_t LL_CPUID_GetConstant | ( | void | ) |
Get Constant number @rmtoll SCB_CPUID ARCHITECTURE LL_CPUID_GetConstant.
Value | should be equal to 0xF for Cortex-M3 devices |
Definition at line 447 of file stm32f1xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetImplementer | ( | void | ) |
Get Implementer code @rmtoll SCB_CPUID IMPLEMENTER LL_CPUID_GetImplementer.
Value | should be equal to 0x41 for ARM |
Definition at line 427 of file stm32f1xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetParNo | ( | void | ) |
Get Part number @rmtoll SCB_CPUID PARTNO LL_CPUID_GetParNo.
Value | should be equal to 0xC23 for Cortex-M3 |
Definition at line 457 of file stm32f1xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetRevision | ( | void | ) |
Get Revision number (The p value in the rnpn product revision identifier, indicates patch release) @rmtoll SCB_CPUID REVISION LL_CPUID_GetRevision.
Value | between 0 and 255 (0x0: patch 0, 0x1: patch 1) |
Definition at line 467 of file stm32f1xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetVariant | ( | void | ) |
Get Variant number (The r value in the rnpn product revision identifier) @rmtoll SCB_CPUID VARIANT LL_CPUID_GetVariant.
Value | between 0 and 255 (0x1: revision 1, 0x2: revision 2) |
Definition at line 437 of file stm32f1xx_ll_cortex.h.