[][src]Trait drone_stm32_map_periph_uart::CUartTdr

pub trait CUartTdr<T: UartMap>: CRwRegBitBand {
    fn from_fields(map: CUartTdrFields<T>) -> Self;
fn into_fields(self) -> CUartTdrFields<T>;
fn tdr(&self) -> &T::CUartTdrTdr; }

Required methods

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

fn into_fields(self) -> CUartTdrFields<T>

fn tdr(&self) -> &T::CUartTdrTdr

Loading content...

Implementations on Foreign Types

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

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

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

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

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

impl CUartTdr<Lpuart1> for Reg<Crt>[src]

Loading content...

Implementors

Loading content...