[][src]Trait drone_stm32_map_periph_uart::SUartRtor

pub trait SUartRtor<T: UartRtor>: SRwRegBitBand {
    fn from_fields(map: SUartRtorFields<T>) -> Self;
fn into_fields(self) -> SUartRtorFields<T>;
fn blen(&self) -> &T::SUartRtorBlen;
fn rto(&self) -> &T::SUartRtorRto; }

Required methods

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

fn into_fields(self) -> SUartRtorFields<T>

fn blen(&self) -> &T::SUartRtorBlen

fn rto(&self) -> &T::SUartRtorRto

Loading content...

Implementors

Loading content...