nxp-pac

Crates

git

Versions

lpc55s69_cm33_core0

Flavors

Anactrl

Struct Anactrl 

Source
pub struct Anactrl { /* private fields */ }
Expand description

ANALOGCTRL

Implementations§

Source§

impl Anactrl

Source

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

Source

pub const fn as_ptr(&self) -> *mut ()

Source

pub const fn analog_ctrl_cfg(self) -> Reg<AnalogCtrlCfg, RW>

Various Analog blocks configuration (like FRO 192MHz trimmings source …)

Source

pub const fn analog_ctrl_status(self) -> Reg<AnalogCtrlStatus, R>

Analog Macroblock Identity registers, Flash Status registers

Source

pub const fn freq_me_ctrl(self) -> Reg<FreqMeCtrl, RW>

Frequency Measure function control register

Source

pub const fn fro192m_ctrl(self) -> Reg<Fro192mCtrl, RW>

192MHz Free Running OScillator (FRO) Control register

Source

pub const fn fro192m_status(self) -> Reg<Fro192mStatus, RW>

192MHz Free Running OScillator (FRO) Status register

Source

pub const fn adc_ctrl(self) -> Reg<AdcCtrl, RW>

General Purpose ADC VBAT Divider branch control

Source

pub const fn xo32m_ctrl(self) -> Reg<Xo32mCtrl, RW>

High speed Crystal Oscillator Control register

Source

pub const fn xo32m_status(self) -> Reg<Xo32mStatus, R>

High speed Crystal Oscillator Status register

Source

pub const fn bod_dcdc_int_ctrl(self) -> Reg<BodDcdcIntCtrl, RW>

Brown Out Detectors (BoDs) & DCDC interrupts generation control register

Source

pub const fn bod_dcdc_int_status(self) -> Reg<BodDcdcIntStatus, R>

BoDs & DCDC interrupts status register

Source

pub const fn ringo0_ctrl(self) -> Reg<Ringo0Ctrl, RW>

First Ring Oscillator module control register.

Source

pub const fn ringo1_ctrl(self) -> Reg<Ringo1Ctrl, RW>

Second Ring Oscillator module control register.

Source

pub const fn ringo2_ctrl(self) -> Reg<Ringo2Ctrl, RW>

Third Ring Oscillator module control register.

Source

pub const fn ldo_xo32m(self) -> Reg<LdoXo32m, RW>

High Speed Crystal Oscillator (12 MHz - 32 MHz) Voltage Source Supply Control register

Source

pub const fn aux_bias(self) -> Reg<AuxBias, RW>

AUX_BIAS

Source

pub const fn usbhs_phy_ctrl(self) -> Reg<UsbhsPhyCtrl, RW>

USB High Speed Phy Control

Source

pub const fn usbhs_phy_trim(self) -> Reg<UsbhsPhyTrim, RW>

USB High Speed Phy Trim values

Trait Implementations§

Source§

impl Clone for Anactrl

Source§

fn clone(&self) -> Anactrl

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Anactrl

Source§

fn eq(&self, other: &Anactrl) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Anactrl

Source§

impl Eq for Anactrl

Source§

impl Send for Anactrl

Source§

impl StructuralPartialEq for Anactrl

Source§

impl Sync for Anactrl

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.