[][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

impl UartIsrBusy<Lpuart1> for Lpuart1[src]

type UUartIsrBusy = Busy<Urt>

type SUartIsrBusy = Busy<Srt>

type CUartIsrBusy = Busy<Crt>

impl UartIsrBusy<Uart4> for Uart4[src]

type UUartIsrBusy = Busy<Urt>

type SUartIsrBusy = Busy<Srt>

type CUartIsrBusy = Busy<Crt>

impl UartIsrBusy<Uart5> for Uart5[src]

type UUartIsrBusy = Busy<Urt>

type SUartIsrBusy = Busy<Srt>

type CUartIsrBusy = Busy<Crt>

impl UartIsrBusy<Usart1> for Usart1[src]

type UUartIsrBusy = Busy<Urt>

type SUartIsrBusy = Busy<Srt>

type CUartIsrBusy = Busy<Crt>

impl UartIsrBusy<Usart2> for Usart2[src]

type UUartIsrBusy = Busy<Urt>

type SUartIsrBusy = Busy<Srt>

type CUartIsrBusy = Busy<Crt>

impl UartIsrBusy<Usart3> for Usart3[src]

type UUartIsrBusy = Busy<Urt>

type SUartIsrBusy = Busy<Srt>

type CUartIsrBusy = Busy<Crt>

Loading content...