[][src]Struct lpc55s6x_pac::anactrl::xo32m_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 gm(&mut self) -> _GMW[src]

Bits 1:3 - Gm value for Xo.

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

Bit 4 - Xo in slave mode.

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 25 - Source selection for 'xo32k_captest_start' signal.

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

Bit 26 - 1: Start CapTest.

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

Bit 27 - Enable signal for captest.

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

Bit 28 - Select the input for test.

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