Struct lpc55_pac::syscon::clock_ctrl::W[][src]

pub struct W(_);

Register CLOCK_CTRL writer

Implementations

impl W[src]

pub fn xtal32mhz_freqm_ena(&mut self) -> XTAL32MHZ_FREQM_ENA_W<'_>[src]

Bit 1 - Enable XTAL32MHz clock for Frequency Measure module.

pub fn fro1mhz_utick_ena(&mut self) -> FRO1MHZ_UTICK_ENA_W<'_>[src]

Bit 2 - Enable FRO 1MHz clock for Frequency Measure module and for UTICK.

pub fn fro12mhz_freqm_ena(&mut self) -> FRO12MHZ_FREQM_ENA_W<'_>[src]

Bit 3 - Enable FRO 12MHz clock for Frequency Measure module.

pub fn fro_hf_freqm_ena(&mut self) -> FRO_HF_FREQM_ENA_W<'_>[src]

Bit 4 - Enable FRO 96MHz clock for Frequency Measure module.

pub fn clkin_ena(&mut self) -> CLKIN_ENA_W<'_>[src]

Bit 5 - Enable clock_in clock for clock module.

pub fn fro1mhz_clk_ena(&mut self) -> FRO1MHZ_CLK_ENA_W<'_>[src]

Bit 6 - Enable FRO 1MHz clock for clock muxing in clock gen.

pub fn ana_fro12m_clk_ena(&mut self) -> ANA_FRO12M_CLK_ENA_W<'_>[src]

Bit 7 - Enable FRO 12MHz clock for analog control of the FRO 192MHz.

pub fn xo_cal_clk_ena(&mut self) -> XO_CAL_CLK_ENA_W<'_>[src]

Bit 8 - Enable clock for cristal oscilator calibration.

pub fn plu_deglitch_clk_ena(&mut self) -> PLU_DEGLITCH_CLK_ENA_W<'_>[src]

Bit 9 - Enable clocks FRO_1MHz and FRO_12MHz for PLU deglitching.

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

Writes raw bits to the register.

Methods from Deref<Target = W<CLOCK_CTRL_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<CLOCK_CTRL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<CLOCK_CTRL_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.