pub struct R(/* private fields */);Expand description
Register WRITECOMPLETIONCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn pollingbitindex(&self) -> POLLINGBITINDEX_R
pub fn pollingbitindex(&self) -> POLLINGBITINDEX_R
Bits 8:10 - Polling Bit Index
Sourcepub fn pollingpolarity(&self) -> POLLINGPOLARITY_R
pub fn pollingpolarity(&self) -> POLLINGPOLARITY_R
Bit 13 - Polling Polarity
Sourcepub fn disablepolling(&self) -> DISABLEPOLLING_R
pub fn disablepolling(&self) -> DISABLEPOLLING_R
Bit 14 - Disable Polling
Sourcepub fn enablepollingexp(&self) -> ENABLEPOLLINGEXP_R
pub fn enablepollingexp(&self) -> ENABLEPOLLINGEXP_R
Bit 15 - Enable Polling Expiration
Sourcepub fn pollcount(&self) -> POLLCOUNT_R
pub fn pollcount(&self) -> POLLCOUNT_R
Bits 16:23 - Poll Count
Sourcepub fn pollrepdelay(&self) -> POLLREPDELAY_R
pub fn pollrepdelay(&self) -> POLLREPDELAY_R
Bits 24:31 - Poll Repetition Delay
Methods from Deref<Target = R<WRITECOMPLETIONCTRL_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