[][src]Trait drone_stm32_map_periph_uart::UUartRtor

pub trait UUartRtor<T: UartRtor>: URwRegBitBand {
    fn from_fields(map: UUartRtorFields<T>) -> Self;
fn into_fields(self) -> UUartRtorFields<T>;
fn blen(&self) -> &T::UUartRtorBlen;
fn rto(&self) -> &T::UUartRtorRto; }

Required methods

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

fn into_fields(self) -> UUartRtorFields<T>

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

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

Loading content...

Implementors

Loading content...