[][src]Trait drone_stm32_map_periph_uart::CUartRdr

pub trait CUartRdr<T: UartMap>: CRoRegBitBand {
    fn from_fields(map: CUartRdrFields<T>) -> Self;
fn into_fields(self) -> CUartRdrFields<T>;
fn rdr(&self) -> &T::CUartRdrRdr; }

Required methods

fn from_fields(map: CUartRdrFields<T>) -> Self

fn into_fields(self) -> CUartRdrFields<T>

fn rdr(&self) -> &T::CUartRdrRdr

Loading content...

Implementations on Foreign Types

impl CUartRdr<Usart1> for Reg<Crt>[src]

impl CUartRdr<Usart2> for Reg<Crt>[src]

impl CUartRdr<Usart3> for Reg<Crt>[src]

impl CUartRdr<Uart4> for Reg<Crt>[src]

impl CUartRdr<Uart5> for Reg<Crt>[src]

impl CUartRdr<Lpuart1> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...