pub struct PERBUF_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for PERBUF_SPEC
impl Readable for PERBUF_SPEC
read()
method returns perbuf::R reader structure
sourceimpl RegisterSpec for PERBUF_SPEC
impl RegisterSpec for PERBUF_SPEC
sourceimpl Resettable for PERBUF_SPEC
impl Resettable for PERBUF_SPEC
reset()
method sets PERBUF to value 0xff
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for PERBUF_SPEC
impl Send for PERBUF_SPEC
impl Sync for PERBUF_SPEC
impl Unpin for PERBUF_SPEC
impl UnwindSafe for PERBUF_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more