[][src]Trait drone_stm32_map_periph_spi::CSpiSr

pub trait CSpiSr<T: SpiMap>: CRwRegBitBand {
    fn from_fields(map: CSpiSrFields<T>) -> Self;
fn into_fields(self) -> CSpiSrFields<T>;
fn bsy(&self) -> &T::CSpiSrBsy;
fn crcerr(&self) -> &T::CSpiSrCrcerr;
fn modf(&self) -> &T::CSpiSrModf;
fn ovr(&self) -> &T::CSpiSrOvr;
fn rxne(&self) -> &T::CSpiSrRxne;
fn txe(&self) -> &T::CSpiSrTxe; }

Required methods

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

fn into_fields(self) -> CSpiSrFields<T>

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

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

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

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

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

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

Loading content...

Implementors

Loading content...