Struct atsam4s2a_pac::pioa::isr::R

source ·
pub struct R(_);
Expand description

Register ISR reader

Implementations§

source§

impl R

source

pub fn p0(&self) -> P0_R

Bit 0 - Input Change Interrupt Status

source

pub fn p1(&self) -> P1_R

Bit 1 - Input Change Interrupt Status

source

pub fn p2(&self) -> P2_R

Bit 2 - Input Change Interrupt Status

source

pub fn p3(&self) -> P3_R

Bit 3 - Input Change Interrupt Status

source

pub fn p4(&self) -> P4_R

Bit 4 - Input Change Interrupt Status

source

pub fn p5(&self) -> P5_R

Bit 5 - Input Change Interrupt Status

source

pub fn p6(&self) -> P6_R

Bit 6 - Input Change Interrupt Status

source

pub fn p7(&self) -> P7_R

Bit 7 - Input Change Interrupt Status

source

pub fn p8(&self) -> P8_R

Bit 8 - Input Change Interrupt Status

source

pub fn p9(&self) -> P9_R

Bit 9 - Input Change Interrupt Status

source

pub fn p10(&self) -> P10_R

Bit 10 - Input Change Interrupt Status

source

pub fn p11(&self) -> P11_R

Bit 11 - Input Change Interrupt Status

source

pub fn p12(&self) -> P12_R

Bit 12 - Input Change Interrupt Status

source

pub fn p13(&self) -> P13_R

Bit 13 - Input Change Interrupt Status

source

pub fn p14(&self) -> P14_R

Bit 14 - Input Change Interrupt Status

source

pub fn p15(&self) -> P15_R

Bit 15 - Input Change Interrupt Status

source

pub fn p16(&self) -> P16_R

Bit 16 - Input Change Interrupt Status

source

pub fn p17(&self) -> P17_R

Bit 17 - Input Change Interrupt Status

source

pub fn p18(&self) -> P18_R

Bit 18 - Input Change Interrupt Status

source

pub fn p19(&self) -> P19_R

Bit 19 - Input Change Interrupt Status

source

pub fn p20(&self) -> P20_R

Bit 20 - Input Change Interrupt Status

source

pub fn p21(&self) -> P21_R

Bit 21 - Input Change Interrupt Status

source

pub fn p22(&self) -> P22_R

Bit 22 - Input Change Interrupt Status

source

pub fn p23(&self) -> P23_R

Bit 23 - Input Change Interrupt Status

source

pub fn p24(&self) -> P24_R

Bit 24 - Input Change Interrupt Status

source

pub fn p25(&self) -> P25_R

Bit 25 - Input Change Interrupt Status

source

pub fn p26(&self) -> P26_R

Bit 26 - Input Change Interrupt Status

source

pub fn p27(&self) -> P27_R

Bit 27 - Input Change Interrupt Status

source

pub fn p28(&self) -> P28_R

Bit 28 - Input Change Interrupt Status

source

pub fn p29(&self) -> P29_R

Bit 29 - Input Change Interrupt Status

source

pub fn p30(&self) -> P30_R

Bit 30 - Input Change Interrupt Status

source

pub fn p31(&self) -> P31_R

Bit 31 - Input Change Interrupt Status

Methods from Deref<Target = R<ISR_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<ISR_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<ISR_SPEC>> for R

source§

fn from(reader: R<ISR_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. 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 Twhere 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 Twhere U: Into<T>,

§

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 Twhere U: TryFrom<T>,

§

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.