Module tock_cells::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. This is particularly useful for accessing microcontroller registers by (unsafely) casting a pointer to the register into a VolatileCell.