Skip to content

Commit ecd5e21

Browse files
Merge pull request #537 from Silabs-ArjanB/ArjanB_mcontrol6_m
etrigger.m and mcontrol6.m are now fully implemented (reset values changed as well)
2 parents c9b026d + f4b2af3 commit ecd5e21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/user_manual/source/control_status_registers.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ Match Control Type 6 (``mcontrol6``)
13091309

13101310
CSR Address: 0x7A1
13111311

1312-
Reset Value: 0x6800_1044
1312+
Reset Value: 0x6800_1000
13131313

13141314
Accessible in Debug Mode or M-Mode, depending on **tdata1.dmode**.
13151315

@@ -1343,7 +1343,7 @@ Accessible in Debug Mode or M-Mode, depending on **tdata1.dmode**.
13431343
|| || (0x0, 0x2, || 2: Address is greater than or equal to `tdata2` |
13441344
|| || 0x3) || 3: Address is less than `tdata2` |
13451345
+-------+-------------+----------------------------------------------------------------+
1346-
| 6 | WARL (0x1) | **M**. Match in M-Mode. |
1346+
| 6 | WARL | **M**. Match in M-Mode. |
13471347
+-------+-------------+----------------------------------------------------------------+
13481348
| 5 | WARL (0x0) | Hardwired to 0. |
13491349
+-------+-------------+----------------------------------------------------------------+
@@ -1365,14 +1365,14 @@ Exception Trigger (``etrigger``)
13651365

13661366
CSR Address: 0x7A1
13671367

1368-
Reset Value: 0x5800_0201
1368+
Reset Value: 0x5800_0001
13691369

13701370
Accessible in Debug Mode or M-Mode, depending on **tdata1.dmode**.
13711371

13721372
+-------+--------------+----------------------------------------------------------------+
13731373
| Bit# | R/W | Description |
13741374
+=======+==============+================================================================+
1375-
| 31:28 | WARL (0x5) | **TYPE**. 5 = Exception trigger. |
1375+
| 31:28 | WARL (0x5) | **TYPE**. 5 = Exception trigger. |
13761376
+-------+--------------+----------------------------------------------------------------+
13771377
| 27 | WARL (0x1) | **DMODE**. Only debug mode can write tdata registers |
13781378
+-------+--------------+----------------------------------------------------------------+
@@ -1386,7 +1386,7 @@ Accessible in Debug Mode or M-Mode, depending on **tdata1.dmode**.
13861386
+-------+--------------+----------------------------------------------------------------+
13871387
| 10 | WARL | **NMI**. Set to enable trigger on NMI. |
13881388
+-------+--------------+----------------------------------------------------------------+
1389-
| 9 | WARL (0x1) | **M**. Match in M-Mode. |
1389+
| 9 | WARL | **M**. Match in M-Mode. |
13901390
+-------+--------------+----------------------------------------------------------------+
13911391
| 8 | WARL (0x0) | Hardwired to 0. |
13921392
+-------+--------------+----------------------------------------------------------------+

0 commit comments

Comments
 (0)