Просмотр исходного кода

CMSIS-Core(M): updated documentation.
- Added missing SecureFault to the list of exceptions in __getIPSR() description.

GuentherMartin 3 лет назад
Родитель
Сommit
81564cfb33
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      CMSIS/DoxyGen/Core/src/Ref_CoreReg.txt

+ 2 - 1
CMSIS/DoxyGen/Core/src/Ref_CoreReg.txt

@@ -102,7 +102,8 @@ void __set_CONTROL(uint32_t control);
         - = 4 MemManage
         - = 5 BusFault
         - = 6 UsageFault
-        - = 7-10  Reserved
+        - = 7 SecureFault
+        - = 8-10  Reserved
         - = 11 SVC
         - = 12 Reserved for Debug
         - = 13 Reserved