[][src]Struct ambiq_apollo1_pac::vcomp::cfg::LVLSEL_W

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

Write proxy for field LVLSEL

Methods

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

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

Writes variant to the field

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

Set Reference input to 0.58 Volts.

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

Set Reference input to 0.77 Volts.

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

Set Reference input to 0.97 Volts.

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

Set Reference input to 1.16 Volts.

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

Set Reference input to 1.35 Volts.

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

Set Reference input to 1.55 Volts.

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

Set Reference input to 1.74 Volts.

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

Set Reference input to 1.93 Volts.

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

Set Reference input to 2.13 Volts.

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

Set Reference input to 2.32 Volts.

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

Set Reference input to 2.51 Volts.

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

Set Reference input to 2.71 Volts.

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

Set Reference input to 2.90 Volts.

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

Set Reference input to 3.09 Volts.

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

Set Reference input to 3.29 Volts.

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

Set Reference input to 3.48 Volts.

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for LVLSEL_W<'a>

impl<'a> !Sync for LVLSEL_W<'a>

impl<'a> Unpin for LVLSEL_W<'a>

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.