[][src]Trait driver_pal::ChipSelect

pub trait ChipSelect {
    type Error;
    pub fn set_cs(&mut self, state: PinState) -> Result<(), Self::Error>;
}

Chip Select trait for peripherals supporting manual chip select

Associated Types

Loading content...

Required methods

pub fn set_cs(&mut self, state: PinState) -> Result<(), Self::Error>[src]

Set the cs pin state if available

Loading content...

Implementors

Loading content...