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 fact0(&self) -> FACT0R

Bit 0 - Filter active

Source

pub fn fact1(&self) -> FACT1R

Bit 1 - Filter active

Source

pub fn fact2(&self) -> FACT2R

Bit 2 - Filter active

Source

pub fn fact3(&self) -> FACT3R

Bit 3 - Filter active

Source

pub fn fact4(&self) -> FACT4R

Bit 4 - Filter active

Source

pub fn fact5(&self) -> FACT5R

Bit 5 - Filter active

Source

pub fn fact6(&self) -> FACT6R

Bit 6 - Filter active

Source

pub fn fact7(&self) -> FACT7R

Bit 7 - Filter active

Source

pub fn fact8(&self) -> FACT8R

Bit 8 - Filter active

Source

pub fn fact9(&self) -> FACT9R

Bit 9 - Filter active

Source

pub fn fact10(&self) -> FACT10R

Bit 10 - Filter active

Source

pub fn fact11(&self) -> FACT11R

Bit 11 - Filter active

Source

pub fn fact12(&self) -> FACT12R

Bit 12 - Filter active

Source

pub fn fact13(&self) -> FACT13R

Bit 13 - Filter active

Source

pub fn fact14(&self) -> FACT14R

Bit 14 - Filter active

Source

pub fn fact15(&self) -> FACT15R

Bit 15 - Filter active

Source

pub fn fact16(&self) -> FACT16R

Bit 16 - Filter active

Source

pub fn fact17(&self) -> FACT17R

Bit 17 - Filter active

Source

pub fn fact18(&self) -> FACT18R

Bit 18 - Filter active

Source

pub fn fact19(&self) -> FACT19R

Bit 19 - Filter active

Source

pub fn fact20(&self) -> FACT20R

Bit 20 - Filter active

Source

pub fn fact21(&self) -> FACT21R

Bit 21 - Filter active

Source

pub fn fact22(&self) -> FACT22R

Bit 22 - Filter active

Source

pub fn fact23(&self) -> FACT23R

Bit 23 - Filter active

Source

pub fn fact24(&self) -> FACT24R

Bit 24 - Filter active

Source

pub fn fact25(&self) -> FACT25R

Bit 25 - Filter active

Source

pub fn fact26(&self) -> FACT26R

Bit 26 - Filter active

Source

pub fn fact27(&self) -> FACT27R

Bit 27 - Filter active

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.