diff options
| author | Evan Lojewski <github@meklort.com> | 2021-02-04 18:59:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 18:59:54 -0700 |
| commit | 0265533188143e88cfef536f896e973d717af437 (patch) | |
| tree | 34281c72eb238eb33a4e6066e2bae6447c708a90 /simulator/APE_DEVICE2.cpp | |
| parent | 6ef8e4a66255ceb5744cecaca9e73aa194ba72f6 (diff) | |
| download | bcm5719-ortega-0265533188143e88cfef536f896e973d717af437.tar.gz bcm5719-ortega-0265533188143e88cfef536f896e973d717af437.zip | |
ipxact: Add D0u Clock Policy register. (#194)
Diffstat (limited to 'simulator/APE_DEVICE2.cpp')
| -rw-r--r-- | simulator/APE_DEVICE2.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/simulator/APE_DEVICE2.cpp b/simulator/APE_DEVICE2.cpp index 647c430..0721191 100644 --- a/simulator/APE_DEVICE2.cpp +++ b/simulator/APE_DEVICE2.cpp @@ -10,7 +10,7 @@ /// //////////////////////////////////////////////////////////////////////////////// /// -/// @copyright Copyright (c) 2020, Evan Lojewski +/// @copyright Copyright (c) 2021, Evan Lojewski /// @cond /// /// All rights reserved. @@ -145,6 +145,8 @@ void init_APE_DEVICE2(void) /** @brief Bitmap for @ref DEVICE2_t.LinkAwarePowerModeClockPolicy. */ + /** @brief Bitmap for @ref DEVICE2_t.D0uClockPolicy. */ + /** @brief Bitmap for @ref DEVICE2_t.ApeClkPolicy. */ /** @brief Bitmap for @ref DEVICE2_t.ApeSleepStateClockPolicy. */ |

