[][src]Trait drone_stm32_map_periph_uart::UartIcr

pub trait UartIcr<T: UartMap> {
    type UartIcrVal: Bitfield<Bits = u32>;
    type UUartIcr: UUartIcr<T, Val = Self::UartIcrVal, UReg = Self::UUartIcr, SReg = Self::SUartIcr, CReg = Self::CUartIcr>;
    type SUartIcr: SUartIcr<T, Val = Self::UartIcrVal, UReg = Self::UUartIcr, SReg = Self::SUartIcr, CReg = Self::CUartIcr>;
    type CUartIcr: CUartIcr<T, Val = Self::UartIcrVal, UReg = Self::UUartIcr, SReg = Self::SUartIcr, CReg = Self::CUartIcr>;
}

Associated Types

type UartIcrVal: Bitfield<Bits = u32>

type UUartIcr: UUartIcr<T, Val = Self::UartIcrVal, UReg = Self::UUartIcr, SReg = Self::SUartIcr, CReg = Self::CUartIcr>

type SUartIcr: SUartIcr<T, Val = Self::UartIcrVal, UReg = Self::UUartIcr, SReg = Self::SUartIcr, CReg = Self::CUartIcr>

type CUartIcr: CUartIcr<T, Val = Self::UartIcrVal, UReg = Self::UUartIcr, SReg = Self::SUartIcr, CReg = Self::CUartIcr>

Loading content...

Implementors

impl UartIcr<Lpuart1> for Lpuart1[src]

type UartIcrVal = Val

type UUartIcr = Reg<Urt>

type SUartIcr = Reg<Srt>

type CUartIcr = Reg<Crt>

impl UartIcr<Uart4> for Uart4[src]

type UartIcrVal = Val

type UUartIcr = Reg<Urt>

type SUartIcr = Reg<Srt>

type CUartIcr = Reg<Crt>

impl UartIcr<Uart5> for Uart5[src]

type UartIcrVal = Val

type UUartIcr = Reg<Urt>

type SUartIcr = Reg<Srt>

type CUartIcr = Reg<Crt>

impl UartIcr<Usart1> for Usart1[src]

type UartIcrVal = Val

type UUartIcr = Reg<Urt>

type SUartIcr = Reg<Srt>

type CUartIcr = Reg<Crt>

impl UartIcr<Usart2> for Usart2[src]

type UartIcrVal = Val

type UUartIcr = Reg<Urt>

type SUartIcr = Reg<Srt>

type CUartIcr = Reg<Crt>

impl UartIcr<Usart3> for Usart3[src]

type UartIcrVal = Val

type UUartIcr = Reg<Urt>

type SUartIcr = Reg<Srt>

type CUartIcr = Reg<Crt>

Loading content...