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