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

Implementations on Foreign Types

impl CUartRtor<Usart1> for Reg<Crt>[src]

impl CUartRtor<Usart2> for Reg<Crt>[src]

impl CUartRtor<Usart3> for Reg<Crt>[src]

impl CUartRtor<Uart4> for Reg<Crt>[src]

impl CUartRtor<Uart5> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...