Type Alias R

Source
pub type R = R<RPR1rs>;
Expand description

Register RPR1 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rpif0(&self) -> RPIF0_R

Bit 0 - Rising edge event pending for configurable line

Source

pub fn rpif1(&self) -> RPIF1_R

Bit 1 - Rising edge event pending for configurable line

Source

pub fn rpif2(&self) -> RPIF2_R

Bit 2 - Rising edge event pending for configurable line

Source

pub fn rpif3(&self) -> RPIF3_R

Bit 3 - Rising edge event pending for configurable line

Source

pub fn rpif4(&self) -> RPIF4_R

Bit 4 - Rising edge event pending for configurable line

Source

pub fn rpif5(&self) -> RPIF5_R

Bit 5 - configurable event inputs x rising edge Pending bit

Source

pub fn rpif6(&self) -> RPIF6_R

Bit 6 - Rising edge event pending for configurable line

Source

pub fn rpif7(&self) -> RPIF7_R

Bit 7 - Rising edge event pending for configurable line

Source

pub fn rpif8(&self) -> RPIF8_R

Bit 8 - Rising edge event pending for configurable line

Source

pub fn rpif9(&self) -> RPIF9_R

Bit 9 - Rising edge event pending for configurable line

Source

pub fn rpif10(&self) -> RPIF10_R

Bit 10 - Rising edge event pending for configurable line

Source

pub fn rpif11(&self) -> RPIF11_R

Bit 11 - Rising edge event pending for configurable line

Source

pub fn rpif12(&self) -> RPIF12_R

Bit 12 - Rising edge event pending for configurable line

Source

pub fn rpif13(&self) -> RPIF13_R

Bit 13 - Rising edge event pending for configurable line

Source

pub fn rpif14(&self) -> RPIF14_R

Bit 14 - Rising edge event pending for configurable line

Source

pub fn rpif15(&self) -> RPIF15_R

Bit 15 - Rising edge event pending for configurable line

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more