[][src]Trait drone_stm32_map_periph_uart::UartBrr

pub trait UartBrr<T: UartMap> {
    type UartBrrVal: Bitfield<Bits = u32>;
    type UUartBrr: UUartBrr<T, Val = Self::UartBrrVal, UReg = Self::UUartBrr, SReg = Self::SUartBrr, CReg = Self::CUartBrr>;
    type SUartBrr: SUartBrr<T, Val = Self::UartBrrVal, UReg = Self::UUartBrr, SReg = Self::SUartBrr, CReg = Self::CUartBrr>;
    type CUartBrr: CUartBrr<T, Val = Self::UartBrrVal, UReg = Self::UUartBrr, SReg = Self::SUartBrr, CReg = Self::CUartBrr>;
}

Associated Types

type UartBrrVal: Bitfield<Bits = u32>

type UUartBrr: UUartBrr<T, Val = Self::UartBrrVal, UReg = Self::UUartBrr, SReg = Self::SUartBrr, CReg = Self::CUartBrr>

type SUartBrr: SUartBrr<T, Val = Self::UartBrrVal, UReg = Self::UUartBrr, SReg = Self::SUartBrr, CReg = Self::CUartBrr>

type CUartBrr: CUartBrr<T, Val = Self::UartBrrVal, UReg = Self::UUartBrr, SReg = Self::SUartBrr, CReg = Self::CUartBrr>

Loading content...

Implementors

Loading content...