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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn flash48mhz_ena(&mut self) -> _FLASH48MHZ_ENAW[src]

Bit 0 - Enable Flash 48 MHz clock.

pub fn xtal32mhz_freqm_ena(&mut self) -> _XTAL32MHZ_FREQM_ENAW[src]

Bit 1 - Enable XTAL32MHz clock for Frequency Measure module.

pub fn fro1mhz_utick_ena(&mut self) -> _FRO1MHZ_UTICK_ENAW[src]

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

pub fn fro12mhz_freqm_ena(&mut self) -> _FRO12MHZ_FREQM_ENAW[src]

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

pub fn fro_hf_freqm_ena(&mut self) -> _FRO_HF_FREQM_ENAW[src]

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

pub fn clkin_ena(&mut self) -> _CLKIN_ENAW[src]

Bit 5 - Enable clock_in clock for clock module.

pub fn fro1mhz_clk_ena(&mut self) -> _FRO1MHZ_CLK_ENAW[src]

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

pub fn ana_fro12m_clk_ena(&mut self) -> _ANA_FRO12M_CLK_ENAW[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_ENAW[src]

Bit 8 - Enable clock for cristal oscilator calibration.

pub fn plu_deglitch_clk_ena(&mut self) -> _PLU_DEGLITCH_CLK_ENAW[src]

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

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

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

type Output = T

Should always be Self