[][src]Trait drone_stm32_map_periph_uart::UartCr3ScenExt

pub trait UartCr3ScenExt<T: UartMap>: UartCr3<T> {
    type UUartCr3Scen: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Scen, SRegField = Self::SUartCr3Scen, CRegField = Self::CUartCr3Scen> + URwRwRegFieldBitBand;
    type SUartCr3Scen: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Scen, SRegField = Self::SUartCr3Scen, CRegField = Self::CUartCr3Scen> + SRwRwRegFieldBitBand;
    type CUartCr3Scen: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Scen, SRegField = Self::SUartCr3Scen, CRegField = Self::CUartCr3Scen> + CRwRwRegFieldBitBand;
}

Associated Types

type UUartCr3Scen: RegField<Urt, Reg = Self::UUartCr3, URegField = Self::UUartCr3Scen, SRegField = Self::SUartCr3Scen, CRegField = Self::CUartCr3Scen> + URwRwRegFieldBitBand

type SUartCr3Scen: RegField<Srt, Reg = Self::SUartCr3, URegField = Self::UUartCr3Scen, SRegField = Self::SUartCr3Scen, CRegField = Self::CUartCr3Scen> + SRwRwRegFieldBitBand

type CUartCr3Scen: RegField<Crt, Reg = Self::CUartCr3, URegField = Self::UUartCr3Scen, SRegField = Self::SUartCr3Scen, CRegField = Self::CUartCr3Scen> + CRwRwRegFieldBitBand

Loading content...

Implementors

impl UartCr3ScenExt<Uart4> for Uart4[src]

type UUartCr3Scen = Scen<Urt>

type SUartCr3Scen = Scen<Srt>

type CUartCr3Scen = Scen<Crt>

impl UartCr3ScenExt<Uart5> for Uart5[src]

type UUartCr3Scen = Scen<Urt>

type SUartCr3Scen = Scen<Srt>

type CUartCr3Scen = Scen<Crt>

impl UartCr3ScenExt<Usart1> for Usart1[src]

type UUartCr3Scen = Scen<Urt>

type SUartCr3Scen = Scen<Srt>

type CUartCr3Scen = Scen<Crt>

impl UartCr3ScenExt<Usart2> for Usart2[src]

type UUartCr3Scen = Scen<Urt>

type SUartCr3Scen = Scen<Srt>

type CUartCr3Scen = Scen<Crt>

impl UartCr3ScenExt<Usart3> for Usart3[src]

type UUartCr3Scen = Scen<Urt>

type SUartCr3Scen = Scen<Srt>

type CUartCr3Scen = Scen<Crt>

Loading content...