diff options
| author | Evan Lojewski <github@meklort.com> | 2019-06-29 11:30:01 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-06-29 11:30:01 -0600 |
| commit | 99dd644512cfef951ade6d2403a8cf2f43666b94 (patch) | |
| tree | 397f725c4cd5de628cba55e51ce6832a69593bd6 /simulator/APE_DEVICE2.cpp | |
| parent | 88a1987b32b1906a15606f09a324c17f7306a9b7 (diff) | |
| download | bcm5719-ortega-99dd644512cfef951ade6d2403a8cf2f43666b94.tar.gz bcm5719-ortega-99dd644512cfef951ade6d2403a8cf2f43666b94.zip | |
Update DEVICE registers to include tx/rx status
Diffstat (limited to 'simulator/APE_DEVICE2.cpp')
| -rw-r--r-- | simulator/APE_DEVICE2.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/APE_DEVICE2.cpp b/simulator/APE_DEVICE2.cpp index 77322d0..df1b149 100644 --- a/simulator/APE_DEVICE2.cpp +++ b/simulator/APE_DEVICE2.cpp @@ -105,8 +105,12 @@ void init_APE_DEVICE2(void) /** @brief Bitmap for @ref DEVICE2_t.TransmitMacMode. */ + /** @brief Bitmap for @ref DEVICE2_t.TransmitMacStatus. */ + /** @brief Bitmap for @ref DEVICE2_t.ReceiveMacMode. */ + /** @brief Bitmap for @ref DEVICE2_t.ReceiveMacStatus. */ + /** @brief Bitmap for @ref DEVICE2_t.PerfectMatch1High. */ /** @brief Bitmap for @ref DEVICE2_t.PerfectMatch1Low. */ |

