pub struct DATABUF_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for DATABUF_SPEC
impl Readable for DATABUF_SPEC
read()
method returns databuf::R reader structure
sourceimpl RegisterSpec for DATABUF_SPEC
impl RegisterSpec for DATABUF_SPEC
sourceimpl Resettable for DATABUF_SPEC
impl Resettable for DATABUF_SPEC
reset()
method sets DATABUF to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for DATABUF_SPEC
impl Writable for DATABUF_SPEC
write(|w| ..)
method takes databuf::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for DATABUF_SPEC
impl Send for DATABUF_SPEC
impl Sync for DATABUF_SPEC
impl Unpin for DATABUF_SPEC
impl UnwindSafe for DATABUF_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