[][src]Trait drone_stm32_map_periph_spi::SSpiSr

pub trait SSpiSr<T: SpiMap>: SRwRegBitBand {
    fn from_fields(map: SSpiSrFields<T>) -> Self;
fn into_fields(self) -> SSpiSrFields<T>;
fn bsy(&self) -> &T::SSpiSrBsy;
fn crcerr(&self) -> &T::SSpiSrCrcerr;
fn frlvl(&self) -> &T::SSpiSrFrlvl;
fn ftlvl(&self) -> &T::SSpiSrFtlvl;
fn modf(&self) -> &T::SSpiSrModf;
fn ovr(&self) -> &T::SSpiSrOvr;
fn rxne(&self) -> &T::SSpiSrRxne;
fn tifrfe(&self) -> &T::SSpiSrTifrfe;
fn txe(&self) -> &T::SSpiSrTxe; }

Required methods

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

fn into_fields(self) -> SSpiSrFields<T>

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

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

fn frlvl(&self) -> &T::SSpiSrFrlvl

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

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

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

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

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

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

Loading content...

Implementations on Foreign Types

impl SSpiSr<Spi1> for Reg<Srt>[src]

impl SSpiSr<Spi2> for Reg<Srt>[src]

impl SSpiSr<Spi3> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...