[][src]Trait drone_stm32_map_periph_spi::SpiSrTifrfe

pub trait SpiSrTifrfe<T: SpiMap>: SpiSr<T> {
    type USpiSrTifrfe: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrTifrfe, SRegField = Self::SSpiSrTifrfe, CRegField = Self::CSpiSrTifrfe> + URoRwRegFieldBitBand;
    type SSpiSrTifrfe: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrTifrfe, SRegField = Self::SSpiSrTifrfe, CRegField = Self::CSpiSrTifrfe> + SRoRwRegFieldBitBand;
    type CSpiSrTifrfe: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrTifrfe, SRegField = Self::SSpiSrTifrfe, CRegField = Self::CSpiSrTifrfe> + CRoRwRegFieldBitBand;
}

Associated Types

type USpiSrTifrfe: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrTifrfe, SRegField = Self::SSpiSrTifrfe, CRegField = Self::CSpiSrTifrfe> + URoRwRegFieldBitBand

type SSpiSrTifrfe: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrTifrfe, SRegField = Self::SSpiSrTifrfe, CRegField = Self::CSpiSrTifrfe> + SRoRwRegFieldBitBand

type CSpiSrTifrfe: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrTifrfe, SRegField = Self::SSpiSrTifrfe, CRegField = Self::CSpiSrTifrfe> + CRoRwRegFieldBitBand

Loading content...

Implementors

impl SpiSrTifrfe<Spi1> for Spi1[src]

type USpiSrTifrfe = Tifrfe<Urt>

type SSpiSrTifrfe = Tifrfe<Srt>

type CSpiSrTifrfe = Tifrfe<Crt>

impl SpiSrTifrfe<Spi2> for Spi2[src]

type USpiSrTifrfe = Tifrfe<Urt>

type SSpiSrTifrfe = Tifrfe<Srt>

type CSpiSrTifrfe = Tifrfe<Crt>

impl SpiSrTifrfe<Spi3> for Spi3[src]

type USpiSrTifrfe = Tifrfe<Urt>

type SSpiSrTifrfe = Tifrfe<Srt>

type CSpiSrTifrfe = Tifrfe<Crt>

Loading content...