Skip to main content

EditableRegister

Trait EditableRegister 

Source
pub trait EditableRegister: Register { }
Expand description

Trait of a register that can only be edited. Some registers require a read-edit-write operation since some bits a reserved internally Editing a register allows to “safely” modify only a subset of values

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§