pub struct EpintsmrySpec;
Expand description
DEVICE End Point Interrupt Summary
You can read
this register and get epintsmry::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for EpintsmrySpec
impl RegisterSpec for EpintsmrySpec
Source§impl Resettable for EpintsmrySpec
reset()
method sets EPINTSMRY to value 0
impl Resettable for EpintsmrySpec
reset()
method sets EPINTSMRY 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 EpintsmrySpec
read()
method returns epintsmry::R
reader structure
Auto Trait Implementations§
impl Freeze for EpintsmrySpec
impl RefUnwindSafe for EpintsmrySpec
impl Send for EpintsmrySpec
impl Sync for EpintsmrySpec
impl Unpin for EpintsmrySpec
impl UnwindSafe for EpintsmrySpec
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