[][src]Trait drone_stm32_map_periph_uart::SUartGtpr

pub trait SUartGtpr<T: UartGtpr>: SRwRegBitBand {
    fn from_fields(map: SUartGtprFields<T>) -> Self;
fn into_fields(self) -> SUartGtprFields<T>;
fn gt(&self) -> &T::SUartGtprGt;
fn psc(&self) -> &T::SUartGtprPsc; }

Required methods

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

fn into_fields(self) -> SUartGtprFields<T>

fn gt(&self) -> &T::SUartGtprGt

fn psc(&self) -> &T::SUartGtprPsc

Loading content...

Implementors

Loading content...