pub struct LP_INT_ST_SPEC;
Expand description
need_des
You can read
this register and get lp_int_st::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for LP_INT_ST_SPEC
impl RegisterSpec for LP_INT_ST_SPEC
Source§impl Resettable for LP_INT_ST_SPEC
reset()
method sets LP_INT_ST to value 0
impl Resettable for LP_INT_ST_SPEC
reset()
method sets LP_INT_ST 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 LP_INT_ST_SPEC
read()
method returns lp_int_st::R
reader structure
Auto Trait Implementations§
impl Freeze for LP_INT_ST_SPEC
impl RefUnwindSafe for LP_INT_ST_SPEC
impl Send for LP_INT_ST_SPEC
impl Sync for LP_INT_ST_SPEC
impl Unpin for LP_INT_ST_SPEC
impl UnwindSafe for LP_INT_ST_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