Line 48: |
Line 48: |
| | 0xA | | | 0xA |
| | 0x2 | | | 0x2 |
− | | Flags | + | | Access Flags |
| |} | | |} |
| + | |
| + | ===Access Flags=== |
| + | {| class="wikitable" border="1" |
| + | |- |
| + | ! Bit Mask |
| + | ! Description |
| + | |- |
| + | | 0x2 |
| + | | User Readable (cfg:u) |
| + | |- |
| + | | 0x4 |
| + | | System Writable (cfg:s / cfg:i) |
| + | |- |
| + | | 0x8 |
| + | | System Readable (cfg:s / cfg:i) |
| + | |} |
| + | |
| + | Config blocks will typically either use 0xC for system readable/writable or 0xE for all 3. |
| | | |
| ==Configuration blocks== | | ==Configuration blocks== |