diff options
| author | Evan Lojewski <github@meklort.com> | 2020-07-12 19:51:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-12 19:51:39 -0600 |
| commit | febfab9c23390b9c32dafb72cfb541b482b51a01 (patch) | |
| tree | 3aa44dd437c6e61cc9b47baf203c33755ae0d5a2 /simulator/bcm5719_APE.cpp | |
| parent | 8801f8f9c2cbf2cf795d994da4263d588c282f98 (diff) | |
| download | bcm5719-ortega-febfab9c23390b9c32dafb72cfb541b482b51a01.tar.gz bcm5719-ortega-febfab9c23390b9c32dafb72cfb541b482b51a01.zip | |
regs: Add Tx State ports 1-3 definitions. (#89)
Diffstat (limited to 'simulator/bcm5719_APE.cpp')
| -rw-r--r-- | simulator/bcm5719_APE.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/simulator/bcm5719_APE.cpp b/simulator/bcm5719_APE.cpp index ddb86b7..651a029 100644 --- a/simulator/bcm5719_APE.cpp +++ b/simulator/bcm5719_APE.cpp @@ -10,7 +10,7 @@ /// //////////////////////////////////////////////////////////////////////////////// /// -/// @copyright Copyright (c) 2018, Evan Lojewski +/// @copyright Copyright (c) 2020, Evan Lojewski /// @cond /// /// All rights reserved. @@ -65,6 +65,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxState0. */ + /** @brief Bitmap for @ref APE_t.TxState1. */ + /** @brief Bitmap for @ref APE_t.Mode2. */ /** @brief Bitmap for @ref APE_t.Status2. */ @@ -125,6 +127,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetDoorbellFunc2. */ + /** @brief Bitmap for @ref APE_t.TxState2. */ + /** @brief Bitmap for @ref APE_t.RxPoolModeStatus2. */ /** @brief Bitmap for @ref APE_t.RxPoolRetire2. */ @@ -143,6 +147,8 @@ void init_bcm5719_APE(void) /** @brief Bitmap for @ref APE_t.TxToNetDoorbellFunc3. */ + /** @brief Bitmap for @ref APE_t.TxState3. */ + /** @brief Bitmap for @ref APE_t.RxPoolModeStatus3. */ /** @brief Bitmap for @ref APE_t.RxPoolRetire3. */ |

