diff options
| author | Evan Lojewski <github@meklort.com> | 2019-02-09 18:09:33 -0700 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-02-09 18:09:33 -0700 |
| commit | 3cfa5c59e6a69106fefdbd35f39ab1179a49959f (patch) | |
| tree | 12937af676b44775c03b95c56b637aebc06fa36a /simulator/bcm5719_MII.cpp | |
| parent | c9ff2c0b1ca53e3c4a199da7e4804499c88bdbae (diff) | |
| download | bcm5719-ortega-3cfa5c59e6a69106fefdbd35f39ab1179a49959f.tar.gz bcm5719-ortega-3cfa5c59e6a69106fefdbd35f39ab1179a49959f.zip | |
Do a manual clang-format run
Diffstat (limited to 'simulator/bcm5719_MII.cpp')
| -rw-r--r-- | simulator/bcm5719_MII.cpp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/simulator/bcm5719_MII.cpp b/simulator/bcm5719_MII.cpp index 3adff32..d9b0666 100644 --- a/simulator/bcm5719_MII.cpp +++ b/simulator/bcm5719_MII.cpp @@ -48,48 +48,48 @@ MII_t MII; void init_bcm5719_MII(void) { - /** @brief Component Registers for @ref MII. */ - /** @brief Bitmap for @ref MII_t.Control. */ + /** @brief Component Registers for @ref MII. */ + /** @brief Bitmap for @ref MII_t.Control. */ - /** @brief Bitmap for @ref MII_t.Status. */ + /** @brief Bitmap for @ref MII_t.Status. */ - /** @brief Bitmap for @ref MII_t.PhyIdHigh. */ + /** @brief Bitmap for @ref MII_t.PhyIdHigh. */ - /** @brief Bitmap for @ref MII_t.PhyIdLow. */ + /** @brief Bitmap for @ref MII_t.PhyIdLow. */ - /** @brief Bitmap for @ref MII_t.AutonegotiationAdvertisement. */ + /** @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.AutonegotiationExpansion. */ - /** @brief Bitmap for @ref MII_t.AutonegotiationNextPageTransmit. */ + /** @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. */ + /** @brief Bitmap for @ref MII_t.1000baseTControl. */ - /** @brief Bitmap for @ref MII_t.1000baseTStatus. */ + /** @brief Bitmap for @ref MII_t.1000baseTStatus. */ - /** @brief Bitmap for @ref MII_t.BroadreachLreAccess. */ + /** @brief Bitmap for @ref MII_t.BroadreachLreAccess. */ - /** @brief Bitmap for @ref MII_t.IeeeExtendedStatus. */ + /** @brief Bitmap for @ref MII_t.IeeeExtendedStatus. */ - /** @brief Bitmap for @ref MII_t.PhyExtendedStatus. */ + /** @brief Bitmap for @ref MII_t.PhyExtendedStatus. */ - /** @brief Bitmap for @ref MII_t.ReceiveErrorCounter. */ + /** @brief Bitmap for @ref MII_t.ReceiveErrorCounter. */ - /** @brief Bitmap for @ref MII_t.FalseCarrierSenseCounter. */ + /** @brief Bitmap for @ref MII_t.FalseCarrierSenseCounter. */ - /** @brief Bitmap for @ref MII_t.LocalRemoteReceiverNotOkCounter. */ + /** @brief Bitmap for @ref MII_t.LocalRemoteReceiverNotOkCounter. */ - /** @brief Bitmap for @ref MII_t.AuxillaryStatusSummary. */ + /** @brief Bitmap for @ref MII_t.AuxillaryStatusSummary. */ - /** @brief Bitmap for @ref MII_t.InterruptStatus. */ - - /** @brief Bitmap for @ref MII_t.InterruptMask. */ - - /** @brief Bitmap for @ref MII_t.Test1. */ + /** @brief Bitmap for @ref MII_t.InterruptStatus. */ + /** @brief Bitmap for @ref MII_t.InterruptMask. */ + /** @brief Bitmap for @ref MII_t.Test1. */ } |

