Trait atsamd_hal::sercom::spi_future::ControlSS
source · [−]pub trait ControlSS: OptionalPin {
fn assert(&mut self);
fn deassert(&mut self);
}
Expand description
Trait used to control the SS line during an SpiFuture
transaction