[][src]Trait drone_stm32_map_periph_spi::SSpiTxcrcr

pub trait SSpiTxcrcr<T: SpiMap>: SRoRegBitBand {
    fn from_fields(map: SSpiTxcrcrFields<T>) -> Self;
fn into_fields(self) -> SSpiTxcrcrFields<T>;
fn tx_crc(&self) -> &T::SSpiTxcrcrTxCRC; }

Required methods

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

fn into_fields(self) -> SSpiTxcrcrFields<T>

fn tx_crc(&self) -> &T::SSpiTxcrcrTxCRC

Loading content...

Implementations on Foreign Types

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

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

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

Loading content...

Implementors

Loading content...