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_NVM.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_NVM.cpp')
| -rw-r--r-- | simulator/bcm5719_NVM.cpp | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/simulator/bcm5719_NVM.cpp b/simulator/bcm5719_NVM.cpp index acd27ba..824dfd9 100644 --- a/simulator/bcm5719_NVM.cpp +++ b/simulator/bcm5719_NVM.cpp @@ -48,20 +48,18 @@ NVM_t NVM; void init_bcm5719_NVM(void) { - /** @brief Component Registers for @ref NVM. */ - /** @brief Bitmap for @ref NVM_t.Command. */ + /** @brief Component Registers for @ref NVM. */ + /** @brief Bitmap for @ref NVM_t.Command. */ - /** @brief Bitmap for @ref NVM_t.Write. */ + /** @brief Bitmap for @ref NVM_t.Write. */ - /** @brief Bitmap for @ref NVM_t.Addr. */ + /** @brief Bitmap for @ref NVM_t.Addr. */ - /** @brief Bitmap for @ref NVM_t.Read. */ + /** @brief Bitmap for @ref NVM_t.Read. */ - /** @brief Bitmap for @ref NVM_t.NvmCfg1. */ - - /** @brief Bitmap for @ref NVM_t.SoftwareArbitration. */ - - /** @brief Bitmap for @ref NVM_t.Access. */ + /** @brief Bitmap for @ref NVM_t.NvmCfg1. */ + /** @brief Bitmap for @ref NVM_t.SoftwareArbitration. */ + /** @brief Bitmap for @ref NVM_t.Access. */ } |

