[][src]Trait drone_stm32_map_periph_uart::UartIsr

pub trait UartIsr<T: UartMap> {
    type UartIsrVal: Bitfield<Bits = u32>;
    type UUartIsr: UUartIsr<T, Val = Self::UartIsrVal, UReg = Self::UUartIsr, SReg = Self::SUartIsr, CReg = Self::CUartIsr>;
    type SUartIsr: SUartIsr<T, Val = Self::UartIsrVal, UReg = Self::UUartIsr, SReg = Self::SUartIsr, CReg = Self::CUartIsr>;
    type CUartIsr: CUartIsr<T, Val = Self::UartIsrVal, UReg = Self::UUartIsr, SReg = Self::SUartIsr, CReg = Self::CUartIsr>;
}

Associated Types

type UartIsrVal: Bitfield<Bits = u32>

type UUartIsr: UUartIsr<T, Val = Self::UartIsrVal, UReg = Self::UUartIsr, SReg = Self::SUartIsr, CReg = Self::CUartIsr>

type SUartIsr: SUartIsr<T, Val = Self::UartIsrVal, UReg = Self::UUartIsr, SReg = Self::SUartIsr, CReg = Self::CUartIsr>

type CUartIsr: CUartIsr<T, Val = Self::UartIsrVal, UReg = Self::UUartIsr, SReg = Self::SUartIsr, CReg = Self::CUartIsr>

Loading content...

Implementors

Loading content...