pub struct CLK_SYS_RESUS_STATUS_SPEC;
Expand description
You can read
this register and get clk_sys_resus_status::R
. See API.
Trait Implementations§
source§impl Resettable for CLK_SYS_RESUS_STATUS_SPEC
impl Resettable for CLK_SYS_RESUS_STATUS_SPEC
reset()
method sets CLK_SYS_RESUS_STATUS to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CLK_SYS_RESUS_STATUS_SPEC
read()
method returns clk_sys_resus_status::R
reader structure
Auto Trait Implementations§
impl Freeze for CLK_SYS_RESUS_STATUS_SPEC
impl RefUnwindSafe for CLK_SYS_RESUS_STATUS_SPEC
impl Send for CLK_SYS_RESUS_STATUS_SPEC
impl Sync for CLK_SYS_RESUS_STATUS_SPEC
impl Unpin for CLK_SYS_RESUS_STATUS_SPEC
impl UnwindSafe for CLK_SYS_RESUS_STATUS_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