pub struct DATA_WRITE_SPEC;
Expand description
FIFO write data register
You can reset
, write
, write_with_zero
this register using data_write::W
. See API.
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§const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
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
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
1
and are changed if you pass 0
Source§const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <i2s::data_write::DATA_WRITE_SPEC as generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
0
and are changed if you pass 1
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