pub struct DATA_WRITE_SPEC;Expand description
FIFO write data register
This register you can write_with_zero, reset, write. See API.
For information about available fields see data_write module
Trait Implementations§
Source§impl RegisterSpec for DATA_WRITE_SPEC
impl RegisterSpec for DATA_WRITE_SPEC
Source§impl Resettable for DATA_WRITE_SPEC
reset() method sets data_write to value 0
impl Resettable for DATA_WRITE_SPEC
reset() method sets data_write to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for DATA_WRITE_SPEC
write(|w| ..) method takes data_write::W writer structure
impl Writable for DATA_WRITE_SPEC
write(|w| ..) method takes data_write::W writer structure
Auto Trait Implementations§
impl Freeze for DATA_WRITE_SPEC
impl RefUnwindSafe for DATA_WRITE_SPEC
impl Send for DATA_WRITE_SPEC
impl Sync for DATA_WRITE_SPEC
impl Unpin for DATA_WRITE_SPEC
impl UnwindSafe for DATA_WRITE_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