pub trait AddressMode: Sealed { }
Expand description

Address mode (7-bit / 10-bit)

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

Implementors