STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE uint32_t | LL_CPUID_GetImplementer (void) |
Get Implementer code. | |
__STATIC_INLINE uint32_t | LL_CPUID_GetVariant (void) |
Get Variant number (The r value in the rnpn product revision identifier) | |
__STATIC_INLINE uint32_t | LL_CPUID_GetConstant (void) |
Get Constant number. | |
__STATIC_INLINE uint32_t | LL_CPUID_GetParNo (void) |
Get Part number. | |
__STATIC_INLINE uint32_t | LL_CPUID_GetRevision (void) |
Get Revision number (The p value in the rnpn product revision identifier, indicates patch release) |
__STATIC_INLINE uint32_t LL_CPUID_GetConstant | ( | void | ) |
Get Constant number.
Value | should be equal to 0xF for Cortex-M7 and Cortex-M4 devices |
Definition at line 448 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetImplementer | ( | void | ) |
Get Implementer code.
Value | should be equal to 0x41 for ARM |
Definition at line 428 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetParNo | ( | void | ) |
Get Part number.
Value | should be equal to 0xC27 for Cortex-M7 and equal to 0xC24 for Cortex-M4 |
Definition at line 458 of file stm32h7xx_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)
Value | between 0 and 255 (0x1: patch 1) |
Definition at line 468 of file stm32h7xx_ll_cortex.h.
__STATIC_INLINE uint32_t LL_CPUID_GetVariant | ( | void | ) |
Get Variant number (The r value in the rnpn product revision identifier)
Value | between 0 and 255 (0x0: revision 0) |
Definition at line 438 of file stm32h7xx_ll_cortex.h.