Module volatile_cell

Module volatile_cell 

Source
Expand description

A type for accessing MMIO registers. VolatileCell is just like Cell but with volatile read / write operations

Structsยง

VolatileCell
VolatileCell provides a wrapper around unsafe volatile pointer reads and writes.