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.