pub struct FIFOCNT_SPEC;
Expand description
Trait Implementations§
source§impl Readable for FIFOCNT_SPEC
impl Readable for FIFOCNT_SPEC
read()
method returns fifocnt::R reader structure
source§impl RegisterSpec for FIFOCNT_SPEC
impl RegisterSpec for FIFOCNT_SPEC
source§impl Resettable for FIFOCNT_SPEC
impl Resettable for FIFOCNT_SPEC
reset()
method sets FIFOCNT to value 0
source§fn reset_value() -> <FIFOCNT_SPEC as RegisterSpec>::Ux
fn reset_value() -> <FIFOCNT_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for FIFOCNT_SPEC
impl RefUnwindSafe for FIFOCNT_SPEC
impl Send for FIFOCNT_SPEC
impl Sync for FIFOCNT_SPEC
impl Unpin for FIFOCNT_SPEC
impl UnwindSafe for FIFOCNT_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