nxp-pac

Crates

git

Versions

mimxrt1064

Flavors

Hrs

Struct Hrs 

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

Hardware Request Status

Tuple Fields§

§0: u32

Implementations§

Source§

impl Hrs

Source

pub const fn hrs0(&self) -> bool

Hardware Request Status Channel 0

Source

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

Hardware Request Status Channel 0

Source

pub const fn hrs1(&self) -> bool

Hardware Request Status Channel 1

Source

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

Hardware Request Status Channel 1

Source

pub const fn hrs2(&self) -> bool

Hardware Request Status Channel 2

Source

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

Hardware Request Status Channel 2

Source

pub const fn hrs3(&self) -> bool

Hardware Request Status Channel 3

Source

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

Hardware Request Status Channel 3

Source

pub const fn hrs4(&self) -> bool

Hardware Request Status Channel 4

Source

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

Hardware Request Status Channel 4

Source

pub const fn hrs5(&self) -> bool

Hardware Request Status Channel 5

Source

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

Hardware Request Status Channel 5

Source

pub const fn hrs6(&self) -> bool

Hardware Request Status Channel 6

Source

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

Hardware Request Status Channel 6

Source

pub const fn hrs7(&self) -> bool

Hardware Request Status Channel 7

Source

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

Hardware Request Status Channel 7

Source

pub const fn hrs8(&self) -> bool

Hardware Request Status Channel 8

Source

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

Hardware Request Status Channel 8

Source

pub const fn hrs9(&self) -> bool

Hardware Request Status Channel 9

Source

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

Hardware Request Status Channel 9

Source

pub const fn hrs10(&self) -> bool

Hardware Request Status Channel 10

Source

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

Hardware Request Status Channel 10

Source

pub const fn hrs11(&self) -> bool

Hardware Request Status Channel 11

Source

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

Hardware Request Status Channel 11

Source

pub const fn hrs12(&self) -> bool

Hardware Request Status Channel 12

Source

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

Hardware Request Status Channel 12

Source

pub const fn hrs13(&self) -> bool

Hardware Request Status Channel 13

Source

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

Hardware Request Status Channel 13

Source

pub const fn hrs14(&self) -> bool

Hardware Request Status Channel 14

Source

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

Hardware Request Status Channel 14

Source

pub const fn hrs15(&self) -> bool

Hardware Request Status Channel 15

Source

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

Hardware Request Status Channel 15

Source

pub const fn hrs16(&self) -> bool

Hardware Request Status Channel 16

Source

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

Hardware Request Status Channel 16

Source

pub const fn hrs17(&self) -> bool

Hardware Request Status Channel 17

Source

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

Hardware Request Status Channel 17

Source

pub const fn hrs18(&self) -> bool

Hardware Request Status Channel 18

Source

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

Hardware Request Status Channel 18

Source

pub const fn hrs19(&self) -> bool

Hardware Request Status Channel 19

Source

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

Hardware Request Status Channel 19

Source

pub const fn hrs20(&self) -> bool

Hardware Request Status Channel 20

Source

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

Hardware Request Status Channel 20

Source

pub const fn hrs21(&self) -> bool

Hardware Request Status Channel 21

Source

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

Hardware Request Status Channel 21

Source

pub const fn hrs22(&self) -> bool

Hardware Request Status Channel 22

Source

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

Hardware Request Status Channel 22

Source

pub const fn hrs23(&self) -> bool

Hardware Request Status Channel 23

Source

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

Hardware Request Status Channel 23

Source

pub const fn hrs24(&self) -> bool

Hardware Request Status Channel 24

Source

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

Hardware Request Status Channel 24

Source

pub const fn hrs25(&self) -> bool

Hardware Request Status Channel 25

Source

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

Hardware Request Status Channel 25

Source

pub const fn hrs26(&self) -> bool

Hardware Request Status Channel 26

Source

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

Hardware Request Status Channel 26

Source

pub const fn hrs27(&self) -> bool

Hardware Request Status Channel 27

Source

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

Hardware Request Status Channel 27

Source

pub const fn hrs28(&self) -> bool

Hardware Request Status Channel 28

Source

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

Hardware Request Status Channel 28

Source

pub const fn hrs29(&self) -> bool

Hardware Request Status Channel 29

Source

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

Hardware Request Status Channel 29

Source

pub const fn hrs30(&self) -> bool

Hardware Request Status Channel 30

Source

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

Hardware Request Status Channel 30

Source

pub const fn hrs31(&self) -> bool

Hardware Request Status Channel 31

Source

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

Hardware Request Status Channel 31

Trait Implementations§

Source§

impl Clone for Hrs

Source§

fn clone(&self) -> Hrs

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 Hrs

Source§

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

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

impl Default for Hrs

Source§

fn default() -> Hrs

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

impl PartialEq for Hrs

Source§

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

Source§

impl Eq for Hrs

Source§

impl StructuralPartialEq for Hrs

Auto Trait Implementations§

§

impl Freeze for Hrs

§

impl RefUnwindSafe for Hrs

§

impl Send for Hrs

§

impl Sync for Hrs

§

impl Unpin for Hrs

§

impl UnwindSafe for Hrs

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.