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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn sense0(&self) -> SENSE0R

Bits 0:2 - Input Sense 0 Configuration

pub fn filten0(&self) -> FILTEN0R

Bit 3 - Filter 0 Enable

pub fn sense1(&self) -> SENSE1R

Bits 4:6 - Input Sense 1 Configuration

pub fn filten1(&self) -> FILTEN1R

Bit 7 - Filter 1 Enable

pub fn sense2(&self) -> SENSE2R

Bits 8:10 - Input Sense 2 Configuration

pub fn filten2(&self) -> FILTEN2R

Bit 11 - Filter 2 Enable

pub fn sense3(&self) -> SENSE3R

Bits 12:14 - Input Sense 3 Configuration

pub fn filten3(&self) -> FILTEN3R

Bit 15 - Filter 3 Enable

pub fn sense4(&self) -> SENSE4R

Bits 16:18 - Input Sense 4 Configuration

pub fn filten4(&self) -> FILTEN4R

Bit 19 - Filter 4 Enable

pub fn sense5(&self) -> SENSE5R

Bits 20:22 - Input Sense 5 Configuration

pub fn filten5(&self) -> FILTEN5R

Bit 23 - Filter 5 Enable

pub fn sense6(&self) -> SENSE6R

Bits 24:26 - Input Sense 6 Configuration

pub fn filten6(&self) -> FILTEN6R

Bit 27 - Filter 6 Enable

pub fn sense7(&self) -> SENSE7R

Bits 28:30 - Input Sense 7 Configuration

pub fn filten7(&self) -> FILTEN7R

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]