aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/chcore_v6m.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 08:45:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-03 08:45:34 +0000
commit1b56dd572e01e2460c149ac6835db7bdf175b305 (patch)
tree26d0f7cdf91e9ee96eef86864cfdfc0e19622b9c /os/ports/GCC/ARMCMx/chcore_v6m.h
parentc62d4d6407ef7ec46ff6258fe7390de645810a10 (diff)
downloadChibiOS-1b56dd572e01e2460c149ac6835db7bdf175b305.tar.gz
ChibiOS-1b56dd572e01e2460c149ac6835db7bdf175b305.tar.bz2
ChibiOS-1b56dd572e01e2460c149ac6835db7bdf175b305.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2225 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/chcore_v6m.h')
-rw-r--r--os/ports/GCC/ARMCMx/chcore_v6m.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore_v6m.h b/os/ports/GCC/ARMCMx/chcore_v6m.h
index a4b0e582d..5f45f581d 100644
--- a/os/ports/GCC/ARMCMx/chcore_v6m.h
+++ b/os/ports/GCC/ARMCMx/chcore_v6m.h
@@ -47,11 +47,6 @@ struct cmxctx {
};
#if !defined(__DOXYGEN__)
-/**
- * @brief Interrupt saved context.
- * @details This structure represents the stack frame saved during a
- * preemption-capable interrupt handler.
- */
struct extctx {
regarm_t xpsr;
regarm_t r12;
@@ -62,14 +57,7 @@ struct extctx {
regarm_t r3;
regarm_t pc;
};
-#endif
-#if !defined(__DOXYGEN__)
-/**
- * @brief System saved context.
- * @details This structure represents the inner stack frame during a context
- * switching.
- */
struct intctx {
regarm_t r8;
regarm_t r9;