[][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 frlvl(&self) -> &T::CSpiSrFrlvl;
fn ftlvl(&self) -> &T::CSpiSrFtlvl;
fn modf(&self) -> &T::CSpiSrModf;
fn ovr(&self) -> &T::CSpiSrOvr;
fn rxne(&self) -> &T::CSpiSrRxne;
fn tifrfe(&self) -> &T::CSpiSrTifrfe;
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 frlvl(&self) -> &T::CSpiSrFrlvl

fn ftlvl(&self) -> &T::CSpiSrFtlvl

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

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

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

fn tifrfe(&self) -> &T::CSpiSrTifrfe

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

Loading content...

Implementations on Foreign Types

impl CSpiSr<Spi1> for Reg<Crt>[src]

impl CSpiSr<Spi2> for Reg<Crt>[src]

impl CSpiSr<Spi3> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...