pub struct W(/* private fields */);Expand description
Register CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn itapdlyen(&mut self) -> ITAPDLYEN_W<'_>
pub fn itapdlyen(&mut self) -> ITAPDLYEN_W<'_>
Bit 0 - Selective Tap Delay Line Enable on Rxclk_in
Sourcepub fn itapdlysel(&mut self) -> ITAPDLYSEL_W<'_>
pub fn itapdlysel(&mut self) -> ITAPDLYSEL_W<'_>
Bits 1:5 - Selects One of 32 Taps on the Rxclk_in Line
Sourcepub fn itapchgwin(&mut self) -> ITAPCHGWIN_W<'_>
pub fn itapchgwin(&mut self) -> ITAPCHGWIN_W<'_>
Bit 6 - Gating Signal for Tap Delay Change
Sourcepub fn otapdlyen(&mut self) -> OTAPDLYEN_W<'_>
pub fn otapdlyen(&mut self) -> OTAPDLYEN_W<'_>
Bit 7 - Selective Tap Delay Line Enable on SDIO_CLK Pin
Sourcepub fn otapdlysel(&mut self) -> OTAPDLYSEL_W<'_>
pub fn otapdlysel(&mut self) -> OTAPDLYSEL_W<'_>
Bits 8:11 - Selects One of 32 Taps on the SDIO_CLK Pin
Sourcepub fn txdlymuxsel(&mut self) -> TXDLYMUXSEL_W<'_>
pub fn txdlymuxsel(&mut self) -> TXDLYMUXSEL_W<'_>
Bits 16:17 - TX Delay Mux Selection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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