From 0265533188143e88cfef536f896e973d717af437 Mon Sep 17 00:00:00 2001 From: Evan Lojewski Date: Thu, 4 Feb 2021 18:59:54 -0700 Subject: ipxact: Add D0u Clock Policy register. (#194) --- simulator/bcm5719_DEVICE.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'simulator/bcm5719_DEVICE.cpp') diff --git a/simulator/bcm5719_DEVICE.cpp b/simulator/bcm5719_DEVICE.cpp index 0f646cc..b400b81 100644 --- a/simulator/bcm5719_DEVICE.cpp +++ b/simulator/bcm5719_DEVICE.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_bcm5719_DEVICE(void) /** @brief Bitmap for @ref DEVICE_t.LinkAwarePowerModeClockPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.D0uClockPolicy. */ + /** @brief Bitmap for @ref DEVICE_t.ApeClkPolicy. */ /** @brief Bitmap for @ref DEVICE_t.ApeSleepStateClockPolicy. */ -- cgit v1.2.1