[][src]Struct ksz8863::miim::W

pub struct W<T>(_);

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

Implementations

impl<'a> W<&'a mut Bcr>[src]

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

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

pub fn an_enable(&mut self) -> AnEnable<&mut Self>[src]

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

pub fn restart_an(&mut self) -> RestartAn<&mut Self>[src]

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

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

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

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

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

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

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

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut Bsr>[src]

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut PhyIdR1>[src]

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut PhyIdR2>[src]

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

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut Anar>[src]

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

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

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

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

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

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut Anlpar>[src]

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut LinkMd>[src]

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

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

impl<'a> W<&'a mut PhySpecial>[src]

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

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

pub fn reset(&mut self) -> &mut Self[src]

Reset the writable fields of the register to their default state.

pub fn bits(&mut self, bits: u16) -> &mut Self[src]

Set all bits of the register.

Auto Trait Implementations

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

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

impl<T> Unpin for W<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.