Trait reg_map::access::Readable

source ·
pub trait Readable: Access { }
Expand description

Marker trait for readable registers implemented by types ReadOnly and ReadWrite.

⚠️ This trait is sealed and cannot be implemented for types outside of this crate.

Object Safety§

This trait is not object safe.

Implementors§