[][src]Trait drone_stm32_map_periph_spi::CSpiRxcrcr

pub trait CSpiRxcrcr<T: SpiMap>: CRoRegBitBand {
    fn from_fields(map: CSpiRxcrcrFields<T>) -> Self;
fn into_fields(self) -> CSpiRxcrcrFields<T>;
fn rx_crc(&self) -> &T::CSpiRxcrcrRxCRC; }

Required methods

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

fn into_fields(self) -> CSpiRxcrcrFields<T>

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

Loading content...

Implementors

Loading content...