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 iv31(&self) -> IV31R

Bit 0 - IV31

Source

pub fn iv30(&self) -> IV30R

Bit 1 - IV30

Source

pub fn iv29(&self) -> IV29R

Bit 2 - IV29

Source

pub fn iv28(&self) -> IV28R

Bit 3 - IV28

Source

pub fn iv27(&self) -> IV27R

Bit 4 - IV27

Source

pub fn iv26(&self) -> IV26R

Bit 5 - IV26

Source

pub fn iv25(&self) -> IV25R

Bit 6 - IV25

Source

pub fn iv24(&self) -> IV24R

Bit 7 - IV24

Source

pub fn iv23(&self) -> IV23R

Bit 8 - IV23

Source

pub fn iv22(&self) -> IV22R

Bit 9 - IV22

Source

pub fn iv21(&self) -> IV21R

Bit 10 - IV21

Source

pub fn iv20(&self) -> IV20R

Bit 11 - IV20

Source

pub fn iv19(&self) -> IV19R

Bit 12 - IV19

Source

pub fn iv18(&self) -> IV18R

Bit 13 - IV18

Source

pub fn iv17(&self) -> IV17R

Bit 14 - IV17

Source

pub fn iv16(&self) -> IV16R

Bit 15 - IV16

Source

pub fn iv15(&self) -> IV15R

Bit 16 - IV15

Source

pub fn iv14(&self) -> IV14R

Bit 17 - IV14

Source

pub fn iv13(&self) -> IV13R

Bit 18 - IV13

Source

pub fn iv12(&self) -> IV12R

Bit 19 - IV12

Source

pub fn iv11(&self) -> IV11R

Bit 20 - IV11

Source

pub fn iv10(&self) -> IV10R

Bit 21 - IV10

Source

pub fn iv9(&self) -> IV9R

Bit 22 - IV9

Source

pub fn iv8(&self) -> IV8R

Bit 23 - IV8

Source

pub fn iv7(&self) -> IV7R

Bit 24 - IV7

Source

pub fn iv6(&self) -> IV6R

Bit 25 - IV6

Source

pub fn iv5(&self) -> IV5R

Bit 26 - IV5

Source

pub fn iv4(&self) -> IV4R

Bit 27 - IV4

Source

pub fn iv3(&self) -> IV3R

Bit 28 - IV3

Source

pub fn iv2(&self) -> IV2R

Bit 29 - IV2

Source

pub fn iv1(&self) -> IV1R

Bit 30 - IV1

Source

pub fn iv0(&self) -> IV0R

Bit 31 - IV0

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.