[][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::SUartBrrBrr; }

Required methods

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

fn into_fields(self) -> SUartBrrFields<T>

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

Loading content...

Implementors

Loading content...