pub struct R(/* private fields */);Expand description
Register uart_bit_prd reader
Implementations§
Source§impl R
impl R
Sourcepub fn cr_utx_bit_prd(&self) -> CR_UTX_BIT_PRD_R
pub fn cr_utx_bit_prd(&self) -> CR_UTX_BIT_PRD_R
Bits 0:15
Sourcepub fn cr_urx_bit_prd(&self) -> CR_URX_BIT_PRD_R
pub fn cr_urx_bit_prd(&self) -> CR_URX_BIT_PRD_R
Bits 16:31
Methods from Deref<Target = R<UART_BIT_PRD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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