pub struct PPDDR_SPEC;Expand description
Pad Pull-down Disable Register
This register you can write_with_zero. See API.
For information about available fields see ppddr module
Trait Implementations§
Source§impl RegisterSpec for PPDDR_SPEC
impl RegisterSpec for PPDDR_SPEC
Source§impl Writable for PPDDR_SPEC
write(|w| ..) method takes ppddr::W writer structure
impl Writable for PPDDR_SPEC
write(|w| ..) method takes ppddr::W writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <piob::ppddr::PPDDR_SPEC as generic::RegisterSpec>::Ux}
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <piob::ppddr::PPDDR_SPEC as generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
1 and are changed if you pass 0Source§const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <piob::ppddr::PPDDR_SPEC as generic::RegisterSpec>::Ux}
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = {transmute(0x00000000): <piob::ppddr::PPDDR_SPEC as generic::RegisterSpec>::Ux}
Specifies the register bits that are not changed if you pass
0 and are changed if you pass 1Auto Trait Implementations§
impl Freeze for PPDDR_SPEC
impl RefUnwindSafe for PPDDR_SPEC
impl Send for PPDDR_SPEC
impl Sync for PPDDR_SPEC
impl Unpin for PPDDR_SPEC
impl UnwindSafe for PPDDR_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