[][src]Trait drone_stm32_map_periph_uart::UartIsrIdle

pub trait UartIsrIdle<T: UartMap>: UartIsr<T> {
    type UUartIsrIdle: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrIdle, SRegField = Self::SUartIsrIdle, CRegField = Self::CUartIsrIdle> + URoRoRegFieldBitBand;
    type SUartIsrIdle: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrIdle, SRegField = Self::SUartIsrIdle, CRegField = Self::CUartIsrIdle> + SRoRoRegFieldBitBand;
    type CUartIsrIdle: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrIdle, SRegField = Self::SUartIsrIdle, CRegField = Self::CUartIsrIdle> + CRoRoRegFieldBitBand;
}

Associated Types

type UUartIsrIdle: RegField<Urt, Reg = Self::UUartIsr, URegField = Self::UUartIsrIdle, SRegField = Self::SUartIsrIdle, CRegField = Self::CUartIsrIdle> + URoRoRegFieldBitBand

type SUartIsrIdle: RegField<Srt, Reg = Self::SUartIsr, URegField = Self::UUartIsrIdle, SRegField = Self::SUartIsrIdle, CRegField = Self::CUartIsrIdle> + SRoRoRegFieldBitBand

type CUartIsrIdle: RegField<Crt, Reg = Self::CUartIsr, URegField = Self::UUartIsrIdle, SRegField = Self::SUartIsrIdle, CRegField = Self::CUartIsrIdle> + CRoRoRegFieldBitBand

Loading content...

Implementors

impl UartIsrIdle<Lpuart1> for Lpuart1[src]

type UUartIsrIdle = Idle<Urt>

type SUartIsrIdle = Idle<Srt>

type CUartIsrIdle = Idle<Crt>

impl UartIsrIdle<Uart4> for Uart4[src]

type UUartIsrIdle = Idle<Urt>

type SUartIsrIdle = Idle<Srt>

type CUartIsrIdle = Idle<Crt>

impl UartIsrIdle<Uart5> for Uart5[src]

type UUartIsrIdle = Idle<Urt>

type SUartIsrIdle = Idle<Srt>

type CUartIsrIdle = Idle<Crt>

impl UartIsrIdle<Usart1> for Usart1[src]

type UUartIsrIdle = Idle<Urt>

type SUartIsrIdle = Idle<Srt>

type CUartIsrIdle = Idle<Crt>

impl UartIsrIdle<Usart2> for Usart2[src]

type UUartIsrIdle = Idle<Urt>

type SUartIsrIdle = Idle<Srt>

type CUartIsrIdle = Idle<Crt>

impl UartIsrIdle<Usart3> for Usart3[src]

type UUartIsrIdle = Idle<Urt>

type SUartIsrIdle = Idle<Srt>

type CUartIsrIdle = Idle<Crt>

Loading content...