nxp-pac

Crates

git

Versions

mcxa256

Flavors

MrccGlbAcc1

Struct MrccGlbAcc1 

Source
#[repr(transparent)]
pub struct MrccGlbAcc1(pub u32);
Expand description

Control Automatic Clock Gating 1

Tuple Fields§

§0: u32

Implementations§

Source§

impl MrccGlbAcc1

Source

pub const fn flexpwm1(&self) -> bool

FLEXPWM1

Source

pub const fn set_flexpwm1(&mut self, val: bool)

FLEXPWM1

Source

pub const fn ostimer0(&self) -> bool

OSTIMER0

Source

pub const fn set_ostimer0(&mut self, val: bool)

OSTIMER0

Source

pub const fn adc0(&self) -> bool

ADC0

Source

pub const fn set_adc0(&mut self, val: bool)

ADC0

Source

pub const fn adc1(&self) -> bool

ADC1

Source

pub const fn set_adc1(&mut self, val: bool)

ADC1

Source

pub const fn cmp0(&self) -> bool

CMP0

Source

pub const fn set_cmp0(&mut self, val: bool)

CMP0

Source

pub const fn cmp1(&self) -> bool

CMP1

Source

pub const fn set_cmp1(&mut self, val: bool)

CMP1

Source

pub const fn cmp2(&self) -> bool

CMP2

Source

pub const fn set_cmp2(&mut self, val: bool)

CMP2

Source

pub const fn dac0(&self) -> bool

DAC0

Source

pub const fn set_dac0(&mut self, val: bool)

DAC0

Source

pub const fn opamp0(&self) -> bool

OPAMP0

Source

pub const fn set_opamp0(&mut self, val: bool)

OPAMP0

Source

pub const fn opamp1(&self) -> bool

OPAMP1

Source

pub const fn set_opamp1(&mut self, val: bool)

OPAMP1

Source

pub const fn opamp2(&self) -> bool

OPAMP2

Source

pub const fn set_opamp2(&mut self, val: bool)

OPAMP2

Source

pub const fn opamp3(&self) -> bool

OPAMP3

Source

pub const fn set_opamp3(&mut self, val: bool)

OPAMP3

Source

pub const fn port0(&self) -> bool

PORT0

Source

pub const fn set_port0(&mut self, val: bool)

PORT0

Source

pub const fn port1(&self) -> bool

PORT1

Source

pub const fn set_port1(&mut self, val: bool)

PORT1

Source

pub const fn port2(&self) -> bool

PORT2

Source

pub const fn set_port2(&mut self, val: bool)

PORT2

Source

pub const fn port3(&self) -> bool

PORT3

Source

pub const fn set_port3(&mut self, val: bool)

PORT3

Source

pub const fn port4(&self) -> bool

PORT4

Source

pub const fn set_port4(&mut self, val: bool)

PORT4

Source

pub const fn slcd0(&self) -> bool

SLCD0

Source

pub const fn set_slcd0(&mut self, val: bool)

SLCD0

Source

pub const fn flexcan0(&self) -> bool

FLEXCAN0

Source

pub const fn set_flexcan0(&mut self, val: bool)

FLEXCAN0

Source

pub const fn flexcan1(&self) -> bool

FLEXCAN1

Source

pub const fn set_flexcan1(&mut self, val: bool)

FLEXCAN1

Source

pub const fn lpi2c2(&self) -> bool

LPI2C2

Source

pub const fn set_lpi2c2(&mut self, val: bool)

LPI2C2

Source

pub const fn lpi2c3(&self) -> bool

LPI2C3

Source

pub const fn set_lpi2c3(&mut self, val: bool)

LPI2C3

Source

pub const fn lpuart5(&self) -> bool

LPUART5

Source

pub const fn set_lpuart5(&mut self, val: bool)

LPUART5

Source

pub const fn pkc0(&self) -> bool

PKC0

Source

pub const fn set_pkc0(&mut self, val: bool)

PKC0

Source

pub const fn sgi0(&self) -> bool

SGI0

Source

pub const fn set_sgi0(&mut self, val: bool)

SGI0

Source

pub const fn trng0(&self) -> bool

TRNG0

Source

pub const fn set_trng0(&mut self, val: bool)

TRNG0

Source

pub const fn udf0(&self) -> bool

UDF0

Source

pub const fn set_udf0(&mut self, val: bool)

UDF0

Source

pub const fn adc2(&self) -> bool

ADC2

Source

pub const fn set_adc2(&mut self, val: bool)

ADC2

Source

pub const fn adc3(&self) -> bool

ADC3

Source

pub const fn set_adc3(&mut self, val: bool)

ADC3

Trait Implementations§

Source§

impl Clone for MrccGlbAcc1

Source§

fn clone(&self) -> MrccGlbAcc1

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 Debug for MrccGlbAcc1

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for MrccGlbAcc1

Source§

fn default() -> MrccGlbAcc1

Returns the “default value” for a type. Read more
Source§

impl PartialEq for MrccGlbAcc1

Source§

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

Source§

impl Eq for MrccGlbAcc1

Source§

impl StructuralPartialEq for MrccGlbAcc1

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.