Trait atsamd_hal::sercom::spi::Capability
source · [−]pub trait Capability: Sealed + Default { }
Expand description
Type-level enum representing the simplex or duplex transaction capability
The available, type-level variants are Rx
, Tx
and Duplex
. See
the type-level enum documentation for more details.