diff options
| author | Evan Lojewski <github@meklort.com> | 2019-02-14 23:07:45 -0700 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-02-14 23:07:45 -0700 |
| commit | 5318e6a8a1a38f6b70b2bd767cdf449a65456b3e (patch) | |
| tree | 007720c8c13c6b9154b359a543d5b58d343f4991 /simulator/bcm5719_MII.cpp | |
| parent | 98aa3a02f621261835209f87e3b750bf20248e49 (diff) | |
| download | bcm5719-ortega-5318e6a8a1a38f6b70b2bd767cdf449a65456b3e.tar.gz bcm5719-ortega-5318e6a8a1a38f6b70b2bd767cdf449a65456b3e.zip | |
Regen ipxact output with a project name specified.
Diffstat (limited to 'simulator/bcm5719_MII.cpp')
| -rw-r--r-- | simulator/bcm5719_MII.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/simulator/bcm5719_MII.cpp b/simulator/bcm5719_MII.cpp index d9b0666..cadae63 100644 --- a/simulator/bcm5719_MII.cpp +++ b/simulator/bcm5719_MII.cpp @@ -2,7 +2,7 @@ /// /// @file bcm5719_MII.cpp /// -/// @project <PROJECT> +/// @project bcm5719 /// /// @brief bcm5719_MII /// @@ -59,15 +59,13 @@ void init_bcm5719_MII(void) /** @brief Bitmap for @ref MII_t.AutonegotiationAdvertisement. */ - /** @brief Bitmap for @ref MII_t.AutonegotiationLinkPartnerAbilityBasePage. - */ + /** @brief Bitmap for @ref MII_t.AutonegotiationLinkPartnerAbilityBasePage. */ /** @brief Bitmap for @ref MII_t.AutonegotiationExpansion. */ /** @brief Bitmap for @ref MII_t.AutonegotiationNextPageTransmit. */ - /** @brief Bitmap for @ref MII_t.AutonegotiationLinkPartnerAbilityNextPage. - */ + /** @brief Bitmap for @ref MII_t.AutonegotiationLinkPartnerAbilityNextPage. */ /** @brief Bitmap for @ref MII_t.1000baseTControl. */ @@ -92,4 +90,6 @@ void init_bcm5719_MII(void) /** @brief Bitmap for @ref MII_t.InterruptMask. */ /** @brief Bitmap for @ref MII_t.Test1. */ + + } |

