[][src]Trait drone_stm32_map_periph_uart::UartIcrNcf

pub trait UartIcrNcf<T: UartMap>: UartIcr<T> {
    type UUartIcrNcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + UWoWoRegFieldBitBand;
    type SUartIcrNcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + SWoWoRegFieldBitBand;
    type CUartIcrNcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + CWoWoRegFieldBitBand;
}

Associated Types

type UUartIcrNcf: RegField<Urt, Reg = Self::UUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + UWoWoRegFieldBitBand

type SUartIcrNcf: RegField<Srt, Reg = Self::SUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + SWoWoRegFieldBitBand

type CUartIcrNcf: RegField<Crt, Reg = Self::CUartIcr, URegField = Self::UUartIcrNcf, SRegField = Self::SUartIcrNcf, CRegField = Self::CUartIcrNcf> + CWoWoRegFieldBitBand

Loading content...

Implementors

impl UartIcrNcf<Lpuart1> for Lpuart1[src]

type UUartIcrNcf = Ncf<Urt>

type SUartIcrNcf = Ncf<Srt>

type CUartIcrNcf = Ncf<Crt>

impl UartIcrNcf<Uart4> for Uart4[src]

type UUartIcrNcf = Ncf<Urt>

type SUartIcrNcf = Ncf<Srt>

type CUartIcrNcf = Ncf<Crt>

impl UartIcrNcf<Uart5> for Uart5[src]

type UUartIcrNcf = Ncf<Urt>

type SUartIcrNcf = Ncf<Srt>

type CUartIcrNcf = Ncf<Crt>

impl UartIcrNcf<Usart1> for Usart1[src]

type UUartIcrNcf = Ncf<Urt>

type SUartIcrNcf = Ncf<Srt>

type CUartIcrNcf = Ncf<Crt>

impl UartIcrNcf<Usart2> for Usart2[src]

type UUartIcrNcf = Ncf<Urt>

type SUartIcrNcf = Ncf<Srt>

type CUartIcrNcf = Ncf<Crt>

impl UartIcrNcf<Usart3> for Usart3[src]

type UUartIcrNcf = Ncf<Urt>

type SUartIcrNcf = Ncf<Srt>

type CUartIcrNcf = Ncf<Crt>

Loading content...