[][src]Trait drone_stm32_map_periph_uart::UartCr3ScarcntExt

pub trait UartCr3ScarcntExt<T: UartMap>: UartCr3<T> {
    type UUartCr3Scarcnt: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Scarcnt, SRegField = Self::SUartCr3Scarcnt, CRegField = Self::CUartCr3Scarcnt> + URwRwRegFieldBits;
    type SUartCr3Scarcnt: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Scarcnt, SRegField = Self::SUartCr3Scarcnt, CRegField = Self::CUartCr3Scarcnt> + SRwRwRegFieldBits;
    type CUartCr3Scarcnt: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Scarcnt, SRegField = Self::SUartCr3Scarcnt, CRegField = Self::CUartCr3Scarcnt> + CRwRwRegFieldBits;
}

Associated Types

type UUartCr3Scarcnt: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Scarcnt, SRegField = Self::SUartCr3Scarcnt, CRegField = Self::CUartCr3Scarcnt> + URwRwRegFieldBits

type SUartCr3Scarcnt: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Scarcnt, SRegField = Self::SUartCr3Scarcnt, CRegField = Self::CUartCr3Scarcnt> + SRwRwRegFieldBits

type CUartCr3Scarcnt: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Scarcnt, SRegField = Self::SUartCr3Scarcnt, CRegField = Self::CUartCr3Scarcnt> + CRwRwRegFieldBits

Loading content...

Implementors

impl UartCr3ScarcntExt<Uart4> for Uart4[src]

type UUartCr3Scarcnt = Scarcnt<Urt>

type SUartCr3Scarcnt = Scarcnt<Srt>

type CUartCr3Scarcnt = Scarcnt<Crt>

impl UartCr3ScarcntExt<Uart5> for Uart5[src]

type UUartCr3Scarcnt = Scarcnt<Urt>

type SUartCr3Scarcnt = Scarcnt<Srt>

type CUartCr3Scarcnt = Scarcnt<Crt>

impl UartCr3ScarcntExt<Usart1> for Usart1[src]

type UUartCr3Scarcnt = Scarcnt<Urt>

type SUartCr3Scarcnt = Scarcnt<Srt>

type CUartCr3Scarcnt = Scarcnt<Crt>

impl UartCr3ScarcntExt<Usart2> for Usart2[src]

type UUartCr3Scarcnt = Scarcnt<Urt>

type SUartCr3Scarcnt = Scarcnt<Srt>

type CUartCr3Scarcnt = Scarcnt<Crt>

impl UartCr3ScarcntExt<Usart3> for Usart3[src]

type UUartCr3Scarcnt = Scarcnt<Urt>

type SUartCr3Scarcnt = Scarcnt<Srt>

type CUartCr3Scarcnt = Scarcnt<Crt>

Loading content...