[][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...

Implementors

Loading content...