pub struct W(/* private fields */);
Expand description
Register WRITECOMPLETIONCTRL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn pollingbitindex(&mut self) -> POLLINGBITINDEX_W<'_>
pub fn pollingbitindex(&mut self) -> POLLINGBITINDEX_W<'_>
Bits 8:10 - Polling Bit Index
Sourcepub fn pollingpolarity(&mut self) -> POLLINGPOLARITY_W<'_>
pub fn pollingpolarity(&mut self) -> POLLINGPOLARITY_W<'_>
Bit 13 - Polling Polarity
Sourcepub fn disablepolling(&mut self) -> DISABLEPOLLING_W<'_>
pub fn disablepolling(&mut self) -> DISABLEPOLLING_W<'_>
Bit 14 - Disable Polling
Sourcepub fn enablepollingexp(&mut self) -> ENABLEPOLLINGEXP_W<'_>
pub fn enablepollingexp(&mut self) -> ENABLEPOLLINGEXP_W<'_>
Bit 15 - Enable Polling Expiration
Sourcepub fn pollcount(&mut self) -> POLLCOUNT_W<'_>
pub fn pollcount(&mut self) -> POLLCOUNT_W<'_>
Bits 16:23 - Poll Count
Sourcepub fn pollrepdelay(&mut self) -> POLLREPDELAY_W<'_>
pub fn pollrepdelay(&mut self) -> POLLREPDELAY_W<'_>
Bits 24:31 - Poll Repetition Delay
Methods from Deref<Target = W<WRITECOMPLETIONCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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