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

pub struct W(_);

Register CSCLKEN writer

Implementations

impl W[src]

pub fn aclk_en(&mut self) -> ACLK_EN_W<'_>[src]

Bit 0 - ACLK system clock conditional request enable

pub fn mclk_en(&mut self) -> MCLK_EN_W<'_>[src]

Bit 1 - MCLK system clock conditional request enable

pub fn hsmclk_en(&mut self) -> HSMCLK_EN_W<'_>[src]

Bit 2 - HSMCLK system clock conditional request enable

pub fn smclk_en(&mut self) -> SMCLK_EN_W<'_>[src]

Bit 3 - SMCLK system clock conditional request enable

pub fn vlo_en(&mut self) -> VLO_EN_W<'_>[src]

Bit 8 - Turns on the VLO oscillator

pub fn refo_en(&mut self) -> REFO_EN_W<'_>[src]

Bit 9 - Turns on the REFO oscillator

pub fn modosc_en(&mut self) -> MODOSC_EN_W<'_>[src]

Bit 10 - Turns on the MODOSC oscillator

pub fn refofsel(&mut self) -> REFOFSEL_W<'_>[src]

Bit 15 - Selects REFO nominal frequency

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<CSCLKEN_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<CSCLKEN_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<CSCLKEN_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.