[][src]Trait drone_stm32_map_periph_uart::UartIsrWuf

pub trait UartIsrWuf<T: UartMap>: UartIsr<T> {
    type UUartIsrWuf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrWuf, SRegField = Self::SUartIsrWuf, CRegField = Self::CUartIsrWuf> + URoRoRegFieldBitBand;
    type SUartIsrWuf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrWuf, SRegField = Self::SUartIsrWuf, CRegField = Self::CUartIsrWuf> + SRoRoRegFieldBitBand;
    type CUartIsrWuf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrWuf, SRegField = Self::SUartIsrWuf, CRegField = Self::CUartIsrWuf> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrWuf: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrWuf, SRegField = Self::SUartIsrWuf, CRegField = Self::CUartIsrWuf> + URoRoRegFieldBitBand

type SUartIsrWuf: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrWuf, SRegField = Self::SUartIsrWuf, CRegField = Self::CUartIsrWuf> + SRoRoRegFieldBitBand

type CUartIsrWuf: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrWuf, SRegField = Self::SUartIsrWuf, CRegField = Self::CUartIsrWuf> + CRoRoRegFieldBitBand

Loading content...

Implementors

Loading content...