[][src]Trait drone_stm32_map_periph_spi::USpiSr

pub trait USpiSr<T: SpiMap>: URwRegBitBand {
    fn from_fields(map: USpiSrFields<T>) -> Self;
fn into_fields(self) -> USpiSrFields<T>;
fn bsy(&self) -> &T::USpiSrBsy;
fn crcerr(&self) -> &T::USpiSrCrcerr;
fn modf(&self) -> &T::USpiSrModf;
fn ovr(&self) -> &T::USpiSrOvr;
fn rxne(&self) -> &T::USpiSrRxne;
fn txe(&self) -> &T::USpiSrTxe; }

Required methods

fn from_fields(map: USpiSrFields<T>) -> Self

fn into_fields(self) -> USpiSrFields<T>

fn bsy(&self) -> &T::USpiSrBsy

fn crcerr(&self) -> &T::USpiSrCrcerr

fn modf(&self) -> &T::USpiSrModf

fn ovr(&self) -> &T::USpiSrOvr

fn rxne(&self) -> &T::USpiSrRxne

fn txe(&self) -> &T::USpiSrTxe

Loading content...

Implementors

Loading content...