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