[][src]Struct lpc55s6x_pac::pmc::fro1m::_DIVSELW

pub struct _DIVSELW<'a> { /* fields omitted */ }
[]

Proxy

Methods

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

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

Writes variant to the field

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

2.0.

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

4.0.

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

6.0.

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

8.0.

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

10.0.

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

12.0.

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

14.0.

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

16.0.

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

18.0.

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

20.0.

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

22.0.

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

24.0.

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

26.0.

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

28.0.

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

30.0.

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

32.0.

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

34.0.

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

36.0.

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

38.0.

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

40.0.

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

42.0.

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

44.0.

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

46.0.

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

48.0.

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

50.0.

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

52.0.

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

54.0.

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

56.0.

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

58.0.

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

60.0.

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

62.0.

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

1.0.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _DIVSELW<'a>

impl<'a> Sync for _DIVSELW<'a>

Blanket Implementations

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

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, 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[src]

type Output = T

Should always be Self