[][src]Trait drone_stm32_map_periph_spi::USpiRxcrcr

pub trait USpiRxcrcr<T: SpiMap>: URoRegBitBand {
    fn from_fields(map: USpiRxcrcrFields<T>) -> Self;
fn into_fields(self) -> USpiRxcrcrFields<T>;
fn rx_crc(&self) -> &T::USpiRxcrcrRxCRC; }

Required methods

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

fn into_fields(self) -> USpiRxcrcrFields<T>

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

Loading content...

Implementors

Loading content...