LL_CPUID_GetParNo
__STATIC_INLINE uint32_t LL_CPUID_GetParNo (void )
Value: should be equal to 0xC23 for Cortex-M3
Reference Manual to
LL API cross
reference:
SCB_CPUID PARTNO LL_CPUID_GetParNo
LL_CPUID_GetRevision
__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 (0x0: patch 0, 0x1: patch 1)
Reference Manual to
LL API cross
reference:
SCB_CPUID REVISION LL_CPUID_GetRevision
LL_MPU_Enable
__STATIC_INLINE void LL_MPU_Enable (uint32_t Options)
Enable MPU with input options.
Options: This parameter can be one of the following values:
LL_MPU_CTRL_HFNMI_PRIVDEF_NONE
LL_MPU_CTRL_HARDFAULT_NMI
LL_MPU_CTRL_PRIVILEGED_DEFAULT
LL_MPU_CTRL_HFNMI_PRIVDEF
Reference Manual to
LL API cross
reference:
MPU_CTRL ENABLE LL_MPU_Enable
LL_MPU_Disable
__STATIC_INLINE void LL_MPU_Disable (void )
Reference Manual to
LL API cross
reference:
MPU_CTRL ENABLE LL_MPU_Disable
LL_MPU_IsEnabled
__STATIC_INLINE uint32_t LL_MPU_IsEnabled (void )