nxp-pac

Crates

git

Versions

mcxn947_cm33_core0

Flavors

Fifoie

Struct Fifoie 

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

FIFO And CAD Error Interrupt Enable

Tuple Fields§

§0: u32

Implementations§

Source§

impl Fifoie

Source

pub const fn funfie0(&self) -> Funfie0

FIFO Underflow Interrupt Enable

Source

pub const fn set_funfie0(&mut self, val: Funfie0)

FIFO Underflow Interrupt Enable

Source

pub const fn funfie1(&self) -> Funfie1

FIFO Underflow Interrupt Enable

Source

pub const fn set_funfie1(&mut self, val: Funfie1)

FIFO Underflow Interrupt Enable

Source

pub const fn funfie2(&self) -> Funfie2

FIFO Underflow Interrupt Enable

Source

pub const fn set_funfie2(&mut self, val: Funfie2)

FIFO Underflow Interrupt Enable

Source

pub const fn funfie3(&self) -> Funfie3

FIFO Underflow Interrupt Enable

Source

pub const fn set_funfie3(&mut self, val: Funfie3)

FIFO Underflow Interrupt Enable

Source

pub const fn funfie4(&self) -> Funfie4

FIFO Underflow Interrupt Enable

Source

pub const fn set_funfie4(&mut self, val: Funfie4)

FIFO Underflow Interrupt Enable

Source

pub const fn fovfie0(&self) -> Fovfie0

FIFO Overflow Interrupt Enable

Source

pub const fn set_fovfie0(&mut self, val: Fovfie0)

FIFO Overflow Interrupt Enable

Source

pub const fn fovfie1(&self) -> Fovfie1

FIFO Overflow Interrupt Enable

Source

pub const fn set_fovfie1(&mut self, val: Fovfie1)

FIFO Overflow Interrupt Enable

Source

pub const fn fovfie2(&self) -> Fovfie2

FIFO Overflow Interrupt Enable

Source

pub const fn set_fovfie2(&mut self, val: Fovfie2)

FIFO Overflow Interrupt Enable

Source

pub const fn fovfie3(&self) -> Fovfie3

FIFO Overflow Interrupt Enable

Source

pub const fn set_fovfie3(&mut self, val: Fovfie3)

FIFO Overflow Interrupt Enable

Source

pub const fn fovfie4(&self) -> Fovfie4

FIFO Overflow Interrupt Enable

Source

pub const fn set_fovfie4(&mut self, val: Fovfie4)

FIFO Overflow Interrupt Enable

Source

pub const fn cadie0(&self) -> Cadie0

Clock Absence Interrupt Enable

Source

pub const fn set_cadie0(&mut self, val: Cadie0)

Clock Absence Interrupt Enable

Source

pub const fn cadie1(&self) -> Cadie1

Clock Absence Interrupt Enable

Source

pub const fn set_cadie1(&mut self, val: Cadie1)

Clock Absence Interrupt Enable

Source

pub const fn cadie2(&self) -> Cadie2

Clock Absence Interrupt Enable

Source

pub const fn set_cadie2(&mut self, val: Cadie2)

Clock Absence Interrupt Enable

Source

pub const fn cadie3(&self) -> Cadie3

Clock Absence Interrupt Enable

Source

pub const fn set_cadie3(&mut self, val: Cadie3)

Clock Absence Interrupt Enable

Source

pub const fn cadie4(&self) -> Cadie4

Clock Absence Interrupt Enable

Source

pub const fn set_cadie4(&mut self, val: Cadie4)

Clock Absence Interrupt Enable

Source

pub const fn satie0(&self) -> Satie0

Saturation Interrupt Enable

Source

pub const fn set_satie0(&mut self, val: Satie0)

Saturation Interrupt Enable

Source

pub const fn satie1(&self) -> Satie1

Saturation Interrupt Enable

Source

pub const fn set_satie1(&mut self, val: Satie1)

Saturation Interrupt Enable

Source

pub const fn satie2(&self) -> Satie2

Saturation Interrupt Enable

Source

pub const fn set_satie2(&mut self, val: Satie2)

Saturation Interrupt Enable

Source

pub const fn satie3(&self) -> Satie3

Saturation Interrupt Enable

Source

pub const fn set_satie3(&mut self, val: Satie3)

Saturation Interrupt Enable

Source

pub const fn satie4(&self) -> Satie4

Saturation Interrupt Enable

Source

pub const fn set_satie4(&mut self, val: Satie4)

Saturation Interrupt Enable

Trait Implementations§

Source§

impl Clone for Fifoie

Source§

fn clone(&self) -> Fifoie

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 Fifoie

Source§

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

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

impl Default for Fifoie

Source§

fn default() -> Fifoie

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

impl PartialEq for Fifoie

Source§

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

Source§

impl Eq for Fifoie

Source§

impl StructuralPartialEq for Fifoie

Auto Trait Implementations§

§

impl Freeze for Fifoie

§

impl RefUnwindSafe for Fifoie

§

impl Send for Fifoie

§

impl Sync for Fifoie

§

impl Unpin for Fifoie

§

impl UnwindSafe for Fifoie

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.