nxp-pac

Crates

git

Versions

mimxrt1062

Flavors

Ccm

Struct Ccm 

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

CCM

Implementations§

Source§

impl Ccm

Source

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

Source

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

Source

pub const fn ccr(self) -> Reg<Ccr, RW>

CCM Control Register

Source

pub const fn csr(self) -> Reg<Csr, R>

CCM Status Register

Source

pub const fn ccsr(self) -> Reg<Ccsr, RW>

CCM Clock Switcher Register

Source

pub const fn cacrr(self) -> Reg<Cacrr, RW>

CCM Arm Clock Root Register

Source

pub const fn cbcdr(self) -> Reg<Cbcdr, RW>

CCM Bus Clock Divider Register

Source

pub const fn cbcmr(self) -> Reg<Cbcmr, RW>

CCM Bus Clock Multiplexer Register

Source

pub const fn cscmr1(self) -> Reg<Cscmr1, RW>

CCM Serial Clock Multiplexer Register 1

Source

pub const fn cscmr2(self) -> Reg<Cscmr2, RW>

CCM Serial Clock Multiplexer Register 2

Source

pub const fn cscdr1(self) -> Reg<Cscdr1, RW>

CCM Serial Clock Divider Register 1

Source

pub const fn cs1cdr(self) -> Reg<Cs1cdr, RW>

CCM Clock Divider Register

Source

pub const fn cs2cdr(self) -> Reg<Cs2cdr, RW>

CCM Clock Divider Register

Source

pub const fn cdcdr(self) -> Reg<Cdcdr, RW>

CCM D1 Clock Divider Register

Source

pub const fn cscdr2(self) -> Reg<Cscdr2, RW>

CCM Serial Clock Divider Register 2

Source

pub const fn cscdr3(self) -> Reg<Cscdr3, RW>

CCM Serial Clock Divider Register 3

Source

pub const fn cdhipr(self) -> Reg<Cdhipr, R>

CCM Divider Handshake In-Process Register

Source

pub const fn clpcr(self) -> Reg<Clpcr, RW>

CCM Low Power Control Register

Source

pub const fn cisr(self) -> Reg<Cisr, RW>

CCM Interrupt Status Register

Source

pub const fn cimr(self) -> Reg<Cimr, RW>

CCM Interrupt Mask Register

Source

pub const fn ccosr(self) -> Reg<Ccosr, RW>

CCM Clock Output Source Register

Source

pub const fn cgpr(self) -> Reg<Cgpr, RW>

CCM General Purpose Register

Source

pub const fn ccgr0(self) -> Reg<Ccgr0, RW>

CCM Clock Gating Register 0

Source

pub const fn ccgr1(self) -> Reg<Ccgr1, RW>

CCM Clock Gating Register 1

Source

pub const fn ccgr2(self) -> Reg<Ccgr2, RW>

CCM Clock Gating Register 2

Source

pub const fn ccgr3(self) -> Reg<Ccgr3, RW>

CCM Clock Gating Register 3

Source

pub const fn ccgr4(self) -> Reg<Ccgr4, RW>

CCM Clock Gating Register 4

Source

pub const fn ccgr5(self) -> Reg<Ccgr5, RW>

CCM Clock Gating Register 5

Source

pub const fn ccgr6(self) -> Reg<Ccgr6, RW>

CCM Clock Gating Register 6

Source

pub const fn ccgr7(self) -> Reg<Ccgr7, RW>

CCM Clock Gating Register 7

Source

pub const fn cmeor(self) -> Reg<Cmeor, RW>

CCM Module Enable Overide Register

Trait Implementations§

Source§

impl Clone for Ccm

Source§

fn clone(&self) -> Ccm

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 Ccm

Source§

fn eq(&self, other: &Ccm) -> 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 Ccm

Source§

impl Eq for Ccm

Source§

impl Send for Ccm

Source§

impl StructuralPartialEq for Ccm

Source§

impl Sync for Ccm

Auto Trait Implementations§

§

impl Freeze for Ccm

§

impl RefUnwindSafe for Ccm

§

impl Unpin for Ccm

§

impl UnwindSafe for Ccm

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.