pub struct R(_);
Expand description
Register BRR
reader
Implementations
sourceimpl R
impl R
sourcepub fn div_mantissa(&self) -> FieldReaderRaw<u16, u16>
pub fn div_mantissa(&self) -> FieldReaderRaw<u16, u16>
Bits 4:15 - mantissa of USARTDIV
sourcepub fn div_fraction(&self) -> FieldReaderRaw<u8, u8>
pub fn div_fraction(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - fraction of USARTDIV
Methods from Deref<Target = R<BRR_SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more