[][src]Trait drone_stm32_map_periph_uart::CUartGtpr

pub trait CUartGtpr<T: UartGtpr>: CRwRegBitBand {
    fn from_fields(map: CUartGtprFields<T>) -> Self;
fn into_fields(self) -> CUartGtprFields<T>;
fn gt(&self) -> &T::CUartGtprGt;
fn psc(&self) -> &T::CUartGtprPsc; }

Required methods

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

fn into_fields(self) -> CUartGtprFields<T>

fn gt(&self) -> &T::CUartGtprGt

fn psc(&self) -> &T::CUartGtprPsc

Loading content...

Implementations on Foreign Types

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

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

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

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

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

Loading content...

Implementors

Loading content...