Crate tock_cells

Source
Expand description

Tock Cell types.

Modules§

map_cell
Tock specific MapCell type for sharing references.
numeric_cell_ext
NumericCellExt extension trait for Cells.
optional_cell
OptionalCell convenience type
take_cell
Tock specific TakeCell type for sharing references.
volatile_cell
A type for accessing MMIO registers. VolatileCell is just like Cell but with volatile read / write operations