[][src]Trait drone_stm32_map_periph_uart::UartIsrTxe

pub trait UartIsrTxe<T: UartMap>: UartIsr<T> {
    type UUartIsrTxe: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTxe, SRegField = Self::SUartIsrTxe, CRegField = Self::CUartIsrTxe> + URoRoRegFieldBitBand;
    type SUartIsrTxe: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTxe, SRegField = Self::SUartIsrTxe, CRegField = Self::CUartIsrTxe> + SRoRoRegFieldBitBand;
    type CUartIsrTxe: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTxe, SRegField = Self::SUartIsrTxe, CRegField = Self::CUartIsrTxe> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrTxe: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrTxe, SRegField = Self::SUartIsrTxe, CRegField = Self::CUartIsrTxe> + URoRoRegFieldBitBand

type SUartIsrTxe: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrTxe, SRegField = Self::SUartIsrTxe, CRegField = Self::CUartIsrTxe> + SRoRoRegFieldBitBand

type CUartIsrTxe: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrTxe, SRegField = Self::SUartIsrTxe, CRegField = Self::CUartIsrTxe> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...