Trait drone_riscv::reg::prelude::RegAtomic[][src]

pub trait RegAtomic: RegTag { }

An atomic register token tag.

A token tagged with a tag, which implements this trait, uses only atomic operations and can be used concurrently.

Implementors

Loading content...