[][src]Trait drone_stm32_map_periph_uart::UartIsrBusy

pub trait UartIsrBusy<T: UartMap>: UartIsr<T> {
    type UUartIsrBusy: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrBusy, SRegField = Self::SUartIsrBusy, CRegField = Self::CUartIsrBusy> + URoRoRegFieldBitBand;
    type SUartIsrBusy: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrBusy, SRegField = Self::SUartIsrBusy, CRegField = Self::CUartIsrBusy> + SRoRoRegFieldBitBand;
    type CUartIsrBusy: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrBusy, SRegField = Self::SUartIsrBusy, CRegField = Self::CUartIsrBusy> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrBusy: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrBusy, SRegField = Self::SUartIsrBusy, CRegField = Self::CUartIsrBusy> + URoRoRegFieldBitBand

type SUartIsrBusy: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrBusy, SRegField = Self::SUartIsrBusy, CRegField = Self::CUartIsrBusy> + SRoRoRegFieldBitBand

type CUartIsrBusy: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrBusy, SRegField = Self::SUartIsrBusy, CRegField = Self::CUartIsrBusy> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...