embassy-nrf

Crates

git

Versions

nrf54l15-app-ns

Flavors

embassy_nrf::pac::ppib::regs

Struct Send

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

The task overflow for SEND tasks using SUBSCRIBE_SEND. Write 0 to clear.

Tuple Fields§

§0: u32

Implementations§

§

impl Send

pub const fn send_0(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[0].

pub fn set_send_0(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[0].

pub const fn send_1(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[1].

pub fn set_send_1(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[1].

pub const fn send_2(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[2].

pub fn set_send_2(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[2].

pub const fn send_3(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[3].

pub fn set_send_3(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[3].

pub const fn send_4(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[4].

pub fn set_send_4(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[4].

pub const fn send_5(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[5].

pub fn set_send_5(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[5].

pub const fn send_6(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[6].

pub fn set_send_6(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[6].

pub const fn send_7(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[7].

pub fn set_send_7(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[7].

pub const fn send_8(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[8].

pub fn set_send_8(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[8].

pub const fn send_9(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[9].

pub fn set_send_9(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[9].

pub const fn send_10(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[10].

pub fn set_send_10(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[10].

pub const fn send_11(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[11].

pub fn set_send_11(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[11].

pub const fn send_12(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[12].

pub fn set_send_12(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[12].

pub const fn send_13(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[13].

pub fn set_send_13(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[13].

pub const fn send_14(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[14].

pub fn set_send_14(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[14].

pub const fn send_15(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[15].

pub fn set_send_15(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[15].

pub const fn send_16(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[16].

pub fn set_send_16(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[16].

pub const fn send_17(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[17].

pub fn set_send_17(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[17].

pub const fn send_18(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[18].

pub fn set_send_18(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[18].

pub const fn send_19(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[19].

pub fn set_send_19(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[19].

pub const fn send_20(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[20].

pub fn set_send_20(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[20].

pub const fn send_21(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[21].

pub fn set_send_21(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[21].

pub const fn send_22(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[22].

pub fn set_send_22(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[22].

pub const fn send_23(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[23].

pub fn set_send_23(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[23].

pub const fn send_24(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[24].

pub fn set_send_24(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[24].

pub const fn send_25(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[25].

pub fn set_send_25(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[25].

pub const fn send_26(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[26].

pub fn set_send_26(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[26].

pub const fn send_27(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[27].

pub fn set_send_27(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[27].

pub const fn send_28(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[28].

pub fn set_send_28(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[28].

pub const fn send_29(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[29].

pub fn set_send_29(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[29].

pub const fn send_30(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[30].

pub fn set_send_30(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[30].

pub const fn send_31(&self) -> bool

The status for tasks overflow at SUBSCRIBE_SEND[31].

pub fn set_send_31(&mut self, val: bool)

The status for tasks overflow at SUBSCRIBE_SEND[31].

Trait Implementations§

§

impl Clone for Send

§

fn clone(&self) -> Send

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
§

impl Default for Send

§

fn default() -> Send

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

impl PartialEq for Send

§

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

impl Copy for Send

§

impl Eq for Send

§

impl StructuralPartialEq for Send

Auto Trait Implementations§

§

impl Freeze for Send

§

impl RefUnwindSafe for Send

§

impl Send for Send

§

impl Sync for Send

§

impl Unpin for Send

§

impl UnwindSafe for Send

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.