Skip to main content

SpiBus

Trait SpiBus 

Source
pub trait SpiBus: Write {
    // Required method
    fn max_size(&self) -> usize;
}
Expand description

A trait abstracting access to an SPI bus.

Required Methods§

Source

fn max_size(&self) -> usize

Returns the maximum transfer size for the bus.

Implementors§