[][src]Trait drone_stm32_map_periph_spi::USpiTxcrcr

pub trait USpiTxcrcr<T: SpiMap>: URoRegBitBand {
    fn from_fields(map: USpiTxcrcrFields<T>) -> Self;
fn into_fields(self) -> USpiTxcrcrFields<T>;
fn tx_crc(&self) -> &T::USpiTxcrcrTxCRC; }

Required methods

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

fn into_fields(self) -> USpiTxcrcrFields<T>

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

Loading content...

Implementors

Loading content...