Struct msp432p401r::cs::csclken::R[][src]

pub struct R(_);

Register CSCLKEN reader

Implementations

impl R[src]

pub fn aclk_en(&self) -> ACLK_EN_R[src]

Bit 0 - ACLK system clock conditional request enable

pub fn mclk_en(&self) -> MCLK_EN_R[src]

Bit 1 - MCLK system clock conditional request enable

pub fn hsmclk_en(&self) -> HSMCLK_EN_R[src]

Bit 2 - HSMCLK system clock conditional request enable

pub fn smclk_en(&self) -> SMCLK_EN_R[src]

Bit 3 - SMCLK system clock conditional request enable

pub fn vlo_en(&self) -> VLO_EN_R[src]

Bit 8 - Turns on the VLO oscillator

pub fn refo_en(&self) -> REFO_EN_R[src]

Bit 9 - Turns on the REFO oscillator

pub fn modosc_en(&self) -> MODOSC_EN_R[src]

Bit 10 - Turns on the MODOSC oscillator

pub fn refofsel(&self) -> REFOFSEL_R[src]

Bit 15 - Selects REFO nominal frequency

Methods from Deref<Target = R<CSCLKEN_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CSCLKEN_SPEC>

The resulting type after dereferencing.

impl From<R<CSCLKEN_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.