#[repr(C)]pub struct BrrW { /* private fields */ }
Implementations§
Source§impl BrrW
impl BrrW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Sourcepub fn div_mantissa(&mut self, value: u16) -> &mut Self
pub fn div_mantissa(&mut self, value: u16) -> &mut Self
Bits 4:15 - mantissa of USARTDIV
Sourcepub fn div_fraction(&mut self, value: u8) -> &mut Self
pub fn div_fraction(&mut self, value: u8) -> &mut Self
Bits 0:3 - fraction of USARTDIV
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BrrW
impl RefUnwindSafe for BrrW
impl Send for BrrW
impl Sync for BrrW
impl Unpin for BrrW
impl UnwindSafe for BrrW
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