diff options
| author | Evan Lojewski <github@meklort.com> | 2020-01-30 22:09:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 22:09:09 -0700 |
| commit | 0a2e0fb0785e27153e58c17d3ef1fdaaa82016e3 (patch) | |
| tree | 4c2fc63d2607b26ec2c715abf01e3f8aabdd390c /simulator/APE_DEVICE.cpp | |
| parent | a17825de6b35ab27f09b3fcaa001343a02307c86 (diff) | |
| download | bcm5719-ortega-0a2e0fb0785e27153e58c17d3ef1fdaaa82016e3.tar.gz bcm5719-ortega-0a2e0fb0785e27153e58c17d3ef1fdaaa82016e3.zip | |
ipxact: Add additional register definitions. (#22)
Diffstat (limited to 'simulator/APE_DEVICE.cpp')
| -rw-r--r-- | simulator/APE_DEVICE.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/simulator/APE_DEVICE.cpp b/simulator/APE_DEVICE.cpp index 9441f00..5a03f5a 100644 --- a/simulator/APE_DEVICE.cpp +++ b/simulator/APE_DEVICE.cpp @@ -111,6 +111,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.TransmitMacStatus. */ + /** @brief Bitmap for @ref DEVICE_t.TransmitMacLengths. */ + /** @brief Bitmap for @ref DEVICE_t.ReceiveMacMode. */ /** @brief Bitmap for @ref DEVICE_t.ReceiveMacStatus. */ @@ -133,12 +135,18 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.SgmiiStatus. */ + /** @brief Bitmap for @ref DEVICE_t.ReceiveListPlacementMode. */ + + /** @brief Bitmap for @ref DEVICE_t.ReceiveListPlacementStatus. */ + /** @brief Bitmap for @ref DEVICE_t.CpmuControl. */ /** @brief Bitmap for @ref DEVICE_t.NoLinkPowerModeClockPolicy. */ /** @brief Bitmap for @ref DEVICE_t.LinkAwarePowerModeClockPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.ApeSleepStateClockPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.ClockSpeedOverridePolicy. */ /** @brief Bitmap for @ref DEVICE_t.Status. */ |

