The control and status registers refer to byte addressing as seen by the software, and as implemented by hardware. All registers that are Read-Writable must be protected to comply with Security Development Lifecycle (SDL) practices. You are required to perform the register access protection.
| Access Type | Definition |
|---|---|
| RO | Software read-only (no effect on write). The value is hard-tied internally to either '0' or '1' and does not vary. |
| RO/V | Software read-only (no effect on write). The value may vary. |
| RC |
|
| RW |
|
| RW1C |
|
| RW1S |
|