[][src]Trait drone_stm32_map_periph_spi::CSpiCr2

pub trait CSpiCr2<T: SpiMap>: CRwRegBitBand {
    fn from_fields(map: CSpiCr2Fields<T>) -> Self;
fn into_fields(self) -> CSpiCr2Fields<T>;
fn errie(&self) -> &T::CSpiCr2Errie;
fn rxdmaen(&self) -> &T::CSpiCr2Rxdmaen;
fn rxneie(&self) -> &T::CSpiCr2Rxneie;
fn ssoe(&self) -> &T::CSpiCr2Ssoe;
fn txdmaen(&self) -> &T::CSpiCr2Txdmaen;
fn txeie(&self) -> &T::CSpiCr2Txeie; }

Required methods

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

fn into_fields(self) -> CSpiCr2Fields<T>

fn errie(&self) -> &T::CSpiCr2Errie

fn rxdmaen(&self) -> &T::CSpiCr2Rxdmaen

fn rxneie(&self) -> &T::CSpiCr2Rxneie

fn ssoe(&self) -> &T::CSpiCr2Ssoe

fn txdmaen(&self) -> &T::CSpiCr2Txdmaen

fn txeie(&self) -> &T::CSpiCr2Txeie

Loading content...

Implementors

Loading content...