pub struct TBBCNT_SPEC;
Expand description
Trait Implementations§
Source§impl RegisterSpec for TBBCNT_SPEC
impl RegisterSpec for TBBCNT_SPEC
Source§impl Resettable for TBBCNT_SPEC
reset()
method sets TBBCNT to value 0
impl Resettable for TBBCNT_SPEC
reset()
method sets TBBCNT 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 TBBCNT_SPEC
read()
method returns tbbcnt::R
reader structure
Auto Trait Implementations§
impl Freeze for TBBCNT_SPEC
impl RefUnwindSafe for TBBCNT_SPEC
impl Send for TBBCNT_SPEC
impl Sync for TBBCNT_SPEC
impl Unpin for TBBCNT_SPEC
impl UnwindSafe for TBBCNT_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