pub struct W(_);
Expand description
Register DCTL
writer
Implementations
sourceimpl W
impl W
sourcepub fn rmtwkupsig(&mut self) -> RMTWKUPSIG_W<'_, 0>
pub fn rmtwkupsig(&mut self) -> RMTWKUPSIG_W<'_, 0>
Bit 0
sourcepub fn sftdiscon(&mut self) -> SFTDISCON_W<'_, 1>
pub fn sftdiscon(&mut self) -> SFTDISCON_W<'_, 1>
Bit 1
sourcepub fn sgnpinnak(&mut self) -> SGNPINNAK_W<'_, 7>
pub fn sgnpinnak(&mut self) -> SGNPINNAK_W<'_, 7>
Bit 7
sourcepub fn cgnpinnak(&mut self) -> CGNPINNAK_W<'_, 8>
pub fn cgnpinnak(&mut self) -> CGNPINNAK_W<'_, 8>
Bit 8
sourcepub fn sgoutnak(&mut self) -> SGOUTNAK_W<'_, 9>
pub fn sgoutnak(&mut self) -> SGOUTNAK_W<'_, 9>
Bit 9
sourcepub fn cgoutnak(&mut self) -> CGOUTNAK_W<'_, 10>
pub fn cgoutnak(&mut self) -> CGOUTNAK_W<'_, 10>
Bit 10
sourcepub fn pwronprgdone(&mut self) -> PWRONPRGDONE_W<'_, 11>
pub fn pwronprgdone(&mut self) -> PWRONPRGDONE_W<'_, 11>
Bit 11
sourcepub fn ignrfrmnum(&mut self) -> IGNRFRMNUM_W<'_, 15>
pub fn ignrfrmnum(&mut self) -> IGNRFRMNUM_W<'_, 15>
Bit 15
sourcepub fn nakonbble(&mut self) -> NAKONBBLE_W<'_, 16>
pub fn nakonbble(&mut self) -> NAKONBBLE_W<'_, 16>
Bit 16
sourcepub fn encountonbna(&mut self) -> ENCOUNTONBNA_W<'_, 17>
pub fn encountonbna(&mut self) -> ENCOUNTONBNA_W<'_, 17>
Bit 17
sourcepub fn deepsleepbeslreject(&mut self) -> DEEPSLEEPBESLREJECT_W<'_, 18>
pub fn deepsleepbeslreject(&mut self) -> DEEPSLEEPBESLREJECT_W<'_, 18>
Bit 18
Methods from Deref<Target = W<DCTL_SPEC>>
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