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