Defines how the value is cached. More...
Static Public Attributes | |
| int | NoCache = 0 |
| No caching used. | |
| int | WriteAround = 2 |
| Write to register, cache written on next read. | |
| int | WriteThrough = 1 |
| Write to cache and register. | |
Defines how the value is cached.