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

Address mode (7-bit / 10-bit)

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

Implementations on Foreign Types

Implementors