Struct rp2040_pac2::uart::regs::Uartfbrd[][src]

#[repr(transparent)]pub struct Uartfbrd(pub u32);

Fractional Baud Rate Register, UARTFBRD

Implementations

impl Uartfbrd[src]

pub const fn baud_divfrac(&self) -> u8[src]

The fractional baud rate divisor. These bits are cleared to 0 on reset.

pub fn set_baud_divfrac(&mut self, val: u8)[src]

The fractional baud rate divisor. These bits are cleared to 0 on reset.

Trait Implementations

impl Clone for Uartfbrd[src]

impl Copy for Uartfbrd[src]

impl Default for Uartfbrd[src]

Auto Trait Implementations

impl Send for Uartfbrd

impl Sync for Uartfbrd

impl Unpin for Uartfbrd

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.