nxp-pac

Crates

git

Versions

mimxrt1064

Flavors

Eei

Struct Eei 

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

Enable Error Interrupt

Tuple Fields§

§0: u32

Implementations§

Source§

impl Eei

Source

pub const fn eei0(&self) -> bool

Enable Error Interrupt 0

Source

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

Enable Error Interrupt 0

Source

pub const fn eei1(&self) -> bool

Enable Error Interrupt 1

Source

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

Enable Error Interrupt 1

Source

pub const fn eei2(&self) -> bool

Enable Error Interrupt 2

Source

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

Enable Error Interrupt 2

Source

pub const fn eei3(&self) -> bool

Enable Error Interrupt 3

Source

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

Enable Error Interrupt 3

Source

pub const fn eei4(&self) -> bool

Enable Error Interrupt 4

Source

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

Enable Error Interrupt 4

Source

pub const fn eei5(&self) -> bool

Enable Error Interrupt 5

Source

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

Enable Error Interrupt 5

Source

pub const fn eei6(&self) -> bool

Enable Error Interrupt 6

Source

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

Enable Error Interrupt 6

Source

pub const fn eei7(&self) -> bool

Enable Error Interrupt 7

Source

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

Enable Error Interrupt 7

Source

pub const fn eei8(&self) -> bool

Enable Error Interrupt 8

Source

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

Enable Error Interrupt 8

Source

pub const fn eei9(&self) -> bool

Enable Error Interrupt 9

Source

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

Enable Error Interrupt 9

Source

pub const fn eei10(&self) -> bool

Enable Error Interrupt 10

Source

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

Enable Error Interrupt 10

Source

pub const fn eei11(&self) -> bool

Enable Error Interrupt 11

Source

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

Enable Error Interrupt 11

Source

pub const fn eei12(&self) -> bool

Enable Error Interrupt 12

Source

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

Enable Error Interrupt 12

Source

pub const fn eei13(&self) -> bool

Enable Error Interrupt 13

Source

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

Enable Error Interrupt 13

Source

pub const fn eei14(&self) -> bool

Enable Error Interrupt 14

Source

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

Enable Error Interrupt 14

Source

pub const fn eei15(&self) -> bool

Enable Error Interrupt 15

Source

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

Enable Error Interrupt 15

Source

pub const fn eei16(&self) -> bool

Enable Error Interrupt 16

Source

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

Enable Error Interrupt 16

Source

pub const fn eei17(&self) -> bool

Enable Error Interrupt 17

Source

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

Enable Error Interrupt 17

Source

pub const fn eei18(&self) -> bool

Enable Error Interrupt 18

Source

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

Enable Error Interrupt 18

Source

pub const fn eei19(&self) -> bool

Enable Error Interrupt 19

Source

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

Enable Error Interrupt 19

Source

pub const fn eei20(&self) -> bool

Enable Error Interrupt 20

Source

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

Enable Error Interrupt 20

Source

pub const fn eei21(&self) -> bool

Enable Error Interrupt 21

Source

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

Enable Error Interrupt 21

Source

pub const fn eei22(&self) -> bool

Enable Error Interrupt 22

Source

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

Enable Error Interrupt 22

Source

pub const fn eei23(&self) -> bool

Enable Error Interrupt 23

Source

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

Enable Error Interrupt 23

Source

pub const fn eei24(&self) -> bool

Enable Error Interrupt 24

Source

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

Enable Error Interrupt 24

Source

pub const fn eei25(&self) -> bool

Enable Error Interrupt 25

Source

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

Enable Error Interrupt 25

Source

pub const fn eei26(&self) -> bool

Enable Error Interrupt 26

Source

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

Enable Error Interrupt 26

Source

pub const fn eei27(&self) -> bool

Enable Error Interrupt 27

Source

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

Enable Error Interrupt 27

Source

pub const fn eei28(&self) -> bool

Enable Error Interrupt 28

Source

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

Enable Error Interrupt 28

Source

pub const fn eei29(&self) -> bool

Enable Error Interrupt 29

Source

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

Enable Error Interrupt 29

Source

pub const fn eei30(&self) -> bool

Enable Error Interrupt 30

Source

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

Enable Error Interrupt 30

Source

pub const fn eei31(&self) -> bool

Enable Error Interrupt 31

Source

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

Enable Error Interrupt 31

Trait Implementations§

Source§

impl Clone for Eei

Source§

fn clone(&self) -> Eei

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 Eei

Source§

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

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

impl Default for Eei

Source§

fn default() -> Eei

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

impl PartialEq for Eei

Source§

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

Source§

impl Eq for Eei

Source§

impl StructuralPartialEq for Eei

Auto Trait Implementations§

§

impl Freeze for Eei

§

impl RefUnwindSafe for Eei

§

impl Send for Eei

§

impl Sync for Eei

§

impl Unpin for Eei

§

impl UnwindSafe for Eei

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.