[][src]Trait drone_stm32_map_periph_uart::CUartRtor

pub trait CUartRtor<T: UartRtor>: CRwRegBitBand {
    fn from_fields(map: CUartRtorFields<T>) -> Self;
fn into_fields(self) -> CUartRtorFields<T>;
fn blen(&self) -> &T::CUartRtorBlen;
fn rto(&self) -> &T::CUartRtorRto; }

Required methods

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

fn into_fields(self) -> CUartRtorFields<T>

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

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

Loading content...

Implementors

Loading content...