nxp-pac

Crates

git

Versions

mcxn947_cm33_core1

Flavors

Powerquad

Struct Powerquad 

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

PowerQuad

Implementations§

Source§

impl Powerquad

Source

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

Source

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

Source

pub const fn outbase(self) -> Reg<Outbase, RW>

Output Base

Source

pub const fn outformat(self) -> Reg<Outformat, RW>

Output Format

Source

pub const fn tmpbase(self) -> Reg<Tmpbase, RW>

Temporary Base

Source

pub const fn tmpformat(self) -> Reg<Tmpformat, RW>

Temporary Format

Source

pub const fn inabase(self) -> Reg<Inabase, RW>

Input A Base

Source

pub const fn inaformat(self) -> Reg<Inaformat, RW>

Input A Format

Source

pub const fn inbbase(self) -> Reg<Inbbase, RW>

Input B Base

Source

pub const fn inbformat(self) -> Reg<Inbformat, RW>

Input B Format

Source

pub const fn control(self) -> Reg<Control, RW>

Control

Source

pub const fn length(self) -> Reg<Length, RW>

Length

Source

pub const fn cppre(self) -> Reg<Cppre, RW>

Coprocessor Prescale

Source

pub const fn misc(self) -> Reg<Misc, RW>

Miscellaneous

Source

pub const fn cursory(self) -> Reg<Cursory, RW>

Cursory

Source

pub const fn cordic_x(self) -> Reg<CordicX, RW>

CORDIC Input X

Source

pub const fn cordic_y(self) -> Reg<CordicY, RW>

CORDIC Input Y

Source

pub const fn cordic_z(self) -> Reg<CordicZ, RW>

CORDIC Input Z

Source

pub const fn errstat(self) -> Reg<Errstat, RW>

Error Status

Source

pub const fn intren(self) -> Reg<Intren, RW>

Interrupt Enable

Source

pub const fn eventen(self) -> Reg<Eventen, RW>

Event Enable

Source

pub const fn intrstat(self) -> Reg<Intrstat, RW>

Interrupt Status

Source

pub const fn gpreg(self, n: usize) -> Reg<Gpreg, RW>

General Purpose Register Bank n

Source

pub const fn compreg(self, n: usize) -> Reg<Compreg, RW>

Compute Register Bank n

Trait Implementations§

Source§

impl Clone for Powerquad

Source§

fn clone(&self) -> Powerquad

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 Powerquad

Source§

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

Source§

impl Eq for Powerquad

Source§

impl Send for Powerquad

Source§

impl StructuralPartialEq for Powerquad

Source§

impl Sync for Powerquad

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.