[][src]Struct ksz8863::miim::R

pub struct R<T>(_);

A type wrapper that allows to read the individual fields of a register.

Implementations

impl<'a> R<&'a Bcr>[src]

pub fn soft_reset(&self) -> SoftReset<&Self>[src]

pub fn loopback(&self) -> Loopback<&Self>[src]

pub fn force_100(&self) -> Force100<&Self>[src]

pub fn enable_autoneg(&self) -> EnableAutoneg<&Self>[src]

pub fn power_down(&self) -> PowerDown<&Self>[src]

pub fn isolate(&self) -> Isolate<&Self>[src]

pub fn restart_autoneg(&self) -> RestartAutoneg<&Self>[src]

pub fn force_fd(&self) -> ForceFd<&Self>[src]

pub fn collision_test(&self) -> CollisionTest<&Self>[src]

pub fn hp_mdix(&self) -> HpMdix<&Self>[src]

pub fn force_mdi(&self) -> ForceMdi<&Self>[src]

pub fn disable_mdix(&self) -> DisableMdix<&Self>[src]

pub fn disable_far_end_fault(&self) -> DisableFarEndFault<&Self>[src]

pub fn disable_transmit(&self) -> DisableTransmit<&Self>[src]

pub fn disable_leds(&self) -> DisableLeds<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a Bsr>[src]

pub fn capable_t4(&self) -> CapableT4<&Self>[src]

pub fn capable_100_fd(&self) -> Capable100Fd<&Self>[src]

pub fn capable_100_hd(&self) -> Capable100Hd<&Self>[src]

pub fn capable_10_fd(&self) -> Capable10Fd<&Self>[src]

pub fn capable_10_hd(&self) -> Capable10Hd<&Self>[src]

pub fn preamble_suppressed(&self) -> PreambleSuppressed<&Self>[src]

pub fn an_complete(&self) -> AnComplete<&Self>[src]

pub fn remote_fault(&self) -> RemoteFault<&Self>[src]

pub fn an_capable(&self) -> AnCapable<&Self>[src]

pub fn jabber_test(&self) -> JabberTest<&Self>[src]

pub fn extended_capable(&self) -> ExtendedCapable<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a PhyIdR1>[src]

pub fn phy_id_high(&self) -> PhyIdHigh<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a PhyIdR2>[src]

pub fn phy_id_low(&self) -> PhyIdLow<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a Anar>[src]

pub fn next_page(&self) -> NextPage<&Self>[src]

pub fn remote_fault(&self) -> RemoteFault<&Self>[src]

pub fn adv_pause(&self) -> AdvPause<&Self>[src]

pub fn adv_100_fd(&self) -> Adv100Fd<&Self>[src]

pub fn adv_100_hd(&self) -> Adv100Hd<&Self>[src]

pub fn adv_10_fd(&self) -> Adv10Fd<&Self>[src]

pub fn adv_10_hd(&self) -> Adv10Hd<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a Anlpar>[src]

pub fn next_page(&self) -> NextPage<&Self>[src]

pub fn lp_pause(&self) -> LpPause<&Self>[src]

pub fn lp_100_fd(&self) -> Lp100Fd<&Self>[src]

pub fn lp_100_hd(&self) -> Lp100Hd<&Self>[src]

pub fn lp_10_fd(&self) -> Lp10Fd<&Self>[src]

pub fn lp_10_hd(&self) -> Lp10Hd<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a LinkMd>[src]

pub fn vct_enable(&self) -> VctEnable<&Self>[src]

pub fn vct_result(&self) -> VctResult<&Self>[src]

pub fn vct_10m_short(&self) -> Vct10mShort<&Self>[src]

pub fn vct_fault_count(&self) -> VctFaultCount<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

impl<'a> R<&'a PhySpecial>[src]

pub fn polarity_reversed(&self) -> PolarityReversed<&Self>[src]

pub fn mdix_status(&self) -> MdixStatus<&Self>[src]

pub fn power_save(&self) -> PowerSave<&Self>[src]

pub fn remote_loopback(&self) -> RemoteLoopback<&Self>[src]

pub fn bits(&self) -> u16[src]

The bits of the register.

Auto Trait Implementations

impl<T> Send for R<T> where
    T: Send
[src]

impl<T> Sync for R<T> where
    T: Sync
[src]

impl<T> Unpin for R<T> where
    T: Unpin
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.