#[repr(C)]pub struct BrrR { /* private fields */ }
Implementations§
Source§impl BrrR
impl BrrR
Sourcepub fn div_mantissa(&self) -> u16
pub fn div_mantissa(&self) -> u16
Bits 4:15 - mantissa of USARTDIV
Sourcepub fn div_fraction(&self) -> u8
pub fn div_fraction(&self) -> u8
Bits 0:3 - fraction of USARTDIV
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BrrR
impl RefUnwindSafe for BrrR
impl Send for BrrR
impl Sync for BrrR
impl Unpin for BrrR
impl UnwindSafe for BrrR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more