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 s30(&self) -> S30R

Bit 30 - S30

Source

pub fn s29(&self) -> S29R

Bit 29 - S29

Source

pub fn s28(&self) -> S28R

Bit 28 - S28

Source

pub fn s27(&self) -> S27R

Bit 27 - S27

Source

pub fn s26(&self) -> S26R

Bit 26 - S26

Source

pub fn s25(&self) -> S25R

Bit 25 - S25

Source

pub fn s24(&self) -> S24R

Bit 24 - S24

Source

pub fn s23(&self) -> S23R

Bit 23 - S23

Source

pub fn s22(&self) -> S22R

Bit 22 - S22

Source

pub fn s21(&self) -> S21R

Bit 21 - S21

Source

pub fn s20(&self) -> S20R

Bit 20 - S20

Source

pub fn s19(&self) -> S19R

Bit 19 - S19

Source

pub fn s18(&self) -> S18R

Bit 18 - S18

Source

pub fn s17(&self) -> S17R

Bit 17 - S17

Source

pub fn s16(&self) -> S16R

Bit 16 - S16

Source

pub fn s15(&self) -> S15R

Bit 15 - S15

Source

pub fn s14(&self) -> S14R

Bit 14 - S14

Source

pub fn s13(&self) -> S13R

Bit 13 - S13

Source

pub fn s12(&self) -> S12R

Bit 12 - S12

Source

pub fn s11(&self) -> S11R

Bit 11 - S11

Source

pub fn s10(&self) -> S10R

Bit 10 - S10

Source

pub fn s09(&self) -> S09R

Bit 9 - S09

Source

pub fn s08(&self) -> S08R

Bit 8 - S08

Source

pub fn s07(&self) -> S07R

Bit 7 - S07

Source

pub fn s06(&self) -> S06R

Bit 6 - S06

Source

pub fn s05(&self) -> S05R

Bit 5 - S05

Source

pub fn s04(&self) -> S04R

Bit 4 - S04

Source

pub fn s03(&self) -> S03R

Bit 3 - S03

Source

pub fn s02(&self) -> S02R

Bit 2 - S02

Source

pub fn s01(&self) -> S01R

Bit 1 - S01

Source

pub fn s00(&self) -> S00R

Bit 0 - S00

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.