pub trait AddressMode: Sealed + 'static { }
Expand description

Address mode (7-bit / 10-bit).

Note: This trait is sealed and should not be implemented outside of this crate.

Implementors§