pub struct DATABUF_SPEC;
Expand description
DAC n Data Buffer
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see databuf module
Trait Implementations
sourceimpl RegisterSpec for DATABUF_SPEC
impl RegisterSpec for DATABUF_SPEC
sourceimpl Resettable for DATABUF_SPEC
impl Resettable for DATABUF_SPEC
reset()
method sets DATABUF[%s]
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