[][src]Trait drone_stm32_map_periph_uart::UartIcrCtscf

pub trait UartIcrCtscf<T: UartMap>: UartIcr<T> {
    type UUartIcrCtscf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrCtscf, SRegField = Self::SUartIcrCtscf, CRegField = Self::CUartIcrCtscf> + UWoWoRegFieldBitBand;
    type SUartIcrCtscf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrCtscf, SRegField = Self::SUartIcrCtscf, CRegField = Self::CUartIcrCtscf> + SWoWoRegFieldBitBand;
    type CUartIcrCtscf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrCtscf, SRegField = Self::SUartIcrCtscf, CRegField = Self::CUartIcrCtscf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrCtscf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrCtscf, SRegField = Self::SUartIcrCtscf, CRegField = Self::CUartIcrCtscf> + UWoWoRegFieldBitBand

type SUartIcrCtscf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrCtscf, SRegField = Self::SUartIcrCtscf, CRegField = Self::CUartIcrCtscf> + SWoWoRegFieldBitBand

type CUartIcrCtscf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrCtscf, SRegField = Self::SUartIcrCtscf, CRegField = Self::CUartIcrCtscf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrCtscf<Lpuart1> for Lpuart1[src]

type UUartIcrCtscf = Ctscf<Urt>

type SUartIcrCtscf = Ctscf<Srt>

type CUartIcrCtscf = Ctscf<Crt>

impl UartIcrCtscf<Uart4> for Uart4[src]

type UUartIcrCtscf = Ctscf<Urt>

type SUartIcrCtscf = Ctscf<Srt>

type CUartIcrCtscf = Ctscf<Crt>

impl UartIcrCtscf<Uart5> for Uart5[src]

type UUartIcrCtscf = Ctscf<Urt>

type SUartIcrCtscf = Ctscf<Srt>

type CUartIcrCtscf = Ctscf<Crt>

impl UartIcrCtscf<Usart1> for Usart1[src]

type UUartIcrCtscf = Ctscf<Urt>

type SUartIcrCtscf = Ctscf<Srt>

type CUartIcrCtscf = Ctscf<Crt>

impl UartIcrCtscf<Usart2> for Usart2[src]

type UUartIcrCtscf = Ctscf<Urt>

type SUartIcrCtscf = Ctscf<Srt>

type CUartIcrCtscf = Ctscf<Crt>

impl UartIcrCtscf<Usart3> for Usart3[src]

type UUartIcrCtscf = Ctscf<Urt>

type SUartIcrCtscf = Ctscf<Srt>

type CUartIcrCtscf = Ctscf<Crt>

Loading content...