[][src]Trait drone_stm32_map_periph_spi::SSpiRxcrcr

pub trait SSpiRxcrcr<T: SpiMap>: SRoRegBitBand {
    fn from_fields(map: SSpiRxcrcrFields<T>) -> Self;
fn into_fields(self) -> SSpiRxcrcrFields<T>;
fn rx_crc(&self) -> &T::SSpiRxcrcrRxCRC; }

Required methods

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

fn into_fields(self) -> SSpiRxcrcrFields<T>

fn rx_crc(&self) -> &T::SSpiRxcrcrRxCRC

Loading content...

Implementors

Loading content...