[][src]Trait drone_stm32_map_periph_uart::SUartBrr

pub trait SUartBrr<T: UartMap>: SRwRegBitBand {
    fn from_fields(map: SUartBrrFields<T>) -> Self;
fn into_fields(self) -> SUartBrrFields<T>;
fn brr(&self) -> &T::SUartBrrBrrOpt;
fn div_fraction(&self) -> &T::SUartBrrDivFractionOpt;
fn div_mantissa(&self) -> &T::SUartBrrDivMantissaOpt; }

Required methods

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

fn into_fields(self) -> SUartBrrFields<T>

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

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

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

Loading content...

Implementations on Foreign Types

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

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

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

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

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

impl SUartBrr<Lpuart1> for Reg<Srt>[src]

Loading content...

Implementors

Loading content...