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

Implementations on Foreign Types

impl SUartRtor<Usart1> for Reg<Srt>[src]

impl SUartRtor<Usart2> for Reg<Srt>[src]

impl SUartRtor<Usart3> for Reg<Srt>[src]

impl SUartRtor<Uart4> for Reg<Srt>[src]

impl SUartRtor<Uart5> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...