[][src]Struct lpc55s6x_pac::anactrl::fro192m_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 bias_trim(&mut self) -> _BIAS_TRIMW[src]

Bits 0:5 - Bias trimming bits (course frequency trimming).

pub fn temp_trim(&mut self) -> _TEMP_TRIMW[src]

Bits 7:13 - Temperature coefficient trimming bits.

pub fn ena_12mhzclk(&mut self) -> _ENA_12MHZCLKW[src]

Bit 14 - 12 MHz clock control.

pub fn ena_48mhzclk(&mut self) -> _ENA_48MHZCLKW[src]

Bit 15 - 48 MHz clock control.

pub fn dac_trim(&mut self) -> _DAC_TRIMW[src]

Bits 16:23 - Curdac trimming bits (fine frequency trimming) This trim is used to adjust the frequency, given that the bias and temperature trim are set.

pub fn usbclkadj(&mut self) -> _USBCLKADJW[src]

Bit 24 - If this bit is set and the USB peripheral is enabled into full speed device mode, the USB block will provide FRO clock adjustments to lock it to the host clock using the SOF packets.

pub fn atb_ctrl(&mut self) -> _ATB_CTRLW[src]

Bits 28:29 - Analog Test Bus control.

pub fn ena_96mhzclk(&mut self) -> _ENA_96MHZCLKW[src]

Bit 30 - 96 MHz clock control.

pub fn wrtrim(&mut self) -> _WRTRIMW[src]

Bit 31 - This must be written to 1 to modify the BIAS_TRIM and TEMP_TRIM fields.

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