[][src]Trait drone_stm32_map_periph_spi::SpiSrTxe

pub trait SpiSrTxe<T: SpiMap>: SpiSr<T> {
    type USpiSrTxe: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrTxe, SRegField = Self::SSpiSrTxe, CRegField = Self::CSpiSrTxe> + URoRwRegFieldBitBand;
    type SSpiSrTxe: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrTxe, SRegField = Self::SSpiSrTxe, CRegField = Self::CSpiSrTxe> + SRoRwRegFieldBitBand;
    type CSpiSrTxe: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrTxe, SRegField = Self::SSpiSrTxe, CRegField = Self::CSpiSrTxe> + CRoRwRegFieldBitBand;
}

Associated Types

type USpiSrTxe: RegField<Urt, Reg = Self::USpiSr, URegField = Self::USpiSrTxe, SRegField = Self::SSpiSrTxe, CRegField = Self::CSpiSrTxe> + URoRwRegFieldBitBand

type SSpiSrTxe: RegField<Srt, Reg = Self::SSpiSr, URegField = Self::USpiSrTxe, SRegField = Self::SSpiSrTxe, CRegField = Self::CSpiSrTxe> + SRoRwRegFieldBitBand

type CSpiSrTxe: RegField<Crt, Reg = Self::CSpiSr, URegField = Self::USpiSrTxe, SRegField = Self::SSpiSrTxe, CRegField = Self::CSpiSrTxe> + CRoRwRegFieldBitBand

Loading content...

Implementors

Loading content...