diff options
Diffstat (limited to 'simulator/bcm5719_SHM.cpp')
-rw-r--r-- | simulator/bcm5719_SHM.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/simulator/bcm5719_SHM.cpp b/simulator/bcm5719_SHM.cpp index a369dfa..4fd20f7 100644 --- a/simulator/bcm5719_SHM.cpp +++ b/simulator/bcm5719_SHM.cpp @@ -51,6 +51,8 @@ void init_bcm5719_SHM(void) /** @brief Component Registers for @ref SHM. */ /** @brief Bitmap for @ref SHM_t.SegSig. */ + /** @brief Bitmap for @ref SHM_t.ApeSegLength. */ + /** @brief Bitmap for @ref SHM_t.FwStatus. */ /** @brief Bitmap for @ref SHM_t.FwFeatures. */ @@ -67,6 +69,12 @@ void init_bcm5719_SHM(void) /** @brief Bitmap for @ref SHM_t.4028. */ + /** @brief Bitmap for @ref SHM_t.LoaderCommand. */ + + /** @brief Bitmap for @ref SHM_t.LoaderArg0. */ + + /** @brief Bitmap for @ref SHM_t.LoaderArg1. */ + /** @brief Bitmap for @ref SHM_t.RcpuSegSig. */ /** @brief Bitmap for @ref SHM_t.RcpuSegLength. */ |