Struct msp432p401r::ref_a::refctl0::R[][src]

pub struct R(_);

Register REFCTL0 reader

Implementations

impl R[src]

pub fn refon(&self) -> REFON_R[src]

Bit 0 - Reference enable

pub fn refout(&self) -> REFOUT_R[src]

Bit 1 - Reference output buffer

pub fn reftcoff(&self) -> REFTCOFF_R[src]

Bit 3 - Temperature sensor disabled

pub fn refvsel(&self) -> REFVSEL_R[src]

Bits 4:5 - Reference voltage level select

pub fn refgenot(&self) -> REFGENOT_R[src]

Bit 6 - Reference generator one-time trigger

pub fn refbgot(&self) -> REFBGOT_R[src]

Bit 7 - Bandgap and bandgap buffer one-time trigger

pub fn refgenact(&self) -> REFGENACT_R[src]

Bit 8 - Reference generator active

pub fn refbgact(&self) -> REFBGACT_R[src]

Bit 9 - Reference bandgap active

pub fn refgenbusy(&self) -> REFGENBUSY_R[src]

Bit 10 - Reference generator busy

pub fn bgmode(&self) -> BGMODE_R[src]

Bit 11 - Bandgap mode

pub fn refgenrdy(&self) -> REFGENRDY_R[src]

Bit 12 - Variable reference voltage ready status

pub fn refbgrdy(&self) -> REFBGRDY_R[src]

Bit 13 - Buffered bandgap voltage ready status

Methods from Deref<Target = R<REFCTL0_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<REFCTL0_SPEC>

The resulting type after dereferencing.

impl From<R<REFCTL0_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

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