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

Required methods

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

fn into_fields(self) -> CUartBrrFields<T>

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

Loading content...

Implementors

Loading content...