diff options
author | Evan Lojewski <github@meklort.com> | 2020-07-14 20:07:52 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-14 20:07:52 -0600 |
commit | 437967699cf69896e6bb9c50979dbc17a4850ced (patch) | |
tree | 5ba05f80c7d304a4a7c7ea4cdd9674d06ad2b36e /simulator/APE_DEVICE.cpp | |
parent | 74c4f25d634429c02cb7654bbd1a7ce742a3433e (diff) | |
download | bcm5719-ortega-437967699cf69896e6bb9c50979dbc17a4850ced.tar.gz bcm5719-ortega-437967699cf69896e6bb9c50979dbc17a4850ced.zip |
regs: Add APE Clock Policy definitions. (#91)
Diffstat (limited to 'simulator/APE_DEVICE.cpp')
-rw-r--r-- | simulator/APE_DEVICE.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/simulator/APE_DEVICE.cpp b/simulator/APE_DEVICE.cpp index 8d6318b..1244218 100644 --- a/simulator/APE_DEVICE.cpp +++ b/simulator/APE_DEVICE.cpp @@ -145,6 +145,8 @@ void init_APE_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.LinkAwarePowerModeClockPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.ApeClkPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.ApeSleepStateClockPolicy. */ /** @brief Bitmap for @ref DEVICE_t.ClockSpeedOverridePolicy. */ |