Skip to main content

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 ch0(&self) -> CH0R

Bit 0 - Channel 0 enable set register. Writing ‘0’ has no effect

Source

pub fn ch1(&self) -> CH1R

Bit 1 - Channel 1 enable set register. Writing ‘0’ has no effect

Source

pub fn ch2(&self) -> CH2R

Bit 2 - Channel 2 enable set register. Writing ‘0’ has no effect

Source

pub fn ch3(&self) -> CH3R

Bit 3 - Channel 3 enable set register. Writing ‘0’ has no effect

Source

pub fn ch4(&self) -> CH4R

Bit 4 - Channel 4 enable set register. Writing ‘0’ has no effect

Source

pub fn ch5(&self) -> CH5R

Bit 5 - Channel 5 enable set register. Writing ‘0’ has no effect

Source

pub fn ch6(&self) -> CH6R

Bit 6 - Channel 6 enable set register. Writing ‘0’ has no effect

Source

pub fn ch7(&self) -> CH7R

Bit 7 - Channel 7 enable set register. Writing ‘0’ has no effect

Source

pub fn ch8(&self) -> CH8R

Bit 8 - Channel 8 enable set register. Writing ‘0’ has no effect

Source

pub fn ch9(&self) -> CH9R

Bit 9 - Channel 9 enable set register. Writing ‘0’ has no effect

Source

pub fn ch10(&self) -> CH10R

Bit 10 - Channel 10 enable set register. Writing ‘0’ has no effect

Source

pub fn ch11(&self) -> CH11R

Bit 11 - Channel 11 enable set register. Writing ‘0’ has no effect

Source

pub fn ch12(&self) -> CH12R

Bit 12 - Channel 12 enable set register. Writing ‘0’ has no effect

Source

pub fn ch13(&self) -> CH13R

Bit 13 - Channel 13 enable set register. Writing ‘0’ has no effect

Source

pub fn ch14(&self) -> CH14R

Bit 14 - Channel 14 enable set register. Writing ‘0’ has no effect

Source

pub fn ch15(&self) -> CH15R

Bit 15 - Channel 15 enable set register. Writing ‘0’ has no effect

Source

pub fn ch16(&self) -> CH16R

Bit 16 - Channel 16 enable set register. Writing ‘0’ has no effect

Source

pub fn ch17(&self) -> CH17R

Bit 17 - Channel 17 enable set register. Writing ‘0’ has no effect

Source

pub fn ch18(&self) -> CH18R

Bit 18 - Channel 18 enable set register. Writing ‘0’ has no effect

Source

pub fn ch19(&self) -> CH19R

Bit 19 - Channel 19 enable set register. Writing ‘0’ has no effect

Source

pub fn ch20(&self) -> CH20R

Bit 20 - Channel 20 enable set register. Writing ‘0’ has no effect

Source

pub fn ch21(&self) -> CH21R

Bit 21 - Channel 21 enable set register. Writing ‘0’ has no effect

Source

pub fn ch22(&self) -> CH22R

Bit 22 - Channel 22 enable set register. Writing ‘0’ has no effect

Source

pub fn ch23(&self) -> CH23R

Bit 23 - Channel 23 enable set register. Writing ‘0’ has no effect

Source

pub fn ch24(&self) -> CH24R

Bit 24 - Channel 24 enable set register. Writing ‘0’ has no effect

Source

pub fn ch25(&self) -> CH25R

Bit 25 - Channel 25 enable set register. Writing ‘0’ has no effect

Source

pub fn ch26(&self) -> CH26R

Bit 26 - Channel 26 enable set register. Writing ‘0’ has no effect

Source

pub fn ch27(&self) -> CH27R

Bit 27 - Channel 27 enable set register. Writing ‘0’ has no effect

Source

pub fn ch28(&self) -> CH28R

Bit 28 - Channel 28 enable set register. Writing ‘0’ has no effect

Source

pub fn ch29(&self) -> CH29R

Bit 29 - Channel 29 enable set register. Writing ‘0’ has no effect

Source

pub fn ch30(&self) -> CH30R

Bit 30 - Channel 30 enable set register. Writing ‘0’ has no effect

Source

pub fn ch31(&self) -> CH31R

Bit 31 - Channel 31 enable set register. Writing ‘0’ has no effect

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnsafeUnpin 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.