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 fsc0(&self) -> FSC0R

Bit 0 - Filter scale configuration

Source

pub fn fsc1(&self) -> FSC1R

Bit 1 - Filter scale configuration

Source

pub fn fsc2(&self) -> FSC2R

Bit 2 - Filter scale configuration

Source

pub fn fsc3(&self) -> FSC3R

Bit 3 - Filter scale configuration

Source

pub fn fsc4(&self) -> FSC4R

Bit 4 - Filter scale configuration

Source

pub fn fsc5(&self) -> FSC5R

Bit 5 - Filter scale configuration

Source

pub fn fsc6(&self) -> FSC6R

Bit 6 - Filter scale configuration

Source

pub fn fsc7(&self) -> FSC7R

Bit 7 - Filter scale configuration

Source

pub fn fsc8(&self) -> FSC8R

Bit 8 - Filter scale configuration

Source

pub fn fsc9(&self) -> FSC9R

Bit 9 - Filter scale configuration

Source

pub fn fsc10(&self) -> FSC10R

Bit 10 - Filter scale configuration

Source

pub fn fsc11(&self) -> FSC11R

Bit 11 - Filter scale configuration

Source

pub fn fsc12(&self) -> FSC12R

Bit 12 - Filter scale configuration

Source

pub fn fsc13(&self) -> FSC13R

Bit 13 - Filter scale configuration

Source

pub fn fsc14(&self) -> FSC14R

Bit 14 - Filter scale configuration

Source

pub fn fsc15(&self) -> FSC15R

Bit 15 - Filter scale configuration

Source

pub fn fsc16(&self) -> FSC16R

Bit 16 - Filter scale configuration

Source

pub fn fsc17(&self) -> FSC17R

Bit 17 - Filter scale configuration

Source

pub fn fsc18(&self) -> FSC18R

Bit 18 - Filter scale configuration

Source

pub fn fsc19(&self) -> FSC19R

Bit 19 - Filter scale configuration

Source

pub fn fsc20(&self) -> FSC20R

Bit 20 - Filter scale configuration

Source

pub fn fsc21(&self) -> FSC21R

Bit 21 - Filter scale configuration

Source

pub fn fsc22(&self) -> FSC22R

Bit 22 - Filter scale configuration

Source

pub fn fsc23(&self) -> FSC23R

Bit 23 - Filter scale configuration

Source

pub fn fsc24(&self) -> FSC24R

Bit 24 - Filter scale configuration

Source

pub fn fsc25(&self) -> FSC25R

Bit 25 - Filter scale configuration

Source

pub fn fsc26(&self) -> FSC26R

Bit 26 - Filter scale configuration

Source

pub fn fsc27(&self) -> FSC27R

Bit 27 - Filter scale configuration

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.