pub struct PintsmrySpec;
Expand description
HOST Pipe Interrupt Summary
You can read
this register and get pintsmry::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for PintsmrySpec
impl RegisterSpec for PintsmrySpec
Source§impl Resettable for PintsmrySpec
reset()
method sets PINTSMRY to value 0
impl Resettable for PintsmrySpec
reset()
method sets PINTSMRY to value 0
Source§const RESET_VALUE: u16 = 0u16
const RESET_VALUE: u16 = 0u16
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for PintsmrySpec
read()
method returns pintsmry::R
reader structure
Auto Trait Implementations§
impl Freeze for PintsmrySpec
impl RefUnwindSafe for PintsmrySpec
impl Send for PintsmrySpec
impl Sync for PintsmrySpec
impl Unpin for PintsmrySpec
impl UnwindSafe for PintsmrySpec
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