tock_cells

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 provides a wrapper around unsafe volatile pointer reads and writes.