[][src]Struct lpc55s6x_pac::pmc::bodcore::_TRIGLVLW

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

Proxy

Methods

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

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

Writes variant to the field

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

0.60 V.

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

0.65 V.

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

0.70 V.

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

0.75 V.

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

0.80 V.

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

0.85 V.

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

0.90 V.

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

0.95 V.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _TRIGLVLW<'a>

impl<'a> Sync for _TRIGLVLW<'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