[][src]Trait drone_stm32_map_periph_uart::SUartTdr

pub trait SUartTdr<T: UartMap>: SRwRegBitBand {
    fn from_fields(map: SUartTdrFields<T>) -> Self;
fn into_fields(self) -> SUartTdrFields<T>;
fn tdr(&self) -> &T::SUartTdrTdr; }

Required methods

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

fn into_fields(self) -> SUartTdrFields<T>

fn tdr(&self) -> &T::SUartTdrTdr

Loading content...

Implementations on Foreign Types

impl SUartTdr<Usart1> for Reg<Srt>[src]

impl SUartTdr<Usart2> for Reg<Srt>[src]

impl SUartTdr<Usart3> for Reg<Srt>[src]

impl SUartTdr<Uart4> for Reg<Srt>[src]

impl SUartTdr<Uart5> for Reg<Srt>[src]

impl SUartTdr<Lpuart1> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...