Struct W

Source
pub struct W { /* private fields */ }
Expand description

Value to write to the register

Implementations§

Source§

impl W

Source

pub fn reset_value() -> W

Reset value of the register

Source

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

Source

pub fn ae0ie(&mut self) -> _AE0IEW<'_>

Bit 0 - Acknowledge Error 0 Interrupt Enable

Source

pub fn ae1ie(&mut self) -> _AE1IEW<'_>

Bit 1 - Acknowledge Error 1 Interrupt Enable

Source

pub fn ae2ie(&mut self) -> _AE2IEW<'_>

Bit 2 - Acknowledge Error 2 Interrupt Enable

Source

pub fn ae3ie(&mut self) -> _AE3IEW<'_>

Bit 3 - Acknowledge Error 3 Interrupt Enable

Source

pub fn ae4ie(&mut self) -> _AE4IEW<'_>

Bit 4 - Acknowledge Error 4 Interrupt Enable

Source

pub fn ae5ie(&mut self) -> _AE5IEW<'_>

Bit 5 - Acknowledge Error 5 Interrupt Enable

Source

pub fn ae6ie(&mut self) -> _AE6IEW<'_>

Bit 6 - Acknowledge Error 6 Interrupt Enable

Source

pub fn ae7ie(&mut self) -> _AE7IEW<'_>

Bit 7 - Acknowledge Error 7 Interrupt Enable

Source

pub fn ae8ie(&mut self) -> _AE8IEW<'_>

Bit 8 - Acknowledge Error 8 Interrupt Enable

Source

pub fn ae9ie(&mut self) -> _AE9IEW<'_>

Bit 9 - Acknowledge Error 9 Interrupt Enable

Source

pub fn ae10ie(&mut self) -> _AE10IEW<'_>

Bit 10 - Acknowledge Error 10 Interrupt Enable

Source

pub fn ae11ie(&mut self) -> _AE11IEW<'_>

Bit 11 - Acknowledge Error 11 Interrupt Enable

Source

pub fn ae12ie(&mut self) -> _AE12IEW<'_>

Bit 12 - Acknowledge Error 12 Interrupt Enable

Source

pub fn ae13ie(&mut self) -> _AE13IEW<'_>

Bit 13 - Acknowledge Error 13 Interrupt Enable

Source

pub fn ae14ie(&mut self) -> _AE14IEW<'_>

Bit 14 - Acknowledge Error 14 Interrupt Enable

Source

pub fn ae15ie(&mut self) -> _AE15IEW<'_>

Bit 15 - Acknowledge Error 15 Interrupt Enable

Source

pub fn pe0ie(&mut self) -> _PE0IEW<'_>

Bit 16 - PHY Error 0 Interrupt Enable

Source

pub fn pe1ie(&mut self) -> _PE1IEW<'_>

Bit 17 - PHY Error 1 Interrupt Enable

Source

pub fn pe2ie(&mut self) -> _PE2IEW<'_>

Bit 18 - PHY Error 2 Interrupt Enable

Source

pub fn pe3ie(&mut self) -> _PE3IEW<'_>

Bit 19 - PHY Error 3 Interrupt Enable

Source

pub fn pe4ie(&mut self) -> _PE4IEW<'_>

Bit 20 - PHY Error 4 Interrupt Enable

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.