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