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.

Implementations on Foreign Types§

source§

impl AddressMode for u16

source§

impl AddressMode for u8

Implementors§