nrf-pac

Crates

git

Versions

nrf54lm20a-app

Flavors

nrf_pac::usbhscore::regs

Struct Daintmsk

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

Device All Endpoints Interrupt Mask Register

Tuple Fields§

§0: u32

Implementations§

Source§

impl Daintmsk

Source

pub const fn inepmsk0(&self) -> Inepmsk0

IN Endpoint 0 Interrupt mask Bit

Source

pub const fn set_inepmsk0(&mut self, val: Inepmsk0)

IN Endpoint 0 Interrupt mask Bit

Source

pub const fn inepmsk1(&self) -> Inepmsk1

IN Endpoint 1 Interrupt mask Bit

Source

pub const fn set_inepmsk1(&mut self, val: Inepmsk1)

IN Endpoint 1 Interrupt mask Bit

Source

pub const fn inepmsk2(&self) -> Inepmsk2

IN Endpoint 2 Interrupt mask Bit

Source

pub const fn set_inepmsk2(&mut self, val: Inepmsk2)

IN Endpoint 2 Interrupt mask Bit

Source

pub const fn inepmsk3(&self) -> Inepmsk3

IN Endpoint 3 Interrupt mask Bit

Source

pub const fn set_inepmsk3(&mut self, val: Inepmsk3)

IN Endpoint 3 Interrupt mask Bit

Source

pub const fn inepmsk4(&self) -> Inepmsk4

IN Endpoint 4 Interrupt mask Bit

Source

pub const fn set_inepmsk4(&mut self, val: Inepmsk4)

IN Endpoint 4 Interrupt mask Bit

Source

pub const fn inepmsk5(&self) -> Inepmsk5

IN Endpoint 5 Interrupt mask Bit

Source

pub const fn set_inepmsk5(&mut self, val: Inepmsk5)

IN Endpoint 5 Interrupt mask Bit

Source

pub const fn inepmsk6(&self) -> Inepmsk6

IN Endpoint 6 Interrupt mask Bit

Source

pub const fn set_inepmsk6(&mut self, val: Inepmsk6)

IN Endpoint 6 Interrupt mask Bit

Source

pub const fn inepmsk7(&self) -> Inepmsk7

IN Endpoint 7 Interrupt mask Bit

Source

pub const fn set_inepmsk7(&mut self, val: Inepmsk7)

IN Endpoint 7 Interrupt mask Bit

Source

pub const fn inepmsk8(&self) -> Inepmsk8

IN Endpoint 8 Interrupt mask Bit

Source

pub const fn set_inepmsk8(&mut self, val: Inepmsk8)

IN Endpoint 8 Interrupt mask Bit

Source

pub const fn inepmsk9(&self) -> Inepmsk9

IN Endpoint 9 Interrupt mask Bit

Source

pub const fn set_inepmsk9(&mut self, val: Inepmsk9)

IN Endpoint 9 Interrupt mask Bit

Source

pub const fn inepmsk10(&self) -> Inepmsk10

IN Endpoint 10 Interrupt mask Bit

Source

pub const fn set_inepmsk10(&mut self, val: Inepmsk10)

IN Endpoint 10 Interrupt mask Bit

Source

pub const fn inepmsk11(&self) -> Inepmsk11

IN Endpoint 11 Interrupt mask Bit

Source

pub const fn set_inepmsk11(&mut self, val: Inepmsk11)

IN Endpoint 11 Interrupt mask Bit

Source

pub const fn outepmsk0(&self) -> Outepmsk0

OUT Endpoint 0 Interrupt mask Bit

Source

pub const fn set_outepmsk0(&mut self, val: Outepmsk0)

OUT Endpoint 0 Interrupt mask Bit

Source

pub const fn outepmsk1(&self) -> Outepmsk1

OUT Endpoint 1 Interrupt mask Bit

Source

pub const fn set_outepmsk1(&mut self, val: Outepmsk1)

OUT Endpoint 1 Interrupt mask Bit

Source

pub const fn outepmsk2(&self) -> Outepmsk2

OUT Endpoint 2 Interrupt mask Bit

Source

pub const fn set_outepmsk2(&mut self, val: Outepmsk2)

OUT Endpoint 2 Interrupt mask Bit

Source

pub const fn outepmsk3(&self) -> Outepmsk3

OUT Endpoint 3 Interrupt mask Bit

Source

pub const fn set_outepmsk3(&mut self, val: Outepmsk3)

OUT Endpoint 3 Interrupt mask Bit

Source

pub const fn outepmsk4(&self) -> Outepmsk4

OUT Endpoint 4 Interrupt mask Bit

Source

pub const fn set_outepmsk4(&mut self, val: Outepmsk4)

OUT Endpoint 4 Interrupt mask Bit

Source

pub const fn outepmsk5(&self) -> Outepmsk5

OUT Endpoint 5 Interrupt mask Bit

Source

pub const fn set_outepmsk5(&mut self, val: Outepmsk5)

OUT Endpoint 5 Interrupt mask Bit

Source

pub const fn outepmsk12(&self) -> Outepmsk12

OUT Endpoint 12 Interrupt mask Bit

Source

pub const fn set_outepmsk12(&mut self, val: Outepmsk12)

OUT Endpoint 12 Interrupt mask Bit

Source

pub const fn outepmsk13(&self) -> Outepmsk13

OUT Endpoint 13 Interrupt mask Bit

Source

pub const fn set_outepmsk13(&mut self, val: Outepmsk13)

OUT Endpoint 13 Interrupt mask Bit

Source

pub const fn outepmsk14(&self) -> Outepmsk14

OUT Endpoint 14 Interrupt mask Bit

Source

pub const fn set_outepmsk14(&mut self, val: Outepmsk14)

OUT Endpoint 14 Interrupt mask Bit

Source

pub const fn outepmsk15(&self) -> Outepmsk15

OUT Endpoint 15 Interrupt mask Bit

Source

pub const fn set_outepmsk15(&mut self, val: Outepmsk15)

OUT Endpoint 15 Interrupt mask Bit

Trait Implementations§

Source§

impl Clone for Daintmsk

Source§

fn clone(&self) -> Daintmsk

Returns a copy 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 Daintmsk

Source§

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

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

impl Default for Daintmsk

Source§

fn default() -> Daintmsk

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

impl PartialEq for Daintmsk

Source§

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

Source§

impl Eq for Daintmsk

Source§

impl StructuralPartialEq for Daintmsk

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, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. 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.