R

Struct R 

Source
pub struct R { /* private fields */ }
Expand description

Value read from the register

Implementations§

Source§

impl R

Source

pub fn bits(&self) -> u32

Value of the register as raw bits

Source

pub fn pdo0(&self) -> PDO0R

Bit 0 - Port Data Output

Source

pub fn pdo1(&self) -> PDO1R

Bit 1 - Port Data Output

Source

pub fn pdo2(&self) -> PDO2R

Bit 2 - Port Data Output

Source

pub fn pdo3(&self) -> PDO3R

Bit 3 - Port Data Output

Source

pub fn pdo4(&self) -> PDO4R

Bit 4 - Port Data Output

Source

pub fn pdo5(&self) -> PDO5R

Bit 5 - Port Data Output

Source

pub fn pdo6(&self) -> PDO6R

Bit 6 - Port Data Output

Source

pub fn pdo7(&self) -> PDO7R

Bit 7 - Port Data Output

Source

pub fn pdo8(&self) -> PDO8R

Bit 8 - Port Data Output

Source

pub fn pdo9(&self) -> PDO9R

Bit 9 - Port Data Output

Source

pub fn pdo10(&self) -> PDO10R

Bit 10 - Port Data Output

Source

pub fn pdo11(&self) -> PDO11R

Bit 11 - Port Data Output

Source

pub fn pdo12(&self) -> PDO12R

Bit 12 - Port Data Output

Source

pub fn pdo13(&self) -> PDO13R

Bit 13 - Port Data Output

Source

pub fn pdo14(&self) -> PDO14R

Bit 14 - Port Data Output

Source

pub fn pdo15(&self) -> PDO15R

Bit 15 - Port Data Output

Source

pub fn pdo16(&self) -> PDO16R

Bit 16 - Port Data Output

Source

pub fn pdo17(&self) -> PDO17R

Bit 17 - Port Data Output

Source

pub fn pdo18(&self) -> PDO18R

Bit 18 - Port Data Output

Source

pub fn pdo19(&self) -> PDO19R

Bit 19 - Port Data Output

Source

pub fn pdo20(&self) -> PDO20R

Bit 20 - Port Data Output

Source

pub fn pdo21(&self) -> PDO21R

Bit 21 - Port Data Output

Source

pub fn pdo22(&self) -> PDO22R

Bit 22 - Port Data Output

Source

pub fn pdo23(&self) -> PDO23R

Bit 23 - Port Data Output

Source

pub fn pdo24(&self) -> PDO24R

Bit 24 - Port Data Output

Source

pub fn pdo25(&self) -> PDO25R

Bit 25 - Port Data Output

Source

pub fn pdo26(&self) -> PDO26R

Bit 26 - Port Data Output

Source

pub fn pdo27(&self) -> PDO27R

Bit 27 - Port Data Output

Source

pub fn pdo28(&self) -> PDO28R

Bit 28 - Port Data Output

Source

pub fn pdo29(&self) -> PDO29R

Bit 29 - Port Data Output

Source

pub fn pdo30(&self) -> PDO30R

Bit 30 - Port Data Output

Source

pub fn pdo31(&self) -> PDO31R

Bit 31 - Port Data Output

Auto Trait Implementations§

§

impl Freeze for R

§

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 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> 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> Same for T

Source§

type Output = T

Should always be Self
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.