[]Struct stm32f407g_disc::ethernet_mac::macmiiar::_CRW

pub struct _CRW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _CRW<'a>

pub fn variant(self, variant: CRW) -> &'a mut W

Writes variant to the field

pub fn cr_60_100(self) -> &'a mut W

60-100MHz HCLK/42

pub fn cr_100_150(self) -> &'a mut W

100-150 MHz HCLK/62

pub fn cr_20_35(self) -> &'a mut W

20-35MHz HCLK/16

pub fn cr_35_60(self) -> &'a mut W

35-60MHz HCLK/16

pub fn cr_150_168(self) -> &'a mut W

150-168MHz HCLK/102

pub unsafe fn bits(self, value: u8) -> &'a mut W

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _CRW<'a>

impl<'a> Sync for _CRW<'a>

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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