[−][src]Struct lpc55s6x_pac::syscon::clock_ctrl::R
Value read from the register
Methods
impl R
[src]
pub fn bits(&self) -> u32
[src]
Value of the register as raw bits
pub fn flash48mhz_ena(&self) -> FLASH48MHZ_ENAR
[src]
Bit 0 - Enable Flash 48 MHz clock.
pub fn xtal32mhz_freqm_ena(&self) -> XTAL32MHZ_FREQM_ENAR
[src]
Bit 1 - Enable XTAL32MHz clock for Frequency Measure module.
pub fn fro1mhz_utick_ena(&self) -> FRO1MHZ_UTICK_ENAR
[src]
Bit 2 - Enable FRO 1MHz clock for Frequency Measure module and for UTICK.
pub fn fro12mhz_freqm_ena(&self) -> FRO12MHZ_FREQM_ENAR
[src]
Bit 3 - Enable FRO 12MHz clock for Frequency Measure module.
pub fn fro_hf_freqm_ena(&self) -> FRO_HF_FREQM_ENAR
[src]
Bit 4 - Enable FRO 96MHz clock for Frequency Measure module.
pub fn clkin_ena(&self) -> CLKIN_ENAR
[src]
Bit 5 - Enable clock_in clock for clock module.
pub fn fro1mhz_clk_ena(&self) -> FRO1MHZ_CLK_ENAR
[src]
Bit 6 - Enable FRO 1MHz clock for clock muxing in clock gen.
pub fn ana_fro12m_clk_ena(&self) -> ANA_FRO12M_CLK_ENAR
[src]
Bit 7 - Enable FRO 12MHz clock for analog control of the FRO 192MHz.
pub fn xo_cal_clk_ena(&self) -> XO_CAL_CLK_ENAR
[src]
Bit 8 - Enable clock for cristal oscilator calibration.
pub fn plu_deglitch_clk_ena(&self) -> PLU_DEGLITCH_CLK_ENAR
[src]
Bit 9 - Enable clocks FRO_1MHz and FRO_12MHz for PLU deglitching.
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self