[][src]Struct circuit_playground_express::eic::config::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn sense0(&self) -> SENSE0R[src]

Bits 0:2 - Input Sense 0 Configuration

pub fn filten0(&self) -> FILTEN0R[src]

Bit 3 - Filter 0 Enable

pub fn sense1(&self) -> SENSE1R[src]

Bits 4:6 - Input Sense 1 Configuration

pub fn filten1(&self) -> FILTEN1R[src]

Bit 7 - Filter 1 Enable

pub fn sense2(&self) -> SENSE2R[src]

Bits 8:10 - Input Sense 2 Configuration

pub fn filten2(&self) -> FILTEN2R[src]

Bit 11 - Filter 2 Enable

pub fn sense3(&self) -> SENSE3R[src]

Bits 12:14 - Input Sense 3 Configuration

pub fn filten3(&self) -> FILTEN3R[src]

Bit 15 - Filter 3 Enable

pub fn sense4(&self) -> SENSE4R[src]

Bits 16:18 - Input Sense 4 Configuration

pub fn filten4(&self) -> FILTEN4R[src]

Bit 19 - Filter 4 Enable

pub fn sense5(&self) -> SENSE5R[src]

Bits 20:22 - Input Sense 5 Configuration

pub fn filten5(&self) -> FILTEN5R[src]

Bit 23 - Filter 5 Enable

pub fn sense6(&self) -> SENSE6R[src]

Bits 24:26 - Input Sense 6 Configuration

pub fn filten6(&self) -> FILTEN6R[src]

Bit 27 - Filter 6 Enable

pub fn sense7(&self) -> SENSE7R[src]

Bits 28:30 - Input Sense 7 Configuration

pub fn filten7(&self) -> FILTEN7R[src]

Bit 31 - Filter 7 Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]