Expand description
Tock Cell types.
Modules§
- map_
cell - Tock specific
MapCell
type for sharing references. - numeric_
cell_ ext NumericCellExt
extension trait forCell
s.- 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 likeCell
but with volatile read / write operations