[][src]Trait stm32f3xx_hal::spi::Word

pub trait Word {
    pub fn register_config() -> (FRXTH_A, DS_A);
}

Configuration trait for the Word Size used by the SPI peripheral

Required methods

pub fn register_config() -> (FRXTH_A, DS_A)[src]

Returns the register configuration to set the word size

Loading content...

Implementors

impl Word for u8[src]

impl Word for u16[src]

Loading content...