summaryrefslogtreecommitdiffstats
path: root/simulator/APE_DEVICE3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/APE_DEVICE3.cpp')
-rw-r--r--simulator/APE_DEVICE3.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/simulator/APE_DEVICE3.cpp b/simulator/APE_DEVICE3.cpp
index 5523447..1835503 100644
--- a/simulator/APE_DEVICE3.cpp
+++ b/simulator/APE_DEVICE3.cpp
@@ -10,7 +10,7 @@
///
////////////////////////////////////////////////////////////////////////////////
///
-/// @copyright Copyright (c) 2018, Evan Lojewski
+/// @copyright Copyright (c) 2020, Evan Lojewski
/// @cond
///
/// All rights reserved.
@@ -189,12 +189,20 @@ void init_APE_DEVICE3(void)
/** @brief Bitmap for @ref DEVICE3_t.RxRiscStatus. */
+ /** @brief Bitmap for @ref DEVICE3_t.RxRiscEventMask. */
+
/** @brief Bitmap for @ref DEVICE3_t.RxRiscProgramCounter. */
/** @brief Bitmap for @ref DEVICE3_t.RxRiscCurrentInstruction. */
+ /** @brief Bitmap for @ref DEVICE3_t.RxRiscInterruptEnable. */
+
+ /** @brief Bitmap for @ref DEVICE3_t.RxRiscInterruptVector. */
+
/** @brief Bitmap for @ref DEVICE3_t.RxRiscHardwareBreakpoint. */
+ /** @brief Bitmap for @ref DEVICE3_t.RxRiscLastBranchAddress. */
+
/** @brief Bitmap for @ref DEVICE3_t.RxRiscRegister0. */
/** @brief Bitmap for @ref DEVICE3_t.RxRiscRegister1. */
OpenPOWER on IntegriCloud