[][src]Struct lpc55s6x_pac::anactrl::xo32m_ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn gm(&self) -> GMR[src]

Bits 1:3 - Gm value for Xo.

pub fn slave(&self) -> SLAVER[src]

Bit 4 - Xo in slave mode.

pub fn amp(&self) -> AMPR[src]

Bits 5:7 - Amplitude selection , Min amp : 001, Max amp : 110.

pub fn osc_cap_in(&self) -> OSC_CAP_INR[src]

Bits 8:14 - Tune capa banks of Crystal 32-MHz input pin

pub fn osc_cap_out(&self) -> OSC_CAP_OUTR[src]

Bits 15:21 - Tune capa banks of Crystal 32-MHz output pin

pub fn acbuf_pass_enable(&self) -> ACBUF_PASS_ENABLER[src]

Bit 22 - Bypass enable of XO AC buffer enable in pll and top level.

pub fn enable_pll_usb_out(&self) -> ENABLE_PLL_USB_OUTR[src]

Bit 23 - Enable XO 32 MHz output to USB HS PLL.

pub fn enable_system_clk_out(&self) -> ENABLE_SYSTEM_CLK_OUTR[src]

Bit 24 - Enable XO 32 MHz output to CPU system.

pub fn capteststartsrcsel(&self) -> CAPTESTSTARTSRCSELR[src]

Bit 25 - Source selection for 'xo32k_captest_start' signal.

pub fn capteststart(&self) -> CAPTESTSTARTR[src]

Bit 26 - 1: Start CapTest.

pub fn captestenable(&self) -> CAPTESTENABLER[src]

Bit 27 - Enable signal for captest.

pub fn captestoscinsel(&self) -> CAPTESTOSCINSELR[src]

Bit 28 - Select the input for test.

Auto Trait Implementations

impl Send for R

impl Sync for R

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