[][src]Trait drone_stm32_map_periph_uart::CUartBrr

pub trait CUartBrr<T: UartMap>: CRwRegBitBand {
    fn from_fields(map: CUartBrrFields<T>) -> Self;
fn into_fields(self) -> CUartBrrFields<T>;
fn brr(&self) -> &T::CUartBrrBrrOpt;
fn div_fraction(&self) -> &T::CUartBrrDivFractionOpt;
fn div_mantissa(&self) -> &T::CUartBrrDivMantissaOpt; }

Required methods

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

fn into_fields(self) -> CUartBrrFields<T>

fn brr(&self) -> &T::CUartBrrBrrOpt

fn div_fraction(&self) -> &T::CUartBrrDivFractionOpt

fn div_mantissa(&self) -> &T::CUartBrrDivMantissaOpt

Loading content...

Implementations on Foreign Types

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

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

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

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

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

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

Loading content...

Implementors

Loading content...