[][src]Trait drone_stm32_map_periph_uart::UartIcrTccf

pub trait UartIcrTccf<T: UartMap>: UartIcr<T> {
    type UUartIcrTccf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrTccf, SRegField = Self::SUartIcrTccf, CRegField = Self::CUartIcrTccf> + UWoWoRegFieldBitBand;
    type SUartIcrTccf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrTccf, SRegField = Self::SUartIcrTccf, CRegField = Self::CUartIcrTccf> + SWoWoRegFieldBitBand;
    type CUartIcrTccf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrTccf, SRegField = Self::SUartIcrTccf, CRegField = Self::CUartIcrTccf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrTccf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrTccf, SRegField = Self::SUartIcrTccf, CRegField = Self::CUartIcrTccf> + UWoWoRegFieldBitBand

type SUartIcrTccf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrTccf, SRegField = Self::SUartIcrTccf, CRegField = Self::CUartIcrTccf> + SWoWoRegFieldBitBand

type CUartIcrTccf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrTccf, SRegField = Self::SUartIcrTccf, CRegField = Self::CUartIcrTccf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrTccf<Lpuart1> for Lpuart1[src]

type UUartIcrTccf = Tccf<Urt>

type SUartIcrTccf = Tccf<Srt>

type CUartIcrTccf = Tccf<Crt>

impl UartIcrTccf<Uart4> for Uart4[src]

type UUartIcrTccf = Tccf<Urt>

type SUartIcrTccf = Tccf<Srt>

type CUartIcrTccf = Tccf<Crt>

impl UartIcrTccf<Uart5> for Uart5[src]

type UUartIcrTccf = Tccf<Urt>

type SUartIcrTccf = Tccf<Srt>

type CUartIcrTccf = Tccf<Crt>

impl UartIcrTccf<Usart1> for Usart1[src]

type UUartIcrTccf = Tccf<Urt>

type SUartIcrTccf = Tccf<Srt>

type CUartIcrTccf = Tccf<Crt>

impl UartIcrTccf<Usart2> for Usart2[src]

type UUartIcrTccf = Tccf<Urt>

type SUartIcrTccf = Tccf<Srt>

type CUartIcrTccf = Tccf<Crt>

impl UartIcrTccf<Usart3> for Usart3[src]

type UUartIcrTccf = Tccf<Urt>

type SUartIcrTccf = Tccf<Srt>

type CUartIcrTccf = Tccf<Crt>

Loading content...