[][src]Struct lpc81x_pac::syscon::wdtoscctrl::_FREQSELW

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

Proxy

Methods

impl<'a> _FREQSELW<'a>[src]

pub fn variant(self, variant: FREQSELW) -> &'a mut W[src]

Writes variant to the field

pub fn _0_6_mhz(self) -> &'a mut W[src]

0.6 MHz

pub fn _1_05_mhz(self) -> &'a mut W[src]

1.05 MHz

pub fn _1_4_mhz(self) -> &'a mut W[src]

1.4 MHz

pub fn _1_75_mhz(self) -> &'a mut W[src]

1.75 MHz

pub fn _2_1_mhz(self) -> &'a mut W[src]

2.1 MHz

pub fn _2_4_mhz(self) -> &'a mut W[src]

2.4 MHz

pub fn _2_7_mhz(self) -> &'a mut W[src]

2.7 MHz

pub fn _3_0_mhz(self) -> &'a mut W[src]

3.0 MHz

pub fn _3_25_mhz(self) -> &'a mut W[src]

3.25 MHz

pub fn _3_5_mhz(self) -> &'a mut W[src]

3.5 MHz

pub fn _3_75_mhz(self) -> &'a mut W[src]

3.75 MHz

pub fn _4_0_mhz(self) -> &'a mut W[src]

4.0 MHz

pub fn _4_2_mhz(self) -> &'a mut W[src]

4.2 MHz

pub fn _4_4_mhz(self) -> &'a mut W[src]

4.4 MHz

pub fn _4_6_mhz(self) -> &'a mut W[src]

4.6 MHz

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _FREQSELW<'a>

impl<'a> Sync for _FREQSELW<'a>

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self