pub struct MISC_SW_WU_SPEC;Expand description
Register for triggering wake up events in MISC power domains + some general purpose SFR’s (RWHC)
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see misc_sw_wu module
Trait Implementations§
Source§impl Readable for MISC_SW_WU_SPEC
read() method returns misc_sw_wu::R reader structure
impl Readable for MISC_SW_WU_SPEC
read() method returns misc_sw_wu::R reader structure
Source§impl RegisterSpec for MISC_SW_WU_SPEC
impl RegisterSpec for MISC_SW_WU_SPEC
Source§impl Resettable for MISC_SW_WU_SPEC
reset() method sets MISC_SW_WU to value 0
impl Resettable for MISC_SW_WU_SPEC
reset() method sets MISC_SW_WU to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for MISC_SW_WU_SPEC
write(|w| ..) method takes misc_sw_wu::W writer structure
impl Writable for MISC_SW_WU_SPEC
write(|w| ..) method takes misc_sw_wu::W writer structure
Auto Trait Implementations§
impl Freeze for MISC_SW_WU_SPEC
impl RefUnwindSafe for MISC_SW_WU_SPEC
impl Send for MISC_SW_WU_SPEC
impl Sync for MISC_SW_WU_SPEC
impl Unpin for MISC_SW_WU_SPEC
impl UnwindSafe for MISC_SW_WU_SPEC
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