pub struct R(_);
Expand description
Register POSPULSE
reader
Implementations§
source§impl R
impl R
sourcepub fn posedge_min_cnt(&self) -> POSEDGE_MIN_CNT_R
pub fn posedge_min_cnt(&self) -> POSEDGE_MIN_CNT_R
Bits 0:19 - This register stores the count of rxd posedge edge. it is used in boudrate-detect process.
Methods from Deref<Target = R<POSPULSE_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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