[][src]Struct atsams70j21b::pioa::pio_frlhsr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn p0(&self) -> P0_R[src]

Bit 0 - Edge/Level Interrupt Source Selection

pub fn p1(&self) -> P1_R[src]

Bit 1 - Edge/Level Interrupt Source Selection

pub fn p2(&self) -> P2_R[src]

Bit 2 - Edge/Level Interrupt Source Selection

pub fn p3(&self) -> P3_R[src]

Bit 3 - Edge/Level Interrupt Source Selection

pub fn p4(&self) -> P4_R[src]

Bit 4 - Edge/Level Interrupt Source Selection

pub fn p5(&self) -> P5_R[src]

Bit 5 - Edge/Level Interrupt Source Selection

pub fn p6(&self) -> P6_R[src]

Bit 6 - Edge/Level Interrupt Source Selection

pub fn p7(&self) -> P7_R[src]

Bit 7 - Edge/Level Interrupt Source Selection

pub fn p8(&self) -> P8_R[src]

Bit 8 - Edge/Level Interrupt Source Selection

pub fn p9(&self) -> P9_R[src]

Bit 9 - Edge/Level Interrupt Source Selection

pub fn p10(&self) -> P10_R[src]

Bit 10 - Edge/Level Interrupt Source Selection

pub fn p11(&self) -> P11_R[src]

Bit 11 - Edge/Level Interrupt Source Selection

pub fn p12(&self) -> P12_R[src]

Bit 12 - Edge/Level Interrupt Source Selection

pub fn p13(&self) -> P13_R[src]

Bit 13 - Edge/Level Interrupt Source Selection

pub fn p14(&self) -> P14_R[src]

Bit 14 - Edge/Level Interrupt Source Selection

pub fn p15(&self) -> P15_R[src]

Bit 15 - Edge/Level Interrupt Source Selection

pub fn p16(&self) -> P16_R[src]

Bit 16 - Edge/Level Interrupt Source Selection

pub fn p17(&self) -> P17_R[src]

Bit 17 - Edge/Level Interrupt Source Selection

pub fn p18(&self) -> P18_R[src]

Bit 18 - Edge/Level Interrupt Source Selection

pub fn p19(&self) -> P19_R[src]

Bit 19 - Edge/Level Interrupt Source Selection

pub fn p20(&self) -> P20_R[src]

Bit 20 - Edge/Level Interrupt Source Selection

pub fn p21(&self) -> P21_R[src]

Bit 21 - Edge/Level Interrupt Source Selection

pub fn p22(&self) -> P22_R[src]

Bit 22 - Edge/Level Interrupt Source Selection

pub fn p23(&self) -> P23_R[src]

Bit 23 - Edge/Level Interrupt Source Selection

pub fn p24(&self) -> P24_R[src]

Bit 24 - Edge/Level Interrupt Source Selection

pub fn p25(&self) -> P25_R[src]

Bit 25 - Edge/Level Interrupt Source Selection

pub fn p26(&self) -> P26_R[src]

Bit 26 - Edge/Level Interrupt Source Selection

pub fn p27(&self) -> P27_R[src]

Bit 27 - Edge/Level Interrupt Source Selection

pub fn p28(&self) -> P28_R[src]

Bit 28 - Edge/Level Interrupt Source Selection

pub fn p29(&self) -> P29_R[src]

Bit 29 - Edge/Level Interrupt Source Selection

pub fn p30(&self) -> P30_R[src]

Bit 30 - Edge/Level Interrupt Source Selection

pub fn p31(&self) -> P31_R[src]

Bit 31 - Edge/Level Interrupt Source Selection

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self