[][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...

Implementors

Loading content...